From ralph-loop
Starts Ralph Loop in the current session using a PROMPT, enabling iterative task refinement via repeated executions with file and git history until completion promise met or max iterations reached.
npx claudepluginhub aah-stack/anthropic --plugin ralph-loopPROMPT [--max-iterations N] [--completion-promise TEXT]# 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-loopStarts Ralph Loop in the current session using a PROMPT, enabling iterative task refinement via repeated executions with file and git history until completion promise met or max iterations reached.
/ralph-loopStarts Ralph Loop for iterative task execution on a PROMPT with optional max iterations, completion promise, and feature list. Re-feeds prompt on exit, preserving work in files and git history.
/ralph-loopInitializes iterative development loop with rl CLI and optional Codex review gates. Installs rl if needed, accepts task description and flags for max iterations/reviews, no-review, debug.
/ralph-loopStarts Ralph Wiggum loop with PROMPT [--max-iterations N] [--completion-promise TEXT], running setup script to iterate task via git-tracked files until promise met or max reached.
/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 Loop in the current session using a PROMPT, enabling iterative task refinement via repeated executions with file and git history until completion promise met or max iterations reached.
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.