Help us improve
Share bugs, ideas, or general feedback.
From ralph-loop
Initializes 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.
npx claudepluginhub ethanolivertroy/public-skills --plugin ralph-loopHow 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.
/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 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-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.
Share bugs, ideas, or general feedback.
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.