What problem does it solve? Before implementation begins, specification artifacts often contain duplications, ambiguities, coverage gaps, and contradictions that cause costly rework. This Skill performs a read-only cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md so issues are caught early. ## Core Features & Use Cases - Cross-Artifact Detection Passes: Identifies duplications, ambiguities, underspecification, inconsistencies, and coverage gaps across the three core spec-kit artifacts. - Constitution Alignment Checks: Validates requirements and plans against the project constitution, flagging MUST-principle violations as CRITICAL findings. - Structured Analysis Report: Produces a severity-ranked findings table, requirement-to-task coverage summary, and metrics without modifying any files. - Use Case: After running /speckit-tasks, invoke this Skill to verify every functional requirement has task coverage and no conflicting technology choices exist before running /speckit-implement. ## Quick Start Ask the agent to run the speckit-analyze skill to check spec.md, plan.md, and tasks.md for inconsistencies and coverage gaps before implementation.