What problem does it solve?
This skill turns a written implementation plan into a disciplined, review-driven execution session so work proceeds step-by-step with verifications and safe stop points rather than ad-hoc or risky changes.
Core Features & Use Cases
- Plan review and validation: Load the provided plan, review critically, and surface questions or concerns before any execution begins.
- Structured task execution: Create a TodoWrite, mark tasks as in_progress, follow each bite-sized step exactly, run specified verifications, and mark tasks completed when verified.
- Safety and integration: Stops immediately on blockers, refuses to guess, warns against working on main/master without consent, and delegates required workflow steps to named sub-skills (for example setting up git worktrees and finishing a development branch).
- Use Case: Running a multi-step feature implementation plan that includes code changes, tests, and verification steps so a developer or AI agent can execute and verify each task across a development branch.
Quick Start
Load the implementation plan, review it for blockers or unclear instructions, then execute each step precisely while running any specified verifications and reporting progress.