What problem does it solve? Writing clear, complete, and testable requirements is hard, and gaps or ambiguities in a spec often surface only during implementation. This Skill generates domain-focused checklists that act as unit tests for requirements, validating completeness, clarity, consistency, and measurability before coding begins. ## Core Features & Use Cases - Requirements Quality Checklists: Creates CHK-numbered checklist items grouped by quality dimensions such as completeness, clarity, consistency, coverage, and edge cases, with traceability references to spec sections. - Spec-Kit Integration: Reads the feature's spec.md, plan.md, and tasks.md from the .specify project structure, runs prerequisite scripts, and respects constitution principles and extension hooks. - Interactive Clarification: Derives up to five targeted clarifying questions about scope, depth, audience, and risk before generating the checklist. - Use Case: Before implementing a new API feature, run the checklist command with a security focus to produce security.md in the feature's checklists folder, surfacing gaps like missing rate-limiting or authentication requirements. ## Quick Start Ask the assistant to generate a security-focused requirements checklist for the current feature using the speckit-checklist skill.