Cancel active Ralph Wiggum loop
Cancels active Ralph Wiggum loop and reports iteration count.
/plugin marketplace add 333ryan18/claude-plugin-pack/plugin install ralph-wiggum-windows@claude-plugin-packpowershell -Command "if (Test-Path .claude\ralph-loop.local.md) { $content = Get-Content .claude\ralph-loop.local.md -Raw; $match = [regex]::Match($content, 'iteration:\s*(\d+)'); Write-Host 'FOUND_LOOP=true'; Write-Host ('ITERATION=' + $match.Groups[1].Value) } else { Write-Host 'FOUND_LOOP=false' }"
Check the output above:
If FOUND_LOOP=false:
If FOUND_LOOP=true:
powershell -Command "Remove-Item .claude\ralph-loop.local.md -Force"/cancel-ralphCancel active Ralph Wiggum loop