What problem does it solve?
Kiro specs provide a structured, repeatable way to capture ideas as formal, versioned artifacts (requirements, design, and task plans) that teams can review, approve, and execute.
Core Features & Use Cases
- Generate a Requirements document at .kiro/specs/{feature-name}/requirements.md with user stories and EARS acceptance criteria.
- Produce a Design document at .kiro/specs/{feature-name}/design.md detailing architecture, components, data models, and correctness properties.
- Create a Tasks document at .kiro/specs/{feature-name}/tasks.md with a clear, test-driven implementation plan.
- Enforce explicit phase approvals before advancing to the next stage, ensuring alignment and traceability.
Quick Start
Start a new spec by naming a feature (e.g., "user-authentication"). Kiro will scaffold the spec directory and generate the three core documents, ready for review and iterative refinement.