بنقرة واحدة
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 المهني
[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
| 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.