Show Ralph Wiggum plugin help
Executes iterative task loops that continue until completion criteria or iteration limit is reached.
/plugin marketplace add 333ryan18/claude-plugin-pack/plugin install ralph-wiggum-windows@claude-plugin-packStart a Ralph loop in your current session.
Usage:
/ralph-loop "<prompt>" --max-iterations <n> --completion-promise "<text>"
Options:
--max-iterations <n> - Stop after N iterations (default: unlimited)--completion-promise <text> - Phrase that signals completionExamples:
/ralph-loop Build a REST API --completion-promise "DONE" --max-iterations 50
/ralph-loop Fix the auth bug --max-iterations 20
/ralph-loop Refactor the cache layer
Cancel the active Ralph loop.
Usage:
/cancel-ralph
/ralph-loop with your taskView current iteration:
Get-Content .claude\ralph-loop.local.md | Select-String '^iteration:'
View full state:
Get-Content .claude\ralph-loop.local.md | Select-Object -First 10
--max-iterations as a safety net--completion-promise for early exit when doneFor more details, see the README.md in the plugin directory.