What problem does it solve?
This Skill ensures that complex implementation plans are executed reliably, task by task, with rigorous verification at each step, preventing details from being missed and ensuring the final output meets all requirements.
Core Features & Use Cases
- Plan Execution: Takes a structured plan file and executes its tasks sequentially.
- Resumable Workflows: Can resume execution from a specific task if a plan was interrupted.
- Verification Loop: Enforces verification for every task, either through inline checks or a two-stage subagent review.
- Mode Flexibility: Supports both 'inline' execution for tightly coupled tasks and 'subagent' mode for isolated task execution with dedicated reviewers.
- Use Case: You have a detailed plan to refactor a critical module. Use this skill to execute the plan, ensuring each refactoring step is verified before proceeding, and that the entire module is functional and well-coded upon completion.
Quick Start
Use the execute skill to run the plan located at docs/plans/refactor_auth.md starting from task 5.