---
title: "Ralph Loop Command"
description: "Execute the setup script to initialize the Ralph loop:"
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/ralph-loop
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:37:29.085Z
license: CC-BY-4.0
attribution: "Ralph Loop Command — Claudary (https://claudary.paisolsolutions.com/skills/ralph-loop)"
---

# Ralph Loop Command
Execute the setup script to initialize the Ralph loop:

## Overview

---
description: "Start Ralph Wiggum loop in current session"
argument-hint: "PROMPT [--max-iterations N] [--completion-promise TEXT]"
allowed-tools: ["Bash(${CLAUDE_PLUGIN_ROOT}/scripts/setup-ralph-loop.sh:*)"]
hide-from-slash-command-tool: "true"
---

# Ralph Loop Command

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.

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/ralph-loop) · https://claudary.paisolsolutions.com
