gen-idea
Generate a repo-grounded idea draft via directed-swarm exploration
Cancel active RLCR loop
> /plugin marketplace add PolyArch/humanize > /plugin install humanize@PolyArch
How it fires
How this command gets triggered: by you, by Claude, or both.
/cancel-rlcr-loopContext preview
What this command does when you run it.
Cancel active RLCR loop
description: "Cancel active RLCR loop"
allowed-tools: ["Bash(${CLAUDE_PLUGIN_ROOT}/scripts/cancel-rlcr-loop.sh)", "Bash(${CLAUDE_PLUGIN_ROOT}/scripts/cancel-rlcr-loop.sh --force)", "AskUserQuestion"]
disable-model-invocation: trueTo cancel the active loop:
1. Run the cancel script:
"${CLAUDE_PLUGIN_ROOT}/scripts/cancel-rlcr-loop.sh"2. Check the first line of output:
3. **If FINALIZE_NEEDS_CONFIRM**:
1. Label: "Yes, cancel now", Description: "Cancel the loop immediately, finalize-state.md will be renamed to cancel-state.md" 2. Label: "No, let it finish", Description: "Continue with the Finalize Phase, the loop will complete normally"
**Key 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.
Derived from the GAAC (GitHub-as-a-Context) project. A Claude Code plugin that provides iterative development with independent AI review. Build with confidence through continuous feedback loops.
Generate a repo-grounded idea draft via directed-swarm exploration
Generate implementation plan from draft document
Refine an annotated implementation plan and generate a QA ledger
Start iterative loop with Codex review