Skip to content

Commit d3f751d

Browse files
unseriousAIclaude
andcommitted
Add Status Report extension to community catalog
- 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: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1c25b5a commit d3f751d

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ The following community-contributed extensions are available in [`catalog.commun
222222
| 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) |
223223
| Security Review | Comprehensive security audit of codebases using AI-powered DevSecOps analysis | `code` | Read-only | [spec-kit-security-review](https://github.com/DyanGalih/spec-kit-security-review) |
224224
| 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) |
225+
| 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) |
225226
| 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) |
226227
| Ship Release Extension | Automates release pipeline: pre-flight checks, branch sync, changelog generation, CI verification, and PR creation | `process` | Read+Write | [spec-kit-ship](https://github.com/arunt14/spec-kit-ship) |
227228
| Spec Critique Extension | Dual-lens critical review of spec and plan from product strategy and engineering risk perspectives | `docs` | Read-only | [spec-kit-critique](https://github.com/arunt14/spec-kit-critique) |

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-06T06:30:00Z",
3+
"updated_at": "2026-04-08T15:05:14Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1356,6 +1356,36 @@
13561356
"created_at": "2026-03-16T00:00:00Z",
13571357
"updated_at": "2026-03-16T00:00:00Z"
13581358
},
1359+
"status-report": {
1360+
"name": "Status Report",
1361+
"id": "status-report",
1362+
"description": "Project status, feature progress, and next-action recommendations for spec-driven workflows.",
1363+
"author": "Open-Agent-Tools",
1364+
"version": "1.2.5",
1365+
"download_url": "https://github.com/Open-Agent-Tools/spec-kit-status/archive/refs/tags/v1.2.5.zip",
1366+
"repository": "https://github.com/Open-Agent-Tools/spec-kit-status",
1367+
"homepage": "https://github.com/Open-Agent-Tools/spec-kit-status",
1368+
"documentation": "https://github.com/Open-Agent-Tools/spec-kit-status/blob/main/README.md",
1369+
"changelog": "https://github.com/Open-Agent-Tools/spec-kit-status/blob/main/CHANGELOG.md",
1370+
"license": "MIT",
1371+
"requires": {
1372+
"speckit_version": ">=0.1.0"
1373+
},
1374+
"provides": {
1375+
"commands": 1,
1376+
"hooks": 0
1377+
},
1378+
"tags": [
1379+
"workflow",
1380+
"project-management",
1381+
"status"
1382+
],
1383+
"verified": false,
1384+
"downloads": 0,
1385+
"stars": 0,
1386+
"created_at": "2026-04-08T15:05:14Z",
1387+
"updated_at": "2026-04-08T15:05:14Z"
1388+
},
13591389
"superb": {
13601390
"name": "Superpowers Bridge",
13611391
"id": "superb",

0 commit comments

Comments
 (0)