From 5ded932650aa33a60fe0f9c42afd9f2af50b22b1 Mon Sep 17 00:00:00 2001 From: Unserious AI <121459476+unseriousAI@users.noreply.github.com> Date: Sun, 15 Mar 2026 10:00:28 -0500 Subject: [PATCH 1/2] Add Project Status extension to community catalog - Extension ID: status - Version: 1.1.1 - Author: Open-Agent-Tools - Provides /speckit.status command for project progress visibility Co-Authored-By: Claude Opus 4.6 (1M context) --- extensions/README.md | 1 + extensions/catalog.community.json | 33 ++++++++++++++++++++++++++++++- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/extensions/README.md b/extensions/README.md index 30fc7ca6e..0f6548ab0 100644 --- a/extensions/README.md +++ b/extensions/README.md @@ -81,6 +81,7 @@ The following community-contributed extensions are available in [`catalog.commun | Ralph Loop | Autonomous implementation loop using AI agent CLI | [spec-kit-ralph](https://github.com/Rubiss/spec-kit-ralph) | | 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) | | 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) | +| Project Status | Display project status, feature progress, and recommended next actions across the spec-driven development workflow | [spec-kit-status](https://github.com/Open-Agent-Tools/spec-kit-status) | | 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) | | Understanding | Automated requirements quality analysis — 31 deterministic metrics against IEEE/ISO standards with experimental energy-based ambiguity detection | [understanding](https://github.com/Testimonial/understanding) | | 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) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index dc0e82a02..34f4c9a2e 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-03-13T12:00:00Z", + "updated_at": "2026-03-15T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "azure-devops": { @@ -316,6 +316,37 @@ "created_at": "2026-03-06T00:00:00Z", "updated_at": "2026-03-06T00:00:00Z" }, + "status": { + "name": "Project Status", + "id": "status", + "description": "Display project status, feature progress, and recommended next actions across the spec-driven development workflow.", + "author": "Open-Agent-Tools", + "version": "1.1.1", + "download_url": "https://github.com/Open-Agent-Tools/spec-kit-status/archive/refs/tags/v1.1.1.zip", + "repository": "https://github.com/Open-Agent-Tools/spec-kit-status", + "homepage": "https://github.com/Open-Agent-Tools/spec-kit-status", + "documentation": "https://github.com/Open-Agent-Tools/spec-kit-status/blob/main/README.md", + "changelog": "https://github.com/Open-Agent-Tools/spec-kit-status/blob/main/CHANGELOG.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.1.0" + }, + "provides": { + "commands": 1, + "hooks": 0 + }, + "tags": [ + "workflow", + "status", + "project-management", + "visibility" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-02-27T00:00:00Z", + "updated_at": "2026-03-15T00:00:00Z" + }, "sync": { "name": "Spec Sync", "id": "sync", From 474a9ce882853e805a44c5f54b5ecc9503cea904 Mon Sep 17 00:00:00 2001 From: Unserious AI <121459476+unseriousAI@users.noreply.github.com> Date: Sun, 15 Mar 2026 10:09:19 -0500 Subject: [PATCH 2/2] Update status extension to v1.1.2 Co-Authored-By: Claude Opus 4.6 (1M context) --- extensions/catalog.community.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 34f4c9a2e..8ae0d8234 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -321,8 +321,8 @@ "id": "status", "description": "Display project status, feature progress, and recommended next actions across the spec-driven development workflow.", "author": "Open-Agent-Tools", - "version": "1.1.1", - "download_url": "https://github.com/Open-Agent-Tools/spec-kit-status/archive/refs/tags/v1.1.1.zip", + "version": "1.1.2", + "download_url": "https://github.com/Open-Agent-Tools/spec-kit-status/archive/refs/tags/v1.1.2.zip", "repository": "https://github.com/Open-Agent-Tools/spec-kit-status", "homepage": "https://github.com/Open-Agent-Tools/spec-kit-status", "documentation": "https://github.com/Open-Agent-Tools/spec-kit-status/blob/main/README.md",