**Purpose**: Cancel an active Ralph Wiggum iterative development loop
Stops an active Ralph Wiggum iterative development loop and removes its state file.
/plugin marketplace add feedbackloopai-llc/optivai-claude-plugin/plugin install feedbackloopai-llc-chris-claude-toolkit@feedbackloopai-llc/optivai-claude-pluginPurpose: Cancel an active Ralph Wiggum iterative development loop
Usage: /cancel-ralph
To cancel the Ralph loop, execute:
# Check if ralph-loop is active
if [ -f ".claude/ralph-loop.local.md" ]; then
# Read current iteration
ITERATION=$(grep '^iteration:' .claude/ralph-loop.local.md | sed 's/iteration: *//')
# Remove the state file
rm .claude/ralph-loop.local.md
echo "Cancelled Ralph loop (was at iteration $ITERATION)"
else
echo "No active Ralph loop found."
fi
.claude/ralph-loop.local.md state file is removedBefore cancelling, you can check the current loop status:
head -10 .claude/ralph-loop.local.md
This shows:
/ralph-loop - Start a new Ralph loop/cancel-ralphCancel active Ralph Wiggum loop