Generates an iterable checklist PROMPT file for Ralph Loop from a plan file or conversation context.
- Have an implementation plan and want to execute it phase-by-phase with automated verification
- Need to split a large task into Ralph Loop iterations
- Want a ready-to-run
/ralph-loopcommand with the right flags
# Generate from a plan file
/ralph-loop-template PLAN.md
# Auto-detect plan file in project root (PLAN.md, TODO.md, etc.)
/ralph-loop-template
# Use the plan discussed in the current conversation
/ralph-loop-template
- Extracts goals, non-goals, and phases from the plan
- Detects the project environment (build/test/lint commands)
- Splits the plan into iteration-sized phases
- Generates
PROMPT-{name}.mdand a ready-to-copy/ralph-loopexecution command
### Generated File
`PROMPT-auth-refactor.md`
### Ralph Loop Execution Command
/ralph-loop "Read PROMPT-auth-refactor.md and implement the next unchecked phase." --max-iterations 7 --completion-promise "AUTH REFACTOR DONE"
- ralph-wiggum plugin
claude plugin marketplace add 2ykwang/agent-skills
claude plugin install ralph-loop-template@2ykwang-agent-skillsnpx skills add 2ykwang/agent-skills --skill ralph-loop-template