Skip to content

Commit 646a712

Browse files
mvanhornclaude
andcommitted
docs(catalog): add speckit-utils to community catalog
Adds SDD Utilities extension (resume, doctor, validate) to the community catalog and README table. Hosted at mvanhorn/speckit-utils. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1a21bde commit 646a712

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

extensions/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ The following community-contributed extensions are available in [`catalog.commun
8686
| Reconcile Extension | Reconcile implementation drift by surgically updating feature artifacts. | [spec-kit-reconcile](https://github.com/stn1slv/spec-kit-reconcile) |
8787
| Retrospective Extension | Post-implementation retrospective with spec adherence scoring, drift analysis, and human-gated spec updates | [spec-kit-retrospective](https://github.com/emi-dm/spec-kit-retrospective) |
8888
| Review Extension | Post-implementation comprehensive code review with specialized agents for code quality, comments, tests, error handling, type design, and simplification | [spec-kit-review](https://github.com/ismaelJimenez/spec-kit-review) |
89+
| SDD Utilities | Resume interrupted workflows, validate project health, and verify spec-to-task traceability | [speckit-utils](https://github.com/mvanhorn/speckit-utils) |
8990
| Spec Sync | Detect and resolve drift between specs and implementation. AI-assisted resolution with human approval | [spec-kit-sync](https://github.com/bgervin/spec-kit-sync) |
9091
| Understanding | Automated requirements quality analysis — 31 deterministic metrics against IEEE/ISO standards with experimental energy-based ambiguity detection | [understanding](https://github.com/Testimonial/understanding) |
9192
| V-Model Extension Pack | Enforces V-Model paired generation of development specs and test specs with full traceability | [spec-kit-v-model](https://github.com/leocamello/spec-kit-v-model) |

extensions/catalog.community.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,38 @@
422422
"created_at": "2026-03-06T00:00:00Z",
423423
"updated_at": "2026-03-06T00:00:00Z"
424424
},
425+
"speckit-utils": {
426+
"name": "SDD Utilities",
427+
"id": "speckit-utils",
428+
"description": "Resume interrupted workflows, validate project health, and verify spec-to-task traceability.",
429+
"author": "mvanhorn",
430+
"version": "1.0.0",
431+
"download_url": "https://github.com/mvanhorn/speckit-utils/archive/refs/tags/v1.0.0.zip",
432+
"repository": "https://github.com/mvanhorn/speckit-utils",
433+
"homepage": "https://github.com/mvanhorn/speckit-utils",
434+
"documentation": "https://github.com/mvanhorn/speckit-utils/blob/main/README.md",
435+
"changelog": "https://github.com/mvanhorn/speckit-utils/blob/main/CHANGELOG.md",
436+
"license": "MIT",
437+
"requires": {
438+
"speckit_version": ">=0.1.0"
439+
},
440+
"provides": {
441+
"commands": 3,
442+
"hooks": 2
443+
},
444+
"tags": [
445+
"resume",
446+
"doctor",
447+
"validate",
448+
"workflow",
449+
"health-check"
450+
],
451+
"verified": false,
452+
"downloads": 0,
453+
"stars": 0,
454+
"created_at": "2026-03-18T00:00:00Z",
455+
"updated_at": "2026-03-18T00:00:00Z"
456+
},
425457
"sync": {
426458
"name": "Spec Sync",
427459
"id": "sync",

0 commit comments

Comments
 (0)