What problem does it solve?
It helps you reliably turn a written implementation plan into executed work while preserving review checkpoints and avoiding skipped verification steps.
Core Features & Use Cases
- Plan-first execution: Loads a plan, reviews it critically, and only proceeds when concerns are resolved.
- Task-by-task follow-through: Executes tasks exactly according to the plan’s bite-sized steps, marking each task in progress and completed.
- Verification and safety stops: Runs the specified verifications and stops immediately on blockers, test failures, unclear instructions, or repeated verification failures.
- End-of-work completion: Hands off to the finishing development sub-skill after all tasks complete and verify.
Example use case: You have a spec and implementation checklist for a feature; use this skill to execute the work in a separate session with explicit checkpoints before finalizing.
Quick Start
Use the executing-plans skill to read a provided implementation plan and execute each task with required review and verification checkpoints until the work is complete.