with one click
help
Explain Ralph Loop plugin and available commands
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Explain Ralph Loop plugin and available commands
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | help |
| description | Explain Ralph Loop plugin and available commands |
The Ralph Loop plugin provides auto-continuation for complex tasks in opencode.
/ralph-loop <task>Start an iterative development loop that automatically continues until the task is complete.
Example:
/ralph-loop Build a REST API with authentication
The AI will work on your task and automatically continue until completion.
/cancel-ralphCancel an active Ralph Loop before it completes.
Example:
/cancel-ralph
/ralph-loop creates a state file at .opencode/ralph-loop.local.md<promise>DONE</promise> was outputWhen the task is fully complete, the AI outputs:
<promise>DONE</promise>
This signals the loop to stop. The AI should ONLY output this when the task is truly complete.
Located at .opencode/ralph-loop.local.md (add to .gitignore):
---
active: true
iteration: 3
maxIterations: 100
sessionId: ses_abc123
---
Your original task prompt