원클릭으로
ralph
Single-owner execute-fix-verify loop for one clear task. Use with /ralph when one agent should keep going until evidence or blocker.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Single-owner execute-fix-verify loop for one clear task. Use with /ralph when one agent should keep going until evidence or blocker.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Use when a user wants to compare an arbitrary skill or path across models, quality, cost, latency, or routing.
Analyze actual local Copilot skill activations without reading conversation content.
Plan work too big for one agent session as a shared map of decision tickets on GitHub Issues or Jira, then resolve them one at a time until the route is clear. Use with /wayfinder when the user says "plan something too big for one session", "chart a map", "wayfind", "work the map", or "decision tickets". Always confirm tracker (GitHub vs Jira) and destination before writing. Adapted from mattpocock/skills wayfinder (MIT).
Create or resume a task handoff so a fresh agent can continue unfinished work. Persist via omp handoff CLI (never write handoff files yourself). Use when the user says /handoff, wants to pause mid-task, or resume prior work.
Adversarial QA pass that tests behavior, failures, and regressions. Use with /ultraqa after implementation when shallow checks are not enough.
Capture user-correction patterns from this session and, when a pattern recurs, draft a new project skill. Use at end of session, when the user signals wrap-up, or when invoked directly.
SOC 직업 분류 기준
| name | ralph |
| description | Single-owner execute-fix-verify loop for one clear task. Use with /ralph when one agent should keep going until evidence or blocker. |
Use /ralph when one owner should complete one clear task end-to-end.
/team/ultrawork/ralplan firstAccept a plan from /ralplan, a ticket, or a concrete task description. If a /ralplan plan exists, use its acceptance criteria as your definition of done.
omp ralph start "<task>" --max-iterations 10. This is mandatory even for small tasks: it tracks the loop so omp ralph status/cancel and /team nudges can see it and the iteration cap is enforced. Skipping it leaves the loop invisible to the CLI. State what "done" looks like, then start writing code.omp ralph tick may be used for completed-slice bookkeeping only. The agent-stop hook is the sole writer of the loop iteration counter and enforces the cap.omp ralph cancel once done or blocked, so the tracked state is cleared.If the same issue fails 3 times after 3 different fix attempts, stop. Report:
Do not keep trying the same approach. Escalate the blocker.
If you discover work outside the original plan:
Before claiming done:
Done — what was completedEvidence — test output, build logs, or behaviour proofKnown gaps — anything intentionally left or discovered but out of scope