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-init → spec-interview → spec-plan → spec-work → spec-done (loop until epic complete)
spec-status reads state at any point.