Show Ralph Wiggum plugin help and documentation
Creates iterative development loops that repeatedly improve work until completion criteria are met.
/plugin marketplace add byigitt/ralph-wiggum-windows/plugin install ralph-wiggum@byigitt-ralph-wiggum-windowsA self-referential development loop that iteratively improves on tasks until completion.
Ralph creates a feedback loop where:
/ralph-wiggum:ralph-loop [prompt] [options]Start a new loop with the given task.
Options:
--max-iterations <n> - Stop after N iterations (default: unlimited)--completion-promise '<text>' - Text that signals completionExamples:
/ralph-wiggum:ralph-loop Build a REST API --completion-promise "ALL TESTS PASS" --max-iterations 30
/ralph-wiggum:ralph-loop Fix the authentication bug --max-iterations 10
/ralph-wiggum:ralph-loop Refactor the cache layer
/ralph-wiggum:cancel-ralphForce-stop an active loop and cleanup state files.
To signal completion, output:
<promise>YOUR_COMPLETION_TEXT</promise>
IMPORTANT: Only output this when the statement is genuinely TRUE.
Check current iteration:
Get-Content .claude/ralph-loop.local.md | Select-String "iteration:"
View full state:
Get-Content .claude/ralph-loop.local.md
.claude/ralph-loop.local.md