en un clic
ralph-claude-cancel
Cancel the active Loop in Claude Code
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Cancel the active Loop in Claude Code
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Claude Code interview that generates PRD, activates the official loop stop hook, and starts working immediately. Uses Skill tool for loop invocation.
Start a PRD-driven Loop in Claude Code. Reads prd.json + progress.txt each iteration. Uses the official loop stop hook.
Multi-agent orchestration patterns for Loop in Claude Code. Uses the Agent tool for parallel subagent spawning.
Interactive interview that generates optimized loop commands with PRD-based phase tracking. Compatible with ralph-skills prd.json format.
Orchestration patterns for loop: subagent spawning, parallel exploration, and task decomposition strategies
| name | ralph-claude-cancel |
| description | Cancel the active Loop in Claude Code |
To cancel the loop:
Check if .loophaus/state.json exists using Bash: test -f .loophaus/state.json && echo "EXISTS" || echo "NOT_FOUND"
test -f .claude/ralph-loop.local.md && echo "LEGACY" || echo "NOT_FOUND"If NOT_FOUND on both: Say "No active loop found."
If EXISTS (.loophaus/state.json):
.loophaus/state.json to get the current iteration number from currentIterationrm .loophaus/state.jsonIf LEGACY (.claude/ralph-loop.local.md):
.claude/ralph-loop.local.md to get the iteration number from the iteration: fieldrm .claude/ralph-loop.local.md