Add Spec Scope extension to community catalog#2172
Conversation
There was a problem hiding this comment.
Pull request overview
Adds the Spec Scope community extension to the Spec Kit community catalog so users can discover and install it from the standard listings.
Changes:
- Added a new “Spec Scope” row to the community extensions table in
README.md. - Added a new
"scope"entry toextensions/catalog.community.json(including metadata, URLs, tags, requirements), and bumped the catalogupdated_attimestamp.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds “Spec Scope” to the human-readable community extensions list. |
| extensions/catalog.community.json | Registers the “scope” extension in the machine-readable community catalog and updates updated_at. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0
cea1116 to
64ad0dc
Compare
64ad0dc to
5110ba7
Compare
There was a problem hiding this comment.
Pull request overview
Adds the Spec Scope community extension to the Spec Kit community catalog and surfaces it in the README extension list.
Changes:
- Bumped the community catalog
updated_attimestamp. - Added a new
scopeextension entry (Spec Scope) toextensions/catalog.community.json. - Added a “Spec Scope” row to the community extensions table in
README.md.
Show a summary per file
| File | Description |
|---|---|
| extensions/catalog.community.json | Updates catalog timestamp and registers the new Spec Scope extension metadata. |
| README.md | Adds Spec Scope to the community extensions list for discoverability. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comments suppressed due to low confidence (1)
extensions/catalog.community.json:1599
- The PR description/checklist states the catalog entry is alphabetically ordered “between
security-reviewandship”, but the JSON ordering placesscopebetweenreviewandsecurity-review(which is the correct lexical position forscope). Please update the PR description/checklist so it reflects the actual ordering.
"id": "review",
"description": "Post-implementation comprehensive code review with specialized agents for code quality, comments, tests, error handling, type design, and simplification.",
"author": "ismaelJimenez",
"version": "1.0.1",
- Files reviewed: 2/2 changed files
- Comments generated: 1
mnriem
left a comment
There was a problem hiding this comment.
Please address Copilot feedback
|
Hi @mnriem — friendly nudge on this one when you get a chance. |
There was a problem hiding this comment.
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 1
5110ba7 to
5afcc0d
Compare
There was a problem hiding this comment.
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0 new
mnriem
left a comment
There was a problem hiding this comment.
Please resolve the conflicts
- Adds scope entry to catalog.community.json (between review and security-review) - Adds Spec Scope row to community extensions table in README.md (between Spec Refine and Spec Sync) - Bumps top-level updated_at to 2026-04-16T19:00:00Z
5afcc0d to
925109d
Compare
There was a problem hiding this comment.
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 1
|
Thank you! |
Summary
Adds Spec Scope — effort estimation and scope tracking from spec artifacts. Turns "how long will
this take?" from a guess into a data-driven answer.
Extension repo: https://github.com/Quratulain-bilal/spec-kit-scope-
The Problem
After writing a spec, the first question is always "how long?" Today the answer is a guess. Nobody
tracks how much a spec has grown. Scope creep happens silently. Sprint planning ignores spec
complexity.
What Spec Scope Does
4 commands that turn specs into project estimates:
/speckit.scope.estimate/speckit.scope.compare/speckit.scope.creep/speckit.scope.budget1 hook:
after_specify(auto-generate estimate after writing spec)Why This Matters
Checklist
extension.ymlfollows schema v1.0security-reviewandship)Spec RefineandSpec Sync)updated_atbumped monotonically (2026-04-11T10:00:00Z)extension.ymlreferences