Kiro

Active
GitHub TypeScript No License

Description

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

💡 Enterprise teams use spec-driven flows to ensure AI-generated code matches expectations
💡 AWS users invoke Bedrock and other cloud services directly from the IDE
💡 Multi-agent collaboration to design architecture when bootstrapping new projects
💡 Maintain and refactor legacy systems in production environments

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

Related Projects