What problem does it solve?
This Skill automates the disciplined implementation of approved feature tasks by enforcing test-driven development, structured subagent handoffs, and gated reviewer verification so work is reliable and auditable.
Core Features & Use Cases
- Autonomous Task Processing: Dispatches a fresh implementer subagent per task, runs a reviewer subagent, and repeats until all pending tasks are completed or blocked.
- Manual Mode Support: Allows targeted TDD work for selected task numbers executed directly in the main context with the same RED→GREEN→REFACTOR discipline and reviewer protocol.
- Robust Safety & Validation: Discovers repo validation commands, enforces selective git staging, bounded debug/review rounds, and records implementation notes to prevent regressions.
- Use Case: Run a feature implementation across multiple small tasks defined in tasks.md, ensuring tests are written first, each change is reviewed, and only task-scoped files are committed.
Quick Start
Run the kiro-impl skill with the feature name to process pending tasks using TDD and subagent review.