What problem does it solve? Writing complete feature specifications manually is slow and error-prone. This Skill automates the creation of a full spec package (requirements, design, and tasks) in a single run, with an optional interactive mode for step-by-step approval. ## Core Features & Use Cases - Four-Phase Spec Generation: Initializes a spec directory, then generates requirements.md, design.md, and tasks.md under .kiro/specs/{feature-name}/. - Automatic and Interactive Modes: Run all phases unattended with the --auto flag, or approve each phase manually in interactive mode. - Final Sanity Review: Reviews the generated requirements, design, and tasks for contradictions, missing prerequisites, and task coverage before declaring completion. - Use Case: Describe a feature like "user profile with avatar upload" and receive a complete, structured spec ready for implementation, with optional follow-up validation via gap analysis and design review commands. ## Quick Start Generate a quick spec for a user profile feature with avatar upload using automatic mode.