What problem does it solve? Inconsistent specifications, plans, and task lists cause implementation failures that surface too late. This Skill performs a read-only cross-artifact analysis to detect duplications, ambiguities, underspecification, constitution violations, and coverage gaps before any code is written. ## Core Features & Use Cases - Cross-Artifact Consistency Checks: Detects terminology drift, conflicting requirements, and data model mismatches across spec.md, plan.md, and tasks.md. - Coverage Mapping: Maps every functional requirement and success criterion to tasks, flagging requirements with zero task coverage and unmapped tasks. - Constitution Enforcement: Treats violations of project constitution MUST principles as CRITICAL findings requiring resolution before implementation. - Use Case: After running /speckit-tasks on a new feature, run this analysis to receive a severity-ranked report showing that a performance success criterion has no corresponding task and that two requirements conflict on framework choice. ## 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.