What problem does it solve? In spec-driven development, inconsistencies between the specification, implementation plan, and task list cause rework and missed requirements. This Skill performs a read-only cross-artifact analysis to detect duplications, ambiguities, underspecified items, coverage gaps, and constitution violations before implementation begins. ## Core Features & Use Cases - Cross-Artifact Consistency Analysis: 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 coverage and unmapped tasks. - Severity-Ranked Report: Produces a structured Markdown report with CRITICAL/HIGH/MEDIUM/LOW findings, coverage metrics, and next-action recommendations. - Use Case: After running /speckit-tasks on a new feature, run this analysis to verify that all functional requirements have implementing tasks and that no plan element violates the project constitution before starting /speckit-implement. ## Quick Start Ask the AI to run the speckit-analyze skill to check consistency and requirement coverage across the current feature's spec, plan, and tasks files.