What problem does it solve? Inconsistent or incomplete specifications cause implementation failures. This Skill performs a read-only, cross-artifact analysis of spec.md, plan.md, and tasks.md in a spec-kit project to detect duplications, ambiguities, underspecification, constitution violations, and coverage gaps before coding begins. ## Core Features & Use Cases - Six Detection Passes: Identifies duplication, ambiguity, 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 findings, a requirement-to-task coverage table, and metrics such as coverage percentage. - Constitution Enforcement: Treats violations of .specify/memory/constitution.md MUST principles as automatically CRITICAL findings. - Use Case: After running /speckit-tasks, invoke this Skill to verify every functional requirement has at least one task and that no conflicting technology choices exist before running /speckit-implement. ## Quick Start Ask the assistant to run the speckit-analyze skill to check the current feature's spec, plan, and tasks for inconsistencies and coverage gaps.