What problem does it solve?
It reduces the risk of skipping steps and producing unverified results by turning a written implementation plan into a sequenced execution process with explicit review and verification checkpoints.
Core Features & Use Cases
- Critical plan review first: checks the plan for gaps or concerns before starting work.
- Task-by-task execution with evidence: runs through each plan task, marks progress, and only marks completion after specified verification passes.
- Safe completion flow: hands off to a required finishing skill to finalize and validate changes instead of leaving work half-done.
Use case example: you have a repository change plan for a small feature (e.g., update configuration, add a helper, and adjust tests); this skill helps you execute each step in order, verify outcomes, and finish via the mandated branch-completion step.
Quick Start
Tell your AI to execute the provided written implementation plan, reviewing it first and running each task with the required verifications and evidence until the plan is fully complete.