What problem does it solve? Teams using spec-driven development lose track of which features are drafted, planned, implemented, or stuck. This Skill gives an instant, factual snapshot of the entire LiveSpec project state without modifying any files. ## Core Features & Use Cases - Roadmap Parsing: Reads .specs/roadmap.md and counts checked/unchecked items per tier (MVP, Post-MVP, Future, Deferred). - Feature Scanning: Scans .specs/features/*/spec.md for status, plan, and implementation presence, then computes the next recommended action per feature. - Gap Detection: Flags stuck Draft features, features ready to implement, and pending deferred items. - Use Case: Run /spec-status --json in CI or an external dashboard to get a machine-readable summary of project progress, or run /spec-status in a session to decide which feature to advance next. ## Quick Start Ask the AI to run /spec-status to display the current roadmap and feature status overview of the project.