What problem does it solve?
Orchestrates feature task implementation so engineers and agents follow strict TDD, review, and debug cycles, preventing ad hoc commits and flaky delivery processes.
Core Features & Use Cases
- Autonomous task execution: Dispatches isolated implementer and reviewer subagents to run one task at a time with structured status and verdict parsing.
- TDD-first enforcement: Requires tests written before implementation, supports a feature-flag protocol, and mandates mechanical verification steps.
- Safe commits and debugging: Enforces selective staging, bounded remediation/debug rounds, and precise commit messages while recording implementation notes for traceability.
- Use Case: Automate implementing approved tasks in a feature spec, ensuring each task is tested, reviewed, and selectively committed with minimal human intervention.
Quick Start
Run kiro-impl for the feature name to implement pending tasks with TDD, automated subagents, and reviewer validation.