Start Ralph Wiggum loop in current session
Runs an iterative development loop that continuously feeds your prompt back for refinement. Use it for complex tasks requiring multiple iterations, where you want to build incrementally and review changes between passes.
/plugin marketplace add jeffh/claude-plugins/plugin install ralph@jeffh-claude-pluginsPROMPT [--max-iterations N] [--completion-promise TEXT]Execute the setup script to initialize the Ralph loop:
"${CLAUDE_PLUGIN_ROOT}/scripts/setup-ralph-loop.sh" $ARGUMENTS
Execute the above command using Bash, then work on the task. When you try to exit, the Ralph loop will feed the SAME PROMPT back to you for the next iteration. You'll see your previous work in files and git history, allowing you to iterate and improve.
CRITICAL RULE: If a completion promise is set, you may ONLY output it when the statement is completely and unequivocally TRUE. Do not output false promises to escape the loop, even if you think you're stuck or should exit for other reasons. The loop is designed to continue until genuine completion.
/ralph-loopStart Ralph Wiggum loop in current session
/ralph-loopStart Ralph Wiggum loop in current session