Skip to content

Commit 64ad0dc

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-16T13:00:00Z
1 parent db81314 commit 64ad0dc

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
@@ -244,6 +244,7 @@ The following community-contributed extensions are available in [`catalog.commun
244244
| 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) |
245245
| 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-) |
246246
| 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) |
247+
| 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-) |
247248
| 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) |
248249
| 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) |
249250
| 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-14T21:30:00Z",
3+
"updated_at": "2026-04-16T13:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1593,6 +1593,39 @@
15931593
"created_at": "2026-03-06T00:00:00Z",
15941594
"updated_at": "2026-04-09T00:00:00Z"
15951595
},
1596+
"scope": {
1597+
"name": "Spec Scope",
1598+
"id": "scope",
1599+
"description": "Effort estimation and scope tracking — estimate work, detect creep, and budget time per phase.",
1600+
"author": "Quratulain-bilal",
1601+
"version": "1.0.0",
1602+
"download_url": "https://github.com/Quratulain-bilal/spec-kit-scope-/archive/refs/tags/v1.0.0.zip",
1603+
"repository": "https://github.com/Quratulain-bilal/spec-kit-scope-",
1604+
"homepage": "https://github.com/Quratulain-bilal/spec-kit-scope-",
1605+
"documentation": "https://github.com/Quratulain-bilal/spec-kit-scope-/blob/main/README.md",
1606+
"changelog": "https://github.com/Quratulain-bilal/spec-kit-scope-/blob/main/CHANGELOG.md",
1607+
"license": "MIT",
1608+
"requires": {
1609+
"speckit_version": ">=0.4.0"
1610+
},
1611+
"provides": {
1612+
"commands": 4,
1613+
"hooks": 1
1614+
},
1615+
"tags": [
1616+
"estimation",
1617+
"scope",
1618+
"effort",
1619+
"planning",
1620+
"project-management",
1621+
"tracking"
1622+
],
1623+
"verified": false,
1624+
"downloads": 0,
1625+
"stars": 0,
1626+
"created_at": "2026-04-16T13:00:00Z",
1627+
"updated_at": "2026-04-16T13:00:00Z"
1628+
},
15961629
"security-review": {
15971630
"name": "Security Review",
15981631
"id": "security-review",

0 commit comments

Comments
 (0)