What problem does it solve?
Kiro-spec-quick turns a short project description into a complete, initialized spec skeleton so teams and agents avoid repetitive manual spec creation and get a consistent starting point for implementation.
Core Features & Use Cases
- Interactive and Automatic Modes: Run step-by-step with user approval or fully automate all phases with the --auto flag.
- Four-Phase Pipeline: Initializes spec directory and files, generates requirements, produces design, and creates task lists, then runs a final sanity review.
- Template-driven and Safe: Uses project templates, enforces uniqueness for feature names, writes spec.json/requirements.md/design.md/tasks.md, and includes error handling and recovery suggestions.
- Use Case: Quickly scaffold a new feature spec such as "user profile with avatar upload" and immediately produce requirements, design, and task breakdowns ready for implementation.
Quick Start
Run the quick spec generator by invoking kiro-spec-quick followed by a short project description, for example: User profile with avatar upload --auto.