What problem does it solve?
Implements long-running, spec-driven task implementation so repositories with approved specs can be converted into production code reliably, with TDD-first discipline, per-task reviewers, and controlled commits to avoid regressions and scope creep.
Core Features & Use Cases
- Autonomous and Manual Modes: Run all pending tasks as independent subagents or execute selected tasks directly in the main context.
- TDD-first Workflow: Enforces RED → GREEN → REFACTOR with feature-flag protocol for behavioral changes.
- Gated Review & Debug Loop: Dispatches independent implementer, reviewer, and debug subagents with strict structured status parsing, selective staging, and bounded remediation rounds.
- Use Case: Convert an approved feature spec into incremental, reviewed commits where each task is implemented, reviewed, and verified against repository validation commands.
Quick Start
Invoke the kiro-impl skill with a feature name to run TDD-driven task implementations and per-task reviews, for example: /kiro-impl my-feature [1.1] --review required