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, success criteria, and a quality checklist, ready for planning. ## Core Features & Use Cases - Specification Generation: Parses a feature description into actors, actions, data, and constraints, then writes a full spec following the spec-kit template. - Quality Validation: Creates a requirements checklist and iteratively validates the spec against completeness, testability, and technology-agnostic criteria. - Clarification Handling: Flags up to 3 critical ambiguities with [NEEDS CLARIFICATION] markers and presents structured multiple-choice questions to resolve them. - Use Case: A product manager types a description 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 ready for /speckit-plan. ## Quick Start Ask the assistant to create a feature specification by describing the feature you want, for example: specify a dashboard that shows real-time analytics for admin users.