Skip to content

Commit b4e8d22

Browse files
Add Spec Scope extension to community catalog
Adds spec-kit-scope: effort estimation and scope tracking from spec artifacts. 4 commands: - /speckit.scope.estimate — data-driven effort estimation with three-point ranges - /speckit.scope.compare — side-by-side spec scope comparison - /speckit.scope.creep — scope creep detection via git history - /speckit.scope.budget — sprint-ready time budget generation 1 hook: after_specify (auto-estimation) Turns "how long will this take?" into a data-driven answer.
1 parent cdbea09 commit b4e8d22

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
@@ -231,6 +231,7 @@ The following community-contributed extensions are available in [`catalog.commun
231231
| 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) |
232232
| 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-) |
233233
| 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) |
234+
| 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-) |
234235
| 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) |
235236
| 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) |
236237
| 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-10T17:00:00Z",
3+
"updated_at": "2026-04-11T10:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1489,6 +1489,39 @@
14891489
"created_at": "2026-04-03T03:24:03Z",
14901490
"updated_at": "2026-04-03T04:15:00Z"
14911491
},
1492+
"scope": {
1493+
"name": "Spec Scope",
1494+
"id": "scope",
1495+
"description": "Effort estimation and scope tracking — estimate work, detect creep, and budget time per phase.",
1496+
"author": "Quratulain-bilal",
1497+
"version": "1.0.0",
1498+
"download_url": "https://github.com/Quratulain-bilal/spec-kit-scope-/archive/refs/tags/v1.0.0.zip",
1499+
"repository": "https://github.com/Quratulain-bilal/spec-kit-scope-",
1500+
"homepage": "https://github.com/Quratulain-bilal/spec-kit-scope-",
1501+
"documentation": "https://github.com/Quratulain-bilal/spec-kit-scope-/blob/main/README.md",
1502+
"changelog": "https://github.com/Quratulain-bilal/spec-kit-scope-/blob/main/CHANGELOG.md",
1503+
"license": "MIT",
1504+
"requires": {
1505+
"speckit_version": ">=0.4.0"
1506+
},
1507+
"provides": {
1508+
"commands": 4,
1509+
"hooks": 1
1510+
},
1511+
"tags": [
1512+
"estimation",
1513+
"scope",
1514+
"effort",
1515+
"planning",
1516+
"project-management",
1517+
"tracking"
1518+
],
1519+
"verified": false,
1520+
"downloads": 0,
1521+
"stars": 0,
1522+
"created_at": "2026-04-11T10:00:00Z",
1523+
"updated_at": "2026-04-11T10:00:00Z"
1524+
},
14921525
"ship": {
14931526
"name": "Ship Release Extension",
14941527
"id": "ship",

0 commit comments

Comments
 (0)