بنقرة واحدة
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.