Skip to content

Commit 5afcc0d

Browse files
Add Spec Scope extension to community catalog
- 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
1 parent 282dd3d commit 5afcc0d

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ The following community-contributed extensions are available in [`catalog.commun
245245
| Spec Critique Extension | Dual-lens critical review of spec and plan from product strategy and engineering risk perspectives | `docs` | Read-only | [spec-kit-critique](https://github.com/arunt14/spec-kit-critique) |
246246
| Spec Diagram | Auto-generate Mermaid diagrams of SDD workflow state, feature progress, and task dependencies | `visibility` | Read-only | [spec-kit-diagram-](https://github.com/Quratulain-bilal/spec-kit-diagram-) |
247247
| Spec Refine | Update specs in-place, propagate changes to plan and tasks, and diff impact across artifacts | `process` | Read+Write | [spec-kit-refine](https://github.com/Quratulain-bilal/spec-kit-refine) |
248+
| Spec Scope | Effort estimation and scope tracking — estimate work, detect creep, and budget time per phase | `process` | Read-only | [spec-kit-scope-](https://github.com/Quratulain-bilal/spec-kit-scope-) |
248249
| Spec Sync | Detect and resolve drift between specs and implementation. AI-assisted resolution with human approval | `docs` | Read+Write | [spec-kit-sync](https://github.com/bgervin/spec-kit-sync) |
249250
| SpecTest | Auto-generate test scaffolds from spec criteria, map coverage, and find untested requirements | `code` | Read+Write | [spec-kit-spectest](https://github.com/Quratulain-bilal/spec-kit-spectest) |
250251
| Staff Review Extension | Staff-engineer-level code review that validates implementation against spec, checks security, performance, and test coverage | `code` | Read-only | [spec-kit-staff-review](https://github.com/arunt14/spec-kit-staff-review) |

extensions/catalog.community.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-04-16T18:00:00Z",
3+
"updated_at": "2026-04-16T19:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1625,6 +1625,39 @@
16251625
"created_at": "2026-03-06T00:00:00Z",
16261626
"updated_at": "2026-04-09T00:00:00Z"
16271627
},
1628+
"scope": {
1629+
"name": "Spec Scope",
1630+
"id": "scope",
1631+
"description": "Effort estimation and scope tracking — estimate work, detect creep, and budget time per phase.",
1632+
"author": "Quratulain-bilal",
1633+
"version": "1.0.0",
1634+
"download_url": "https://github.com/Quratulain-bilal/spec-kit-scope-/archive/refs/tags/v1.0.0.zip",
1635+
"repository": "https://github.com/Quratulain-bilal/spec-kit-scope-",
1636+
"homepage": "https://github.com/Quratulain-bilal/spec-kit-scope-",
1637+
"documentation": "https://github.com/Quratulain-bilal/spec-kit-scope-/blob/main/README.md",
1638+
"changelog": "https://github.com/Quratulain-bilal/spec-kit-scope-/blob/main/CHANGELOG.md",
1639+
"license": "MIT",
1640+
"requires": {
1641+
"speckit_version": ">=0.4.0"
1642+
},
1643+
"provides": {
1644+
"commands": 4,
1645+
"hooks": 1
1646+
},
1647+
"tags": [
1648+
"estimation",
1649+
"scope",
1650+
"effort",
1651+
"planning",
1652+
"project-management",
1653+
"tracking"
1654+
],
1655+
"verified": false,
1656+
"downloads": 0,
1657+
"stars": 0,
1658+
"created_at": "2026-04-16T19:00:00Z",
1659+
"updated_at": "2026-04-16T19:00:00Z"
1660+
},
16281661
"security-review": {
16291662
"name": "Security Review",
16301663
"id": "security-review",

0 commit comments

Comments
 (0)