From humanize
Cancels an active RLCR (Review-Loop-Code-Review) loop by running a cancel script, with confirmation handling for loops in the Finalize Phase.
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_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 options:
- Question: "The loop is currently in Finalize Phase. After this phase comp...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) 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 zenuszhang/humanize3plugins reuse this command
First indexed Jan 18, 2026
/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-loop-codex-reviewCancels an active loop-with-codex-review by checking for state files, reading the current round number, and removing the state files.
/cancel-workCancels an active Ralph Wiggum loop by checking for and removing the local state file, halting the ongoing workflow.
/cancel-ralphCancels an active Ralph Reviewed loop by deleting the state file and reporting the iteration and review count.