원클릭으로
ultragoal
[OMX] Create and execute durable repo-native multi-goal plans over Codex goal mode artifacts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
[OMX] Create and execute durable repo-native multi-goal plans over Codex goal mode artifacts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | ultragoal |
| description | [OMX] 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 one goal at a time through Codex goal tools:
.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-stdin.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.update_goal({status: "complete"}).omx ultragoal checkpoint --goal-id <id> --status complete --evidence "<evidence>"omx ultragoal checkpoint --goal-id <id> --status failed --evidence "<blocker/evidence>"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 current goal is actually complete.ledger.jsonl as the durable audit trail; checkpoint after every success or failure.[OMX] Run an anti-slop cleanup/refactor/deslop workflow
[OMX] Socratic deep interview with mathematical ambiguity gating before execution
[OMX] Setup and configure oh-my-codex using current CLI behavior
[OMX] Self-referential loop until task completion with architect verification
[OMX] N coordinated agents on shared task list using tmux-based orchestration