What problem does it solve?
Quickly produces a complete feature specification workflow from a short project description, removing manual orchestration of spec initialization, requirements, design, and task creation so teams can move from idea to implementation faster.
Core Features & Use Cases
- Automatic and Interactive Modes: Run a fully automated end-to-end spec generation or step through phases with user approval.
- Four-Phase Workflow: Initializes a spec directory, generates requirements, produces design artifacts, and creates implementation tasks, then runs a final sanity review.
- Discovery & Templates Integration: Reads .kiro/specs/{feature}/brief.md when present and populates files from repository templates, ensuring consistent outputs.
- Tooling Integration: Invokes other kiro skills for requirements, design, and tasks generation and supports host subagents for reviews.
- Use Case: Rapidly create specs for small-to-medium product features such as a user profile upload, payment flow, or notification feature.
Quick Start
Run the kiro-spec-quick skill with a short feature description and optional --auto flag to generate a spec automatically, for example: kiro-spec-quick User profile with avatar upload --auto