Create a structured execution plan in Ralph Wiggum format
Creates structured execution plans in Ralph Wiggum format with phases, tasks, and completion criteria.
/plugin marketplace add vavasilva/ralph-planner/plugin install ralph-planner@ralph-plannerCreate a structured execution plan in Ralph Wiggum format for the given task.
task (required): Description of the task to planLanguage: Generate the plan in the same language as the user's input.
You are a planning assistant. Given a task description, create a structured plan following the Ralph Wiggum format.
Break down "$ARGUMENTS" into discrete, actionable tasks. Consider:
Output a plan with this exact structure:
## Plan: [Brief title derived from task]
### Phase 1: [Phase Name]
**Tasks:**
- [ ] Task 1 description
- [ ] Task 2 description
- [ ] ...
**Completion Criteria:** [What must be true when this phase is done]
### Phase 2: [Phase Name]
**Tasks:**
- [ ] Task 1 description
- [ ] ...
**Completion Criteria:** [What must be true when this phase is done]
[Continue for all phases...]
---
**Total Tasks:** [count]
**Estimated Iterations:** [count × 3]
🏷️ **Promise Tag:** I will complete all phases systematically, validating each completion criteria before moving to the next phase.
⚠️ **Completion Signal:** When ALL criteria above are met, output:
<promise>COMPLETE</promise>
After the plan, output the ready-to-run command:
Ready to execute? Run:
/ralph-wiggum:ralph-loop "[brief task summary]. DONE when: [list key completion criteria from the plan]. Output <promise>COMPLETE</promise> when done." --completion-promise "COMPLETE" --max-iterations [estimated iterations]