What problem does it solve? Specification-driven projects often accumulate inconsistencies between the spec, implementation plan, and task list, leading to uncovered requirements, duplicated work, and constitution violations discovered too late. This Skill performs a read-only cross-artifact audit before implementation begins. ## Core Features & Use Cases - Cross-Artifact Consistency Analysis: Detects duplications, ambiguities, underspecified requirements, terminology drift, and conflicting requirements across spec.md, plan.md, and tasks.md. - Coverage Mapping: Maps every functional requirement and success criterion to tasks, reporting coverage percentage and unmapped tasks. - Constitution Validation: Flags violations of project constitution MUST principles as CRITICAL findings. - Use Case: After running /speckit.tasks to generate tasks.md, run this analysis to receive a severity-ranked findings report with remediation suggestions before starting /speckit.implement. ## Quick Start Ask the assistant to run the speckit analyze command to audit the current feature's spec, plan, and tasks for inconsistencies and coverage gaps.