From 23bd645054439bb10c52411b637d23454ce696ce Mon Sep 17 00:00:00 2001 From: KhawarHabibKhan <132604863+KhawarHabibKhan@users.noreply.github.com> Date: Mon, 16 Mar 2026 22:08:43 +0500 Subject: [PATCH] Feature: add specify status command (#1837) * feat: add specify status command with project info, agent detection, and feature detection * feat: add SDD artifacts check and task progress parsing to specify status * feat: add workflow phase detection and extensions summary to specify status * Revert "feat: add workflow phase detection and extensions summary to specify status" This reverts commit 1afe3c52af3485b1e73cd3d852311c1e71fbf56c. * Revert "feat: add SDD artifacts check and task progress parsing to specify status" This reverts commit 3be36f87593db6c76b85a904893458600c6fc72e. * Revert "feat: add specify status command with project info, agent detection, and feature detection" This reverts commit 681dc46af9baa707d4de3dae1ad706b9756a9de4. * feat: add spec-kit-status extension to community catalog * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Revert "Potential fix for pull request finding" This reverts commit 040447be03f7adeb9706528fc775a3a912015dbe. --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Manfred Riem <15701806+mnriem@users.noreply.github.com> --- extensions/README.md | 1 + extensions/catalog.community.json | 34 ++++++++++++++++++++++++++++++- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/extensions/README.md b/extensions/README.md index bbbb078e..f38cf1b1 100644 --- a/extensions/README.md +++ b/extensions/README.md @@ -79,6 +79,7 @@ The following community-contributed extensions are available in [`catalog.commun | Fleet Orchestrator | Orchestrate a full feature lifecycle with human-in-the-loop gates across all SpecKit phases | [spec-kit-fleet](https://github.com/sharathsatish/spec-kit-fleet) | | Jira Integration | Create Jira Epics, Stories, and Issues from spec-kit specifications and task breakdowns with configurable hierarchy and custom field support | [spec-kit-jira](https://github.com/mbachorik/spec-kit-jira) | | Project Health Check | Diagnose a Spec Kit project and report health issues across structure, agents, features, scripts, extensions, and git | [spec-kit-doctor](https://github.com/KhawarHabibKhan/spec-kit-doctor) | +| Project Status | Show current SDD workflow progress — active feature, artifact status, task completion, workflow phase, and extensions summary | [spec-kit-status](https://github.com/KhawarHabibKhan/spec-kit-status) | | Ralph Loop | Autonomous implementation loop using AI agent CLI | [spec-kit-ralph](https://github.com/Rubiss/spec-kit-ralph) | | Reconcile Extension | Reconcile implementation drift by surgically updating feature artifacts. | [spec-kit-reconcile](https://github.com/stn1slv/spec-kit-reconcile) | | 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) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 5c09339c..1715c808 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-03-14T00:00:00Z", + "updated_at": "2026-03-16T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "archive": { @@ -451,6 +451,38 @@ "created_at": "2026-03-07T00:00:00Z", "updated_at": "2026-03-07T00:00:00Z" }, + "status": { + "name": "Project Status", + "id": "status", + "description": "Show current SDD workflow progress — active feature, artifact status, task completion, workflow phase, and extensions summary.", + "author": "KhawarHabibKhan", + "version": "1.0.0", + "download_url": "https://github.com/KhawarHabibKhan/spec-kit-status/archive/refs/tags/v1.0.0.zip", + "repository": "https://github.com/KhawarHabibKhan/spec-kit-status", + "homepage": "https://github.com/KhawarHabibKhan/spec-kit-status", + "documentation": "https://github.com/KhawarHabibKhan/spec-kit-status/blob/main/README.md", + "changelog": "https://github.com/KhawarHabibKhan/spec-kit-status/blob/main/CHANGELOG.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.1.0" + }, + "provides": { + "commands": 1, + "hooks": 0 + }, + "tags": [ + "status", + "workflow", + "progress", + "feature-tracking", + "task-progress" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-03-16T00:00:00Z", + "updated_at": "2026-03-16T00:00:00Z" + }, "v-model": { "name": "V-Model Extension Pack", "id": "v-model",