ワンクリックで
ralph-claude-cancel
Cancel the active Loop in Claude Code
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Cancel the active Loop in Claude Code
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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