Skip to content

Commit 2ac3c3f

Browse files
unseriousAIclaude
andcommitted
Add Status Report extension to community catalog
Rename extension ID from "status" to "status-report" to avoid collision with existing KhawarHabibKhan/spec-kit-status extension. Addresses Copilot review feedback: - Use current timestamp for created_at - Correct alphabetical ordering in README table - Align version to v1.1.3 throughout Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 65ecd53 commit 2ac3c3f

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

extensions/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ The following community-contributed extensions are available in [`catalog.commun
9494
| Review Extension | Post-implementation comprehensive code review with specialized agents for code quality, comments, tests, error handling, type design, and simplification | `code` | Read-only | [spec-kit-review](https://github.com/ismaelJimenez/spec-kit-review) |
9595
| SDD Utilities | Resume interrupted workflows, validate project health, and verify spec-to-task traceability | `process` | Read+Write | [speckit-utils](https://github.com/mvanhorn/speckit-utils) |
9696
| 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) |
97+
| Status Report | Display project status, feature progress, and recommended next actions across the spec-driven development workflow | `visibility` | Read-only | [spec-kit-status](https://github.com/Open-Agent-Tools/spec-kit-status) |
9798
| Understanding | Automated requirements quality analysis — 31 deterministic metrics against IEEE/ISO standards with experimental energy-based ambiguity detection | `docs` | Read-only | [understanding](https://github.com/Testimonial/understanding) |
9899
| V-Model Extension Pack | Enforces V-Model paired generation of development specs and test specs with full traceability | `docs` | Read+Write | [spec-kit-v-model](https://github.com/leocamello/spec-kit-v-model) |
99100
| Verify Extension | Post-implementation quality gate that validates implemented code against specification artifacts | `code` | Read-only | [spec-kit-verify](https://github.com/ismaelJimenez/spec-kit-verify) |

extensions/catalog.community.json

Lines changed: 32 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-19T12:08:20Z",
3+
"updated_at": "2026-03-20T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"archive": {
@@ -546,6 +546,37 @@
546546
"created_at": "2026-03-02T00:00:00Z",
547547
"updated_at": "2026-03-02T00:00:00Z"
548548
},
549+
"status-report": {
550+
"name": "Status Report",
551+
"id": "status-report",
552+
"description": "Display project status, feature progress, and recommended next actions across the spec-driven development workflow.",
553+
"author": "Open-Agent-Tools",
554+
"version": "1.1.4",
555+
"download_url": "https://github.com/Open-Agent-Tools/spec-kit-status/archive/refs/tags/v1.1.4.zip",
556+
"repository": "https://github.com/Open-Agent-Tools/spec-kit-status",
557+
"homepage": "https://github.com/Open-Agent-Tools/spec-kit-status",
558+
"documentation": "https://github.com/Open-Agent-Tools/spec-kit-status/blob/main/README.md",
559+
"changelog": "https://github.com/Open-Agent-Tools/spec-kit-status/blob/main/CHANGELOG.md",
560+
"license": "MIT",
561+
"requires": {
562+
"speckit_version": ">=0.1.0"
563+
},
564+
"provides": {
565+
"commands": 1,
566+
"hooks": 0
567+
},
568+
"tags": [
569+
"workflow",
570+
"status",
571+
"project-management",
572+
"visibility"
573+
],
574+
"verified": false,
575+
"downloads": 0,
576+
"stars": 0,
577+
"created_at": "2026-03-20T00:00:00Z",
578+
"updated_at": "2026-03-20T00:00:00Z"
579+
},
549580
"understanding": {
550581
"name": "Understanding",
551582
"id": "understanding",

0 commit comments

Comments
 (0)