Skip to content

Commit 23bd645

Browse files
KhawarHabibKhanCopilotmnriem
authored
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 1afe3c5. * Revert "feat: add SDD artifacts check and task progress parsing to specify status" This reverts commit 3be36f8. * Revert "feat: add specify status command with project info, agent detection, and feature detection" This reverts commit 681dc46. * 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 040447b. --------- 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>
1 parent bef9c2c commit 23bd645

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

extensions/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ The following community-contributed extensions are available in [`catalog.commun
7979
| 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) |
8080
| 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) |
8181
| 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) |
82+
| 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) |
8283
| Ralph Loop | Autonomous implementation loop using AI agent CLI | [spec-kit-ralph](https://github.com/Rubiss/spec-kit-ralph) |
8384
| Reconcile Extension | Reconcile implementation drift by surgically updating feature artifacts. | [spec-kit-reconcile](https://github.com/stn1slv/spec-kit-reconcile) |
8485
| 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) |

extensions/catalog.community.json

Lines changed: 33 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-14T00:00:00Z",
3+
"updated_at": "2026-03-16T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"archive": {
@@ -451,6 +451,38 @@
451451
"created_at": "2026-03-07T00:00:00Z",
452452
"updated_at": "2026-03-07T00:00:00Z"
453453
},
454+
"status": {
455+
"name": "Project Status",
456+
"id": "status",
457+
"description": "Show current SDD workflow progress — active feature, artifact status, task completion, workflow phase, and extensions summary.",
458+
"author": "KhawarHabibKhan",
459+
"version": "1.0.0",
460+
"download_url": "https://github.com/KhawarHabibKhan/spec-kit-status/archive/refs/tags/v1.0.0.zip",
461+
"repository": "https://github.com/KhawarHabibKhan/spec-kit-status",
462+
"homepage": "https://github.com/KhawarHabibKhan/spec-kit-status",
463+
"documentation": "https://github.com/KhawarHabibKhan/spec-kit-status/blob/main/README.md",
464+
"changelog": "https://github.com/KhawarHabibKhan/spec-kit-status/blob/main/CHANGELOG.md",
465+
"license": "MIT",
466+
"requires": {
467+
"speckit_version": ">=0.1.0"
468+
},
469+
"provides": {
470+
"commands": 1,
471+
"hooks": 0
472+
},
473+
"tags": [
474+
"status",
475+
"workflow",
476+
"progress",
477+
"feature-tracking",
478+
"task-progress"
479+
],
480+
"verified": false,
481+
"downloads": 0,
482+
"stars": 0,
483+
"created_at": "2026-03-16T00:00:00Z",
484+
"updated_at": "2026-03-16T00:00:00Z"
485+
},
454486
"v-model": {
455487
"name": "V-Model Extension Pack",
456488
"id": "v-model",

0 commit comments

Comments
 (0)