speckit-status

Report Spec Kit project and SDD workflow status for a selected feature.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

speckit-status removes ambiguity about what is currently happening in a Spec Kit feature and how far the SDD workflow has progressed, so teams spend less time checking files manually.

Core Features & Use Cases

  • Project overview: Summarizes the current project state, including detected agent folders, script type, current git branch, and the resolved feature directory.
  • SDD artifact checklist: Quickly indicates which SDD files are present (spec.md, plan.md, tasks.md, research.md, data-model.md, quickstart.md) and how many contracts/checklists exist.
  • Task and phase progress: Computes completed vs incomplete tasks from tasks.md and infers the workflow phase (Not Started, Plan, Tasks, Implement, or Complete).
  • Extensions summary: Reports installed Spec Kit extensions to explain what tooling is available.

Quick Start

Ask the assistant to run speckit-status to display the current Spec Kit feature’s artifacts, task completion, and workflow phase.

Frequently Asked Questions about speckit-status

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

FAQPage Schema
How do I check task progress and workflow phase in a Spec Kit project?

You can check Spec Kit workflow status by running a status script that detects SDD artifacts, parses tasks.md for checkbox completion, and infers the current workflow phase from Not Started to Complete.

How can I quickly see which SDD artifacts are present in my feature directory?

Quickly see SDD artifact presence by running a status check that scans the resolved feature directory for spec.md, plan.md, tasks.md, research.md, data-model.md, and quickstart.md files.

Does speckit-status require any dependencies to report project status?

speckit-status requires no external dependencies but must execute .specify/scripts/bash/status.sh to detect agents, resolve the git branch, and summarize installed extensions from .specify/extensions.

What is the best way to surface incomplete tasks for daily development check-ins?

The best way to surface incomplete tasks for daily check-ins is to parse tasks.md, compute completed versus incomplete checkboxes, and summarize the current git branch and resolved feature directory in one overview.

Why does my SDD workflow phase show as Not Started when spec.md exists?

Your SDD workflow phase shows as Not Started because phase inference requires multiple artifacts like plan.md and tasks.md, not just spec.md, to progress through Plan, Tasks, and Implement stages.