What problem does it solve?
This Skill enforces disciplined, per-task implementation of a story plan using test-driven development and verification gates so that changes are validated locally before they are committed, reducing regressions and inconsistent quality.
Core Features & Use Cases
- TDD-driven workflow: Follow RED → GREEN → REFACTOR for each plan task to drive clear, testable implementation.
- Automated verification gates: Run tests, lint, formatting, and type checks after each task with configurable manifest-driven commands.
- Process & observability: Commit individual task changes, update progress logs, surface design intent, and escalate when retries fail.
- Use Case: Implementing a story from a generated plan where each subtask must be verified and recorded before moving on.
Quick Start
Implement the next uncompleted task from the story plan using a RED→GREEN→REFACTOR cycle, run tests, lint, format and type checks, commit the change, and update the story progress log.