Skip to content

Commit 0cde6be

Browse files
Add Spec Roadmap extension to community catalog (#3153)
Add roadmap extension submitted by @srobroek to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #3150 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent dc840f0 commit 0cde6be

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ The following community-contributed extensions are available in [`catalog.commun
118118
| Spec Orchestrator | Cross-feature orchestration — track state, select tasks, and detect conflicts across parallel specs | `process` | Read-only | [spec-kit-orchestrator](https://github.com/Quratulain-bilal/spec-kit-orchestrator) |
119119
| Spec Reference Loader | Reads the ## References section from the feature spec and loads only the listed docs into context | `docs` | Read-only | [spec-kit-spec-reference-loader](https://github.com/KevinBrown5280/spec-kit-spec-reference-loader) |
120120
| 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) |
121+
| Spec Roadmap | Capture a durable spec roadmap after the constitution, then review specs against it before and after implementation so spec-specific decisions, outcomes, and constraints are never lost. | `process` | Read+Write | [speckit-roadmap](https://github.com/srobroek/speckit-roadmap) |
121122
| 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-) |
122123
| 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) |
123124
| Spec Trace | Build a requirement → test traceability matrix from spec.md and the test suite — surface untested requirements and orphan tests | `code` | Read+Write | [spec-kit-trace](https://github.com/Quratulain-bilal/spec-kit-trace) |

extensions/catalog.community.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2995,6 +2995,40 @@
29952995
"created_at": "2026-04-20T00:00:00Z",
29962996
"updated_at": "2026-04-20T00:00:00Z"
29972997
},
2998+
"roadmap": {
2999+
"name": "Spec Roadmap",
3000+
"id": "roadmap",
3001+
"description": "Capture a durable spec roadmap after the constitution, then review specs against it before and after implementation so spec-specific decisions, outcomes, and constraints are never lost.",
3002+
"author": "srobroek",
3003+
"version": "0.1.0",
3004+
"download_url": "https://github.com/srobroek/speckit-roadmap/archive/refs/tags/v0.1.0.zip",
3005+
"repository": "https://github.com/srobroek/speckit-roadmap",
3006+
"homepage": "https://github.com/srobroek/speckit-roadmap",
3007+
"documentation": "https://github.com/srobroek/speckit-roadmap/blob/main/README.md",
3008+
"changelog": "https://github.com/srobroek/speckit-roadmap/blob/main/CHANGELOG.md",
3009+
"license": "Apache-2.0",
3010+
"category": "process",
3011+
"effect": "read-write",
3012+
"requires": {
3013+
"speckit_version": ">=0.11.6"
3014+
},
3015+
"provides": {
3016+
"commands": 4,
3017+
"hooks": 3
3018+
},
3019+
"tags": [
3020+
"roadmap",
3021+
"planning",
3022+
"governance",
3023+
"review",
3024+
"spec-alignment"
3025+
],
3026+
"verified": false,
3027+
"downloads": 0,
3028+
"stars": 0,
3029+
"created_at": "2026-06-24T00:00:00Z",
3030+
"updated_at": "2026-06-24T00:00:00Z"
3031+
},
29983032
"schedule": {
29993033
"name": "Spec Kit Schedule — CP-SAT Agent Orchestrator",
30003034
"id": "schedule",

0 commit comments

Comments
 (0)