بنقرة واحدة
ultragoal
Durable artifact-backed multi-goal completion workflow for Omagy on Antigravity CLI.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Durable artifact-backed multi-goal completion workflow for Omagy on Antigravity CLI.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
[OMAGY] Run an anti-slop cleanup/refactor/deslop workflow
Run read-only deep repository analysis with ranked synthesis, concrete evidence, and explicit Evidence/Inference/Unknown boundaries.
Full OMX-style autonomous pipeline for Omagy: interview, plan, goal execution, optional team, review, and UltraQA.
Professor-critic research workflow with durable Omagy artifacts for agy.
Stateful validator-gated research loop with artifact-gated completion.
[Omagy] Bounded best-practice research wrapper using official/upstream evidence first
| name | ultragoal |
| description | Durable artifact-backed multi-goal completion workflow for Omagy on Antigravity CLI. |
Use /omagy:ultragoal when the user asks for durable multi-goal execution,
ultragoal, create-goals, complete-goals, or execution of an approved
plan through a persistent goal ledger.
Omagy Ultragoal adapts OMX Ultragoal to agy. It owns durable state in:
.omagy/ultragoal/brief.md.omagy/ultragoal/goals.json.omagy/ultragoal/ledger.jsonlIt does not claim native agy /goal parity. Until agy exposes a stable native
goal API, .omagy/ultragoal is the source of truth and omagy ultragoal complete-goals emits a model-facing handoff for the active agy agent. When a
host goal snapshot is available, pass it with --host-goal-json so Omagy can
reconcile objective/status before checkpointing.
Create goals:
omagy ultragoal create-goals --brief "<brief>" --goal-mode aggregate
omagy ultragoal create-goals --brief-file <path>
Start or resume the next goal:
omagy ultragoal complete-goals
Execute only the current goal.
Checkpoint:
omagy ultragoal checkpoint --goal-id <id> --status complete --evidence "<evidence>" --host-goal-json '<json>'
Add or steer goals only through structured commands:
omagy ultragoal add-goal --title "<title>" --objective "<objective>" --evidence "<why>"
omagy ultragoal steer --directive-json ./steering.json
On the final goal, include clean quality-gate JSON with cleanup,
verification, and APPROVE + CLEAR code-review evidence.
Close workflow state only after all goals are terminal:
omagy workflow complete --mode ultragoal --input '{"verification_evidence":["<evidence>"]}' --json
omagy plan handoff --mode ultragoal..omagy/ultragoal.omagy ultragoal steer with
structured evidence, source, after-json/idempotency metadata when available.omagy ultragoal record-review-blockers
instead of completing the aggregate run.needs_user_decision,
stop retrying until the user chooses the external unblock path. After the
user chooses an alternative path, use omagy ultragoal steer --kind mark_blocked_superseded to explicitly supersede the blocker before final
aggregate completion.