What problem does it solve? Inconsistent or incomplete specifications cause implementation failures. This Skill performs a read-only cross-artifact analysis across spec.md, plan.md, and tasks.md to detect duplications, ambiguities, underspecified requirements, constitution violations, and coverage gaps before coding begins. ## Core Features & Use Cases - Consistency Detection: Identifies near-duplicate requirements, terminology drift, conflicting technical choices, and task ordering contradictions across the three core artifacts. - Coverage Mapping: Maps every functional requirement and success criterion to tasks, flagging requirements with zero coverage and unmapped tasks. - Constitution Validation: Checks artifacts against the project constitution's MUST principles, treating violations as CRITICAL findings. - Use Case: After running /speckit-tasks, invoke this Skill to receive a structured report with severity-ranked findings, a coverage summary table, and metrics before starting implementation. ## Quick Start Run the speckit-analyze skill to check my spec, plan, and tasks files for inconsistencies and missing requirement coverage.