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 in a spec-kit project, detecting duplications, ambiguities, underspecification, constitution violations, and coverage gaps before coding begins. ## Core Features & Use Cases - Six Detection Passes: Identifies duplications, ambiguities, underspecification, constitution misalignment, coverage gaps, and inconsistencies across the three core artifacts. - Severity-Ranked Report: Produces a structured Markdown report with CRITICAL/HIGH/MEDIUM/LOW severity findings, a requirement-to-task coverage table, and metrics. - Constitution Enforcement: Treats violations of .specify/memory/constitution.md MUST principles as automatically CRITICAL findings. - Use Case: After running task generation on a new feature, invoke this Skill to verify every functional requirement has at least one task and that no conflicting technology choices exist between spec and plan before starting implementation. ## Quick Start Ask the agent to run the speckit-analyze skill to check the current feature's spec, plan, and tasks for inconsistencies and coverage gaps.