Skip to content

Commit 6d0b84a

Browse files
mvanhornclaudemnriem
authored
docs(catalog): add speckit-utils to community catalog (#1896)
* 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> * Bump catalog updated_at to current date Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Manfred Riem <15701806+mnriem@users.noreply.github.com>
1 parent 497b588 commit 6d0b84a

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

extensions/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ The following community-contributed extensions are available in [`catalog.commun
8787
| Reconcile Extension | Reconcile implementation drift by surgically updating feature artifacts. | [spec-kit-reconcile](https://github.com/stn1slv/spec-kit-reconcile) |
8888
| 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) |
8989
| 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) |
90+
| SDD Utilities | Resume interrupted workflows, validate project health, and verify spec-to-task traceability | [speckit-utils](https://github.com/mvanhorn/speckit-utils) |
9091
| 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) |
9192
| Understanding | Automated requirements quality analysis — 31 deterministic metrics against IEEE/ISO standards with experimental energy-based ambiguity detection | [understanding](https://github.com/Testimonial/understanding) |
9293
| 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: 33 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-03-18T18:53:31Z",
3+
"updated_at": "2026-03-18T19:53:31Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"archive": {
@@ -452,6 +452,38 @@
452452
"created_at": "2026-03-06T00:00:00Z",
453453
"updated_at": "2026-03-06T00:00:00Z"
454454
},
455+
"speckit-utils": {
456+
"name": "SDD Utilities",
457+
"id": "speckit-utils",
458+
"description": "Resume interrupted workflows, validate project health, and verify spec-to-task traceability.",
459+
"author": "mvanhorn",
460+
"version": "1.0.0",
461+
"download_url": "https://github.com/mvanhorn/speckit-utils/archive/refs/tags/v1.0.0.zip",
462+
"repository": "https://github.com/mvanhorn/speckit-utils",
463+
"homepage": "https://github.com/mvanhorn/speckit-utils",
464+
"documentation": "https://github.com/mvanhorn/speckit-utils/blob/main/README.md",
465+
"changelog": "https://github.com/mvanhorn/speckit-utils/blob/main/CHANGELOG.md",
466+
"license": "MIT",
467+
"requires": {
468+
"speckit_version": ">=0.1.0"
469+
},
470+
"provides": {
471+
"commands": 3,
472+
"hooks": 2
473+
},
474+
"tags": [
475+
"resume",
476+
"doctor",
477+
"validate",
478+
"workflow",
479+
"health-check"
480+
],
481+
"verified": false,
482+
"downloads": 0,
483+
"stars": 0,
484+
"created_at": "2026-03-18T00:00:00Z",
485+
"updated_at": "2026-03-18T00:00:00Z"
486+
},
455487
"sync": {
456488
"name": "Spec Sync",
457489
"id": "sync",

0 commit comments

Comments
 (0)