What problem does it solve?
This Skill turns written feature plans into small, validated code changes and clear handoffs so implementation stalls are minimized and progress is reproducible.
Core Features & Use Cases
- Enforces strict, step-by-step execution of feature plans stored under plans/{feature_name}/ to ensure safe, reviewable edits.
- Maintains a built-in task checklist per step with Outcome, Files, Command, and Accepts to drive implementation and validation.
- Provides end-of-step hygiene and handoff summaries that list completed work, next tasks, blockers, and validation artifacts for seamless team handoffs.
- Use case: implement a multi-file React + Go feature by following 00-overview.md, creating granular tasks for the current step, running stack-appropriate validation, and logging the handoff when pausing.
Quick Start
Locate the active plan in plans/{feature_name}/, read 00-overview.md, create the task checklist for the first step, implement the next unchecked task, run the step's validation command, and record the handoff summary.