What problem does it solve? Writing clear, complete, and testable requirements is hard, and gaps or ambiguities in specs surface late as costly rework. This Skill generates domain-focused checklists that act as unit tests for requirements, validating completeness, clarity, consistency, and measurability before implementation begins. ## Core Features & Use Cases - Requirements Quality Validation: Produces checklist items that test whether requirements are complete, unambiguous, consistent, and measurable rather than testing implementation behavior. - Context-Aware Generation: Loads spec.md, plan.md, and tasks.md from the spec-kit feature directory and asks up to three dynamic clarifying questions to focus the checklist. - Append-Safe File Management: Creates or appends to domain-named checklist files (e.g., ux.md, security.md) with globally incrementing CHK IDs, preserving existing content. - Use Case: Before a PR review of a new API feature, run the checklist generator with a security focus to produce security.md containing items like "Are rate limiting requirements quantified with specific thresholds?" ## Quick Start Ask the assistant to generate a security-focused requirements checklist for the current spec-kit feature.