원클릭으로
ultragoal
Create and execute durable repo-native multi-goal plans over Codex goal mode artifacts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create and execute durable repo-native multi-goal plans over Codex goal mode artifacts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Socratic deep interview with mathematical ambiguity gating before execution
Strategic planning with optional interview workflow
Alias for $plan --consensus
Persistent markdown project wiki stored under repository omx_wiki with keyword search and lifecycle capture
N coordinated agents on shared task list using tmux-based orchestration
Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.
| name | ultragoal |
| description | Create and execute durable repo-native multi-goal plans over Codex goal mode artifacts. |
Use when the user asks for ultragoal, create-goals, complete-goals, durable multi-goal planning, or sequential execution over Codex /goal.
ultragoal turns a brief into repo-native artifacts and then drives a Codex goal safely through goal tools. New plans default to an aggregate Codex goal for the whole ultragoal run while OMX tracks G001/G002 story progress in the ledger.
.omx/ultragoal/brief.md.omx/ultragoal/goals.json.omx/ultragoal/ledger.jsonlomx ultragoal create-goals --brief "<brief>"omx ultragoal create-goals --brief-file <path>cat <brief> | omx ultragoal create-goals --from-stdinomx ultragoal create-goals --codex-goal-mode per-story --brief "<brief>" only when one fresh Codex thread per story is explicitly preferred.omx/ultragoal/goals.json and refine if needed.Loop until omx ultragoal status reports all goals complete:
omx ultragoal complete-goals.get_goal.create_goal with the printed payload. In aggregate mode, if the same aggregate Codex objective is already active, continue the current OMX story without creating a new Codex goal.update_goal for intermediate stories; checkpoint with a fresh get_goal snapshot whose aggregate objective is still active. On the final story only, call update_goal({status: "complete"}), then call get_goal again for a fresh complete snapshot.omx ultragoal checkpoint --goal-id <id> --status complete --evidence "<evidence>" --codex-goal-json <get_goal-json-or-path>omx ultragoal checkpoint --goal-id <id> --status failed --evidence "<blocker/evidence>"omx ultragoal checkpoint --goal-id <id> --status blocked --evidence "<completed legacy Codex goal blocks create_goal in this thread>" --codex-goal-json <get_goal-json-or-path>omx ultragoal complete-goals --retry-failed./goal; it emits a model-facing handoff for the active Codex agent.create_goal when get_goal reports a different active goal.update_goal unless the aggregate run or legacy per-story goal is actually complete.active Codex snapshot; final story completion requires a matching complete snapshot after update_goal.get_goal JSON/path with --codex-goal-json; shell commands and hooks must not mutate Codex goal state.ledger.jsonl as the durable audit trail; checkpoint after every success or failure.