What problem does it solve?
It helps you reliably execute a durable, multi-goal workflow by checkpointing progress and keeping a persistent goal ledger so completion and verification survive across turns.
Core Features & Use Cases
- Durable multi-goal state: Owns checkpointed workflow artifacts such as a brief, goals list, and an append-only ledger to track objective status over time.
- Structured goal progression: Creates and advances goals through dedicated commands (including steering and directives) rather than ad-hoc edits.
- Host reconciliation + final quality gates: Supports reconciling with host goal snapshots via provided JSON and requires clean final verification evidence to finish an aggregate run.
- When to use: Use for durable execution of a plan or for workflows where multiple goals must be completed with checkpoint evidence and a final review outcome.
Quick Start
Start the durable workflow by creating the initial goal set with: omagy ultragoal create-goals --brief "clarify and plan the change" --goal-mode aggregate.