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, 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 spec-kit artifacts. - Severity-Ranked Report: Produces a structured Markdown report with CRITICAL/HIGH/MEDIUM/LOW severity findings, a requirement-to-task coverage table, and metrics. - Extension Hooks: Supports optional and mandatory before/after analysis hooks defined in .specify/extensions.yml. - Use Case: After running /speckit-tasks, invoke this Skill to verify every functional requirement has at least one task and that no plan element violates the project constitution before running /speckit-implement. ## Quick Start Run the speckit-analyze skill to check my spec.md, plan.md, and tasks.md for inconsistencies and coverage gaps before implementation.