From ralph-loop
Starts an iterative task loop that repeatedly feeds the same PROMPT, allowing incremental improvements per iteration. Supports --max-iterations to limit loops and --completion-promise for conditional exit.
How this command is triggered — by the user, by Claude, or both
Slash command
/ralph-loop:ralph-loop PROMPT [--max-iterations N] [--completion-promise TEXT]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Ralph Loop Command Execute the setup script to initialize the Ralph loop: Please 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.
Execute the setup script to initialize the Ralph loop:
"${CLAUDE_PLUGIN_ROOT}/scripts/setup-ralph-loop.sh" $ARGUMENTS
Please 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.
npx claudepluginhub ais1175/claude-plugins-official --plugin ralph-loop133plugins reuse this command
First indexed Jan 6, 2026
Showing the 6 earliest of 133 plugins
/ralph-loopStarts an iterative task loop that repeatedly feeds the same PROMPT, allowing incremental improvements per iteration. Supports --max-iterations to limit loops and --completion-promise for conditional exit.
/ralph-loopStarts Ralph Loop session with PROMPT, iterating by feeding it back using files and git history for continuity. Supports --max-iterations N and --completion-promise TEXT.
/ralph-loopStarts Ralph Wiggum loop in current session with required PROMPT and optional --max-iterations N, --completion-promise TEXT. Runs setup script and manages loop state with completion promise.
/wiggum-loopStarts Wiggum loop for iterative task execution on PROMPT with --max-iterations N and --completion-promise TEXT. Loops until promise met via <promise> tags or max reached, using files and git.
/ralph-loopInitializes an iterative development loop with Codex review gates, managing iterations, reviews, and progress logging via the rl CLI.