speckit-status-show

Run status.sh to summarize Spec Kit feature progress and task completion.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-status-show
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-status-show
Source: https://github.com/B0yZ4kr14/OrthoPlus-Enterprise/tree/main/.specify-backups/20260518-141826/_agents/skills/speckit-status-show
Command: npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-status-show

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

You waste time wondering what stage a Spec Kit feature is in and whether the required SDD artifacts and tasks are complete.

Core Features & Use Cases

  • Unified project status overview: Summarizes project name, detected agents, available shell script types, current Git branch, and the active feature directory.
  • SDD artifact completeness check: Verifies required files (spec.md, plan.md, tasks.md, research.md, data-model.md, quickstart.md) and reports presence/absence for contracts/ and checklists/.
  • Task progress and workflow phase detection: Computes completed vs incomplete tasks from tasks.md and infers the correct workflow phase (Plan/Tasks/Implement/Complete) to guide the next Spec Kit action.
  • Extensions summary: Counts installed extensions registered in the .specify/extensions/ registry.

Quick Start

Ask to run the status summary for your current Spec Kit feature: "Show the current Spec Kit project status and SDD progress for the active feature."

Frequently Asked Questions about speckit-status-show

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Spec Kit feature progress and SDD artifact completeness?

To check Spec Kit feature progress, parse task completion metrics from tasks.md and verify required SDD artifacts like spec.md, plan.md, and data-model.md. This provides a unified status view of your active feature development workflow.

What is the best way to track workflow phase detection in a Spec Kit project?

Workflow phase detection in a Spec Kit project infers the correct stage by checking artifact existence. By detecting whether required SDD files are present, it identifies the current phase as Plan, Tasks, Implement, or Complete to guide the next action.

How do I count installed extensions registered in the Spec Kit registry?

Count installed Spec Kit extensions by checking the .specify/extensions/ registry directory. The status summary scans this registry to report the total number of extensions currently integrated into your local repository environment.

Can I see git branch and task completion metrics in a single project status view?

Yes, you can see git branch and task completion metrics together in a unified project status view. The status summary detects the current Git branch alongside parsing completed versus incomplete tasks from tasks.md for a comprehensive overview.

Does the Spec Kit status summary require running shell scripts to detect workflow progress?

Yes, detecting Spec Kit workflow progress requires executing the .specify/scripts/bash/status.sh script. This safely computes task completion metrics and reports contracts and checklists counts from local repository files to determine the next action.