What problem does it solve? Writing clear, complete, and testable feature requirements is hard, and gaps or ambiguities in specs surface late as implementation defects. This Skill generates domain-focused checklists that act as unit tests for requirements, validating completeness, clarity, consistency, and coverage before coding begins. ## Core Features & Use Cases - Requirements Quality Checklists: Creates categorized checklist items (completeness, clarity, consistency, measurability, edge cases) with CHK IDs and traceability references to spec sections. - Spec-Kit Integration: Reads spec.md, plan.md, and tasks.md from the active feature directory, respects the project constitution, and supports extension hooks before and after generation. - Interactive Scoping: Asks up to three dynamic clarifying questions to calibrate depth, audience, and risk focus, then creates or appends to files like ux.md, api.md, or security.md under the feature's checklists folder. - Use Case: Before implementing a new API feature, run the checklist command to produce an api.md checklist verifying that error formats, rate limits, and versioning requirements are explicitly specified. ## Quick Start Ask the agent to generate a security requirements checklist for the current feature using the speckit-checklist skill.