一键导入
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)