Loading image...Kiro

Product

  • About Kiro
  • IDE
  • CLI
  • Web
  • Mobile
  • Crew
  • Pricing
  • Downloads

For

  • Enterprise
  • Startups
  • Students

Community

  • Overview
  • Ambassadors
  • Discord
  • Events
  • Powers
  • Shop
  • Showcase

Resources

  • Docs
  • Blog
  • Changelog
  • FAQs
  • Report a bug
  • Suggest an idea
  • Billing support

Social

Site TermsLicenseResponsible AI PolicyLegalPrivacy PolicyCookie Preferences
Loading image...Kiro
  • Enterprise
  • Pricing
  • Docs
SIGN INDOWNLOADS
Loading image...Kiro

Get Started

InstallationAuthenticationYour first project

Models

OverviewAvailable modelsReasoning effort

Features

How Kiro works
Specs
Feature Specs
Bugfix Specs
Quick Spec
Plan mode
Analyze Requirements
Correctness
Best practices
Steering
Hooks
MCP
Permissions
Custom agents
Agent Skills
Powers
CompactionKiroignoreCheckpoints and rewind
Built-in tools
Configuration scopes

IDE 1.x

What's new in 1.0
Setup & First Run
Editor
Chat
Experimental
Troubleshooting0.x reference

CLI

What's new in 3.0
Setup & First Run
Terminal UI
Chat
Headless modeACPAuto complete
Experimental
2.x reference

Crew

Quick startInstallationRunning 24/7
Chat
Agent Capabilities
Features
Interfaces
Apps
ConfigurationSecurityTroubleshooting

Web - Preview

Setup & First RunIdentity Center
Connect your repositories
Working with the agent
Autonomous modeAutomations
Sandbox

Mobile - Preview

Overview

Commands and Reference

CLI commandsSlash commandsBuilt-in toolsExit codesSettings

Billing

OverviewManaging your subscriptionUpgrading your planDowngrading your planCancelling your planPurchasing add-on creditsManaging your paymentsManaging usage notificationsManaging your taxesContacting billing supportDeleting your accountRelated questions

Enterprise

ConceptsOnboarding quickstart
Connecting your identity provider
Subscribe your teamManage subscriptions
Governance
Monitor and track
SettingsManaged updatesBillingIAMSupported regions

Privacy and Security

OverviewData protectionCode referencesCompliance validationInfrastructure securityIAM permissionsFirewalls, proxies, and data perimetersVPC endpoints (AWS PrivateLink)

Guides

Overview
Language support
Learn by playing

Migration

Migrating from Q DeveloperMigrating from VSCodeUpgrading from Q CLI
  1. Docs
  2. Features
  3. Specs

Specs


What are specs?

Specs or specifications are structured artifacts that formalize the development process for features and bug fixes in your application. They provide a systematic approach to transform high-level ideas into detailed implementation plans with clear tracking and accountability.

CapabilityIDECLIWebMobile
Feature Specs✓✓✓—
Bugfix Specs✓✓✓—
Quick Spec✓✓✓—
Parallel task execution✓✓✓—
Analyze Requirements✓———
Correctness (property-based testing)✓———

With Kiro's specs, you can:

  • Break down requirements into user stories with acceptance criteria
  • Build design docs with sequence diagrams and architecture plans
  • Track implementation progress across discrete tasks
  • Collaborate effectively between product and engineering teams

Core Structure

Every spec generates three key files that form the foundation of your specification:

  • requirements.md (or bugfix.md) - Captures user stories, acceptance criteria, or bug analysis in structured notation
  • design.md - Documents technical architecture, sequence diagrams, and implementation considerations
  • tasks.md - Provides a detailed implementation plan with discrete, trackable tasks
Loading diagram...

Three-Phase Workflow

All specs follow a three-phase workflow that transforms your idea into executable implementation:

Requirements or Bug Analysis - Define what needs to be built or fixed

  • Feature Specs: User stories and acceptance criteria in requirements.md
  • Bugfix Specs: Bug analysis with current/expected/unchanged behavior in bugfix.md

Design - Create technical architecture and implementation approach in design.md

  • System architecture and component design
  • Sequence diagrams and data flow
  • Error handling and testing strategy

Tasks - Generate discrete, executable implementation tasks in tasks.md

  • Trackable tasks with clear outcomes
  • Real-time status updates as you implement
  • Run tasks individually or all at once

Task Execution

Kiro provides a task execution interface for tasks.md files that displays real-time status updates. Tasks are updated as in-progress or completed, allowing you to efficiently track implementation progress.

Running tasks in parallel

When you run all tasks on a spec, Kiro analyzes your task list, figures out which tasks depend on each other, and runs independent tasks concurrently. For most feature specs, this cuts execution time significantly without any setup.

Kiro builds a dependency graph of the tasks in your tasks.md and groups independent tasks into waves:

  • Wave 1 - all tasks with no dependencies. These run concurrently.
  • Wave 2 - all tasks whose dependencies were satisfied by Wave 1. These run concurrently.
  • Wave N - continues until all tasks are complete.

Waves execute sequentially; tasks within a wave execute concurrently.

Types of Specs

Kiro supports two types of specs to match your development needs:

Feature Specs

For building new features and capabilities in your application. Feature Specs guide you through requirements gathering, technical design, and implementation planning with two workflow variants: Requirements-First and Design-First. For well-understood features, you can also use Quick Spec to auto-generate all three artifacts without approval gates.

Learn more about Feature Specs →

Bugfix Specs

For systematically diagnosing and fixing bugs with surgical precision while preventing regressions. Bugfix Specs help you identify root causes, design fixes, and validate that nothing else breaks.

Learn more about Bugfix Specs →

Getting Started

  1. From the Kiro pane, click the + button under Specs. Alternatively, choose Spec from the chat pane.
  2. Kiro will ask if you are developing a Feature or fixing a Bug
    • If you choose Feature, describe your feature and choose your workflow: Requirements-First or Design-First
    • If you choose Bug, describe your bug
  3. Follow the workflow through each phase to implementation

Learn more

Go deeper into Kiro's Spec system with these guides:

Feature Specs
Build new features with structured workflows.
Quick Spec
Generate requirements, design, and tasks in one pass without approval gates.
Analyze Requirements
Catch inconsistencies, ambiguities, and gaps in your requirements before design.
Bugfix Specs
Fix bugs surgically while preventing regressions.
Best Practices
FAQs on best practices when working with specs.
Page updated: August 4, 2026
How Kiro works
Feature Specs