Spirit of Kiro
drift: highA game built with and powered by generative AI by the Kiro team — Kiro's own public showcase project.
AWS's agentic IDE where specs are a native feature: requirements, design, and task artifacts with approval gates, living in .kiro/ inside the repo.
Specs are a first-class IDE feature rather than a bolt-on process. Work is structured into requirements, design, and task artifacts with approval gates before implementation, complemented by steering files and hooks. Spec artifacts live in .kiro/specs/<feature>/ in the repository.
requirements.md with user stories and acceptance criteria (or bugfix.md for bug analysis)design.md with architecture, sequence diagrams, and implementation approachtasks.md with discrete executable tasks and real-time status tracking; dependency-graph waves enable parallel executionA game built with and powered by generative AI by the Kiro team — Kiro's own public showcase project.
Kiro is the strongest example of SDD as a product rather than a methodology kit: the workflow is enforced by the
IDE itself. AWS reported over 250k developers during the 2025 preview. Because the product is closed source, the
observable evidence is thinner than for the open frameworks — tracking here leans on Kiro’s own public repos and on
adopters with .kiro/ directories in-tree.