From humanize
Cancels an active RLCR loop by running the cancel script, with support for forced cancellation during Finalize Phase. Handles different loop states and prompts user confirmation when needed.
How this command is triggered — by the user, by Claude, or both
Slash command
/humanize:cancel-rlcr-loopThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Cancel RLCR Loop To cancel the active loop: 1. Run the cancel script: 2. Check the first line of output: - **NO_LOOP** or **NO_ACTIVE_LOOP**: Say "No active RLCR loop found." - **CANCELLED**: Report the cancellation message from the output - **CANCELLED_METHODOLOGY_ANALYSIS**: Report the cancellation message from the output - **CANCELLED_FINALIZE**: Report the cancellation message from the output - **FINALIZE_NEEDS_CONFIRM**: The loop is in Finalize Phase. Continue to step 3 3. **If FINALIZE_NEEDS_CONFIRM**: - Use AskUserQuestion to confirm cancellation with these ...
To cancel the active loop:
"${CLAUDE_PLUGIN_ROOT}/scripts/cancel-rlcr-loop.sh"
Check the first line of output:
If FINALIZE_NEEDS_CONFIRM:
"${CLAUDE_PLUGIN_ROOT}/scripts/cancel-rlcr-loop.sh" --forceKey principle: The script handles all cancellation logic. A loop is active if state.md (normal loop), methodology-analysis-state.md (Methodology Analysis Phase), or finalize-state.md (Finalize Phase) exists in the newest loop directory.
The loop directory with summaries, review results, and state information will be preserved for reference.
npx claudepluginhub bill810975/humanize --plugin humanize9plugins reuse this command
First indexed Apr 30, 2026
Showing the 6 earliest of 9 plugins
/cancel-rlcr-loopCancels an active RLCR loop by running the cancel script, with support for forced cancellation during Finalize Phase. Handles different loop states and prompts user confirmation when needed.
/cancel-codeCancels an active ClosedLoop loop by removing its marker file and reporting the iteration number.
/cancel-workCancels an active Ralph Wiggum loop by checking for and removing the local state file, halting the ongoing workflow.
/cancel-ralphCancels active Ralph Loop: checks for .claude/ralph-loop.local.md state file, reads iteration if present, removes it, and reports status.
/cancel-ralphCancels an active Ralph loop by removing its state file and reporting the last iteration.
/ralph-cancelCancels the active Ralph Marketer loop by removing its state file. Preserves in-progress work in git and provides status check and restart options.