spec-status

Installation
SKILL.md

spec — status and orientation

Read-only entry point for spec-driven development: report progress, or orient the user to the right sub-skill.

If .spec/ doesn't exist, tell the user: "No .spec/ folder. Use the spec-init skill to initialize the project." and stop.

scripts/specctl status 2>/dev/null || echo "NO_SPEC"

Pipeline

spec-initspec-interviewspec-planspec-workspec-done (loop until epic complete)

spec-status reads state at any point.

Sub-skills

Installs
3
GitHub Stars
32
First Seen
May 21, 2026
spec-status — alexei-led/cc-thingz