Skip to content

Commit 13b614e

Browse files
Add Spec Scope extension to community catalog (#2172)
- 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 3b82e0b commit 13b614e

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
@@ -246,6 +246,7 @@ The following community-contributed extensions are available in [`catalog.commun
246246
| 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) |
247247
| 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-) |
248248
| 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) |
249+
| 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-) |
249250
| 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) |
250251
| 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) |
251252
| 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-17T01:05:00Z",
3+
"updated_at": "2026-04-17T02:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1657,6 +1657,39 @@
16571657
"created_at": "2026-03-06T00:00:00Z",
16581658
"updated_at": "2026-04-09T00:00:00Z"
16591659
},
1660+
"scope": {
1661+
"name": "Spec Scope",
1662+
"id": "scope",
1663+
"description": "Effort estimation and scope tracking — estimate work, detect creep, and budget time per phase.",
1664+
"author": "Quratulain-bilal",
1665+
"version": "1.0.0",
1666+
"download_url": "https://github.com/Quratulain-bilal/spec-kit-scope-/archive/refs/tags/v1.0.0.zip",
1667+
"repository": "https://github.com/Quratulain-bilal/spec-kit-scope-",
1668+
"homepage": "https://github.com/Quratulain-bilal/spec-kit-scope-",
1669+
"documentation": "https://github.com/Quratulain-bilal/spec-kit-scope-/blob/main/README.md",
1670+
"changelog": "https://github.com/Quratulain-bilal/spec-kit-scope-/blob/main/CHANGELOG.md",
1671+
"license": "MIT",
1672+
"requires": {
1673+
"speckit_version": ">=0.4.0"
1674+
},
1675+
"provides": {
1676+
"commands": 4,
1677+
"hooks": 1
1678+
},
1679+
"tags": [
1680+
"estimation",
1681+
"scope",
1682+
"effort",
1683+
"planning",
1684+
"project-management",
1685+
"tracking"
1686+
],
1687+
"verified": false,
1688+
"downloads": 0,
1689+
"stars": 0,
1690+
"created_at": "2026-04-17T02:00:00Z",
1691+
"updated_at": "2026-04-17T02:00:00Z"
1692+
},
16601693
"security-review": {
16611694
"name": "Security Review",
16621695
"id": "security-review",

0 commit comments

Comments
 (0)