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, then validates it against a quality checklist. ## Core Features & Use Cases - Spec Generation: Creates a feature directory under specs/ with a spec.md built from the resolved spec-template, including user scenarios, functional requirements, success criteria, and key entities. - Quality Validation: Generates a requirements checklist and iterates on the spec (up to 3 passes) until it is testable, unambiguous, and free of implementation details. - Clarification Handling: Limits open questions to 3 [NEEDS CLARIFICATION] markers and presents structured multiple-choice options for user decisions. - Use Case: A product manager types a feature idea like "add OAuth2 login" and receives a numbered feature directory (e.g., specs/003-oauth2-login/) containing a stakeholder-ready specification ready for planning. ## Quick Start Run /speckit-specify followed by a plain-language description of the feature you want to specify.