What problem does it solve? Specification-driven projects often drift out of sync: requirements lack tasks, plans contradict specs, and vague wording slips into implementation. This Skill performs a read-only consistency and quality audit across the three core spec-kit artifacts before coding begins. ## Core Features & Use Cases - Cross-Artifact Analysis: Detects duplications, ambiguities, underspecification, inconsistencies, and coverage gaps across spec.md, plan.md, and tasks.md. - Constitution Enforcement: Validates artifacts against the project constitution, flagging MUST-principle violations as CRITICAL findings. - Structured Report: Produces a severity-ranked findings table, requirement-to-task coverage summary, and metrics with concrete next-action recommendations. - Use Case: After running /speckit-tasks, invoke this Skill to verify every functional requirement has at least one task and no conflicting stack choices exist before starting /speckit-implement. ## Quick Start Run the speckit-analyze skill to check my current feature's spec, plan, and tasks files for inconsistencies and missing requirement coverage.