ワンクリックで
prp-ralph-cancel
Cancel an active PRP Ralph loop and preserve work done so far.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Cancel an active PRP Ralph loop and preserve work done so far.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Multi-agent PR review — spawns parallel specialized agents for deep code review.
Multi-agent PR review — spawns parallel specialized agents for deep code review.
Execute an implementation plan with rigorous validation loops — typecheck, lint, test, and build after every change. TDD approach with automatic failure recovery.
Create a comprehensive implementation plan by analyzing the codebase, discovering patterns, and producing a step-by-step actionable plan document.
Execute an implementation plan with rigorous validation loops — typecheck, lint, test, and build after every change. TDD approach with automatic failure recovery.
Create a comprehensive implementation plan by analyzing the codebase, discovering patterns, and producing a step-by-step actionable plan document.
| name | prp-ralph-cancel |
| description | Cancel an active PRP Ralph loop and preserve work done so far. |
| metadata | {"short-description":"Cancel Ralph loop"} |
Cancel an active Ralph loop. Preserve all work done so far — only remove the state file.
test -f .prp-output/state/ralph.state.md && echo "ACTIVE" || echo "NOT_FOUND"
| Result | Action |
|---|---|
| NOT_FOUND | Report: "No active Ralph loop found." STOP. |
| ACTIVE | Proceed to Step 2. |
head -20 .prp-output/state/ralph.state.md
Extract from YAML frontmatter:
iteration: current iteration numberplan_path: path to the plan being executedrm .prp-output/state/ralph.state.md
## Ralph Loop Cancelled
**Was at**: Iteration {N}
**Plan**: {plan_path}
The loop has been stopped. Your work so far is preserved in:
- Modified files (check `git status`)
- Git commits (if any were made)
To resume later:
- Run `$prp-ralph {plan_path}` to start fresh
- Or continue manually with `$prp-implement {plan_path}`
.prp-output/state/ralph.state.md deleted (if existed)