What problem does it solve? Turning a rough feature idea into a complete, testable specification is slow and error-prone. This Skill converts a plain-language feature description into a structured spec.md file with user scenarios, functional requirements, and measurable success criteria, ready for planning. ## Core Features & Use Cases - Specification Generation: Parses a feature description to extract actors, actions, data, and constraints, then writes a complete spec following the spec-kit template. - Quality Validation: Creates a requirements checklist and iteratively validates the spec against content quality, completeness, and readiness criteria (up to 3 iterations). - Clarification Management: Limits ambiguity by asking at most 3 prioritized [NEEDS CLARIFICATION] questions with suggested answer options. - Use Case: A product owner types a feature idea like "add OAuth2 login for the mobile app" and receives a numbered feature directory (e.g., specs/003-oauth2-login) containing a validated spec.md and quality checklist, ready for /speckit-plan. ## Quick Start Run /speckit-specify followed by your feature description to generate a validated feature specification in the specs directory.