Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub tuannvm/plugins --plugin ralph-wiggumHow this command is triggered — by the user, by Claude, or both
Slash command
/ralph-wiggum: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 Run this command to initialize the Ralph loop: 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 contin...
/ralph-loopInitializes a Ralph Wiggum-style iterative loop that feeds the same prompt back to the user after each attempt, encouraging repeated refinement. Supports max-iterations and completion-promise options.
/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.
/ralph-loopStarts an iterative development loop that repeatedly feeds the same prompt to Claude, enabling incremental improvements across turns. Supports --max-iterations and --completion-promise flags.
/ralph-loopInitializes and runs an iterative development loop with Codex review gates. Tracks progress, logs decisions, and enforces review cycles before completion.
Share bugs, ideas, or general feedback.
Run this command 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.