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 that surfaces duplications, ambiguities, underspecifications, constitution violations, and coverage gaps before implementation begins. ## Core Features & Use Cases - Cross-Artifact Consistency Analysis: Detects terminology drift, conflicting requirements, and data entities referenced in one artifact but missing from others. - Coverage Mapping: Maps every functional requirement and success criterion to tasks, flagging requirements with zero task coverage and unmapped tasks. - Severity-Ranked Report: Produces a structured Markdown report with CRITICAL/HIGH/MEDIUM/LOW severity findings, coverage metrics, and next-action recommendations. - Use Case: After running /speckit-tasks on a feature, run this analysis to confirm every requirement has implementing tasks and no constitution principle is violated before starting /speckit-implement. ## Quick Start Ask the assistant to run the speckit-analyze skill to check consistency across spec.md, plan.md, and tasks.md for the current feature.