← ClaudeAtlas

speckit-statuslisted

Use when the user wants to read SpecKit project status, see the full roadmap dashboard, check which specs are complete, in-progress, blocked, or ready to start, see phase-level progress for active specs, find which active worktrees exist and what spec each belongs to, check the status or current phase of a specific SPEC-ID, identify what is blocking a spec and why, get a recommendation for the next spec to implement, or summarize overall project health and next steps. Triggers on: show roadmap, project status, active workflows, blockers, dashboard, all specs, phases complete, next phase, list worktrees, which spec should I start, what is next, SpecKit progress, project health, check SPEC-XXX, is SPEC-XXX done, is SPEC-XXX blocked. Read-only: never creates files, branches, or worktrees. Do NOT use to set up or scaffold a spec (use speckit-scaffold-spec), execute a workflow autonomously (use speckit-autopilot), fix PR review comments (use speckit-resolve-pr), or ask about SDD methodology (use speckit-coach).
racecraft-lab/racecraft-plugins-public · ★ 5 · Testing & QA · score 74
Install: claude install-skill racecraft-lab/racecraft-plugins-public
# SpecKit Status Dashboard ## Installed Runtime Contract Installed Claude and Codex surfaces resolve Python 3.11 or newer, invoke `[resolved_python, "-m", "speckit_pro_runner"]`, send one JSON request on stdin, read one JSON response from stdout, and surface stderr diagnostics. Do not add a shell fallback, `jq` parsing path, Git Bash, WSL, or PowerShell-specific command-language requirement for installed workflows. ## Invocation ```text /speckit-pro:speckit-status # Show full roadmap + active specs /speckit-pro:speckit-status all # Same as above /speckit-pro:speckit-status SPEC-013 # Show specific spec detail ``` ## What to Do ### 1. Find All Data Sources Search for workflow files, technical roadmap files, and design concept docs: ```text Workflow files: **/*-workflow.md (active/completed specs with phase detail) Technical roadmaps: **/*technical-roadmap*.md OR **/*-roadmap.md Design concepts: **/*-design-concept.md (grill-me output per spec) Also check: docs/ai/specs/*-workflow.md docs/ai/specs/*-design-concept.md docs/ai/*roadmap*.md Archive state: .specify/extensions.yml .specify/extensions/.registry .specify/extensions/archive/extension.yml .specify/extensions/archive/RACECRAFT-PIN.md ``` For each design concept doc found, record the SPEC-ID it corresponds to (parsed from the filename `SPEC-<ID>-design-concept.md` or from the doc's fron