Kiro
ActiveDescription
Kiro is a spec-driven agentic IDE that turns requirements and design docs into autonomous, reviewable code changes with full provenance.
Key Features
- Spec-driven Agentic IDE that tracks requirements to implementation throughout
- Multi-agent collaboration with multiple specialized agents working together on complex tasks
- Deep AWS integration with native support for Bedrock, Lambda and other cloud services
- From prototype to production covering design, code generation, testing and deployment
- Intelligent context management that automatically maintains project structure and dependencies
Use Cases
Categories
Quick Start
# Download and install Kiro IDE
brew install --cask kiro # macOS
# Or grab Windows / Linux installers from https://kiro.dev
# Open your project in Kiro
kiro ~/my-project
# Describe a spec in the IDE and Kiro auto-decomposes the task
> Add pagination to this REST API using spec-driven approach