What problem does it solve?
This Skill orchestrates test-driven implementation of approved tasks from a spec, removing manual coordination by dispatching implementer, reviewer, and debugger subagents and enforcing strict commit and validation discipline.
Core Features & Use Cases
- Autonomous Task Execution: Run all pending tasks or selected tasks with one-subtask-per-iteration subagent dispatch and independent reviews.
- TDD Enforcement & Feature Flags: Ensure tests are written first, follow RED → GREEN → REFACTOR cycles, and apply feature-flag protocol for behavioral changes.
- Bounded Debug & Safe Commits: Apply structured debug cycles, bounded remediation, selective staging of changed files, and verifier gates before marking tasks complete.
- Use Case: Turn an approved feature spec into production code with automated implementer reviews, explicit status parsing, and safe, scoped commits.
Quick Start
Load the kiro-impl skill and run it with the feature name to implement approved tasks using TDD and automated subagents.