Skip to content

Commit bc02888

Browse files
jwesleyeunseriousAIclaude
authored
Add Status Report extension to community catalog (#2123)
- Extension ID: status-report - Version: 1.2.5 - Author: Open-Agent-Tools - Description: Project status, feature progress, and next-action recommendations for spec-driven workflows Co-authored-by: Unserious AI <121459476+unseriousAI@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e70495c commit bc02888

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ The following community-contributed extensions are available in [`catalog.commun
230230
| 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) |
231231
| 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) |
232232
| 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) |
233+
| Status Report | Project status, feature progress, and next-action recommendations for spec-driven workflows | `visibility` | Read-only | [Open-Agent-Tools/spec-kit-status](https://github.com/Open-Agent-Tools/spec-kit-status) |
233234
| Superpowers Bridge | Orchestrates obra/superpowers skills within the spec-kit SDD workflow across the full lifecycle (clarification, TDD, review, verification, critique, debugging, branch completion) | `process` | Read+Write | [superpowers-bridge](https://github.com/RbBtSn0w/spec-kit-extensions/tree/main/superpowers-bridge) |
234235
| 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) |
235236
| 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: 31 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-09T00:00:00Z",
3+
"updated_at": "2026-04-09T14:30:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1516,6 +1516,36 @@
15161516
"created_at": "2026-03-16T00:00:00Z",
15171517
"updated_at": "2026-03-16T00:00:00Z"
15181518
},
1519+
"status-report": {
1520+
"name": "Status Report",
1521+
"id": "status-report",
1522+
"description": "Project status, feature progress, and next-action recommendations for spec-driven workflows.",
1523+
"author": "Open-Agent-Tools",
1524+
"version": "1.2.5",
1525+
"download_url": "https://github.com/Open-Agent-Tools/spec-kit-status/archive/refs/tags/v1.2.5.zip",
1526+
"repository": "https://github.com/Open-Agent-Tools/spec-kit-status",
1527+
"homepage": "https://github.com/Open-Agent-Tools/spec-kit-status",
1528+
"documentation": "https://github.com/Open-Agent-Tools/spec-kit-status/blob/main/README.md",
1529+
"changelog": "https://github.com/Open-Agent-Tools/spec-kit-status/blob/main/CHANGELOG.md",
1530+
"license": "MIT",
1531+
"requires": {
1532+
"speckit_version": ">=0.1.0"
1533+
},
1534+
"provides": {
1535+
"commands": 1,
1536+
"hooks": 0
1537+
},
1538+
"tags": [
1539+
"workflow",
1540+
"project-management",
1541+
"status"
1542+
],
1543+
"verified": false,
1544+
"downloads": 0,
1545+
"stars": 0,
1546+
"created_at": "2026-04-08T15:05:14Z",
1547+
"updated_at": "2026-04-08T15:05:14Z"
1548+
},
15191549
"superb": {
15201550
"name": "Superpowers Bridge",
15211551
"id": "superb",

0 commit comments

Comments
 (0)