Execute a plan from /Plans/ using Ralph Wiggum persistence. Use this skill whenever a plan file exists and needs execution, the user says "execute plan", "continue plan", "work on plan", or after approval is granted. This works through plan checkpoints until all steps are complete.
Execute a plan from /Plans/ - implements the Ralph Wiggum persistence pattern for multi-step tasks.
Use this skill when:
/Plans/ and needs to be executedFind the plan
Check status
Execute steps
Handle approvals
request-approval skillComplete or continue
<promise>TASK_COMPLETE</promise>## Executing: [Plan Name]
**Progress**: N/M steps complete (X%)
### Completed Steps
- [x] Step 1
- [x] Step 2
### Current Step
→ [ ] Step 3: [description]
[Executing...]
### Remaining
- [ ] Step 4
- [ ] Step 5
### Next Action
[What happens next or if approval needed]
Plans should follow this format:
---