One-click install
npx skills add https://github.com/shayne-snap/oh-my-antigravity --skill ultragoal-shayne-snap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ultragoal
Source: https://github.com/shayne-snap/oh-my-antigravity/tree/main/plugin/skills/ultragoal
Command: npx skills add https://github.com/shayne-snap/oh-my-antigravity --skill ultragoal-shayne-snap

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about ultragoal

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain workflow state across sessions for a multi-goal execution plan?

Durable multi-goal execution maintains a persistent goal ledger and checkpoints progress with status and evidence, ensuring workflow state survives across sessions and turns until final completion.

What is the best way to checkpoint progress with evidence before final workflow completion?

Checkpointing progress requires storing state under a dedicated directory and recording status alongside evidence, optionally including host-goal JSON snapshots, to create reconciliation-friendly handoffs before finishing an aggregate run.

How do I create and advance goals in a durable workflow without ad-hoc edits?

You create and steer goals exclusively through structured commands like create-goals, ensuring structured goal progression and preventing ad-hoc edits to the persistent ledger throughout the multi-goal execution lifecycle.

Does this durable workflow approach support reconciling with host goal snapshots via JSON?

Yes, host reconciliation is supported by accepting provided host-goal JSON snapshots, allowing the workflow to reconcile its persistent ledger against the host state before applying final quality gates to finish the run.

When do I need stateful orchestration with an append-only ledger for my plan?

Stateful orchestration with an append-only ledger is needed when executing a durable plan requiring multiple goals to be completed with checkpoint evidence, persistent tracking, and a final review outcome.

What are the limitations of using ad-hoc edits instead of structured commands for goal progression?

Ad-hoc edits bypass the persistent goal ledger and checkpointing mechanism, preventing durable state tracking, host reconciliation, and the final quality gate verification required to properly complete an aggregate multi-goal run.