ultragoal
SkillAI & modelsUse this skill to break down complex, multi-stage projects into sequential micro-goals that persist across sessions. It prevents state loss and ensures only the current active goal can be executed, verified, or updated.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the ultragoal skill
About this capability
Context-engineering-powered multi-agent team workflow pack for Antigravity CLI.
What this skill tells your AI
The instructions your AI receives, as published by joonghyun-lee-frieren/oh-my-antigravity in skills/ultragoal/SKILL.md and read by ahel’s review.
Purpose
Use this skill to break down complex, multi-stage projects into sequential micro-goals that persist across sessions. It prevents state loss and ensures only the current active goal can be executed, verified, or updated.
Trigger
- User requests a long-running, multi-step, or complex change spanning many files.
- The project needs repo-native tracking of progress that survives session restarts.
- Transitioning between major milestones where clear checkpoints and evidence audits are required.
Workflow
-
Brief & Decompose:
- Parse the high-level objective/brief.
- Decompose into an ordered array of 3-7 discrete micro-goals.
- Ensure each goal has explicit verification criteria and a defined owner/lane.
-
Durable Persistence:
- Create or update
.omg/ultragoal/brief.mdcontaining the overall mission and constraints. - Initialize
.omg/ultragoal/goals.jsonmapping goals to statuses (todo,in-progress,completed,blocked,failed). - Initialize
.omg/ultragoal/ledger.jsonlto log transition records, timestamps, and verification evidence.
- Create or update
-
Fail-Closed Execution:
- Identify the first or next
todogoal and set its status toin-progress. - Prevent executing or planning subsequent goals until the
in-progressgoal is markedcompletedwith clear validation evidence. - If a goal fails or is blocked, halt the workflow and prompt for troubleshooting or manual recovery.
- Identify the first or next
-
Handoff generation:
- Generate a precise
/oma:goalor/oma:teamcommand using the--intentpin pattern for the current active goal.
- Generate a precise
Output Template
## Active Goal
- ID: ...
- Intent: ...
## Progress Overview
- Completed: X / Y goals
- Active: [Goal Description]
## Goal Registry
| ID | Goal | Status | Verification Criteria | Evidence / Blockers |
| --- | --- | --- | --- | --- |
| ... | ... | ... | ... | ... |
## Handoff Directive
- Command: `/oma:goal "..."`
Signals
- GitHub stars
- 211
- Forks
- 28
- Last commit
- Jun 2026
Advanced
- Catalog kind
- skill
- Gateway key
ultragoal-joonghyun-lee-frieren- Source
- github.com/joonghyun-lee-frieren/oh-my-antigravity