blueprint
Use this skill when a product, UI, or workflow decision needs a stable decision surface before implementation.
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.
$ npx -y skills add Joonghyun-Lee-Frieren/oh-my-antigravity --skill ultragoal --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ultragoalContext preview
The summary Claude sees to decide when to auto-load this skill.
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.
name = "ultragoal" description = "Manage durable multi-goal workflows with sequential execution, repo-native checkpointing, and fail-closed safety."
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.
1. **Brief & Decompose**:
2. **Durable Persistence**:
3. **Fail-Closed Execution**:
4. **Handoff generation**:
## 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 "..."`
Antigravity CLI: Gemini CLI will be replaced by Antigravity CLI on June 18th. If you previously installed oh-my-gemini-cli in Gemini CLI, Antigravity CLI will ask whether to import plugins during installation. Check that option to bring your plugin over.
Repo: Joonghyun-Lee-Frieren/oh-my-antigravity
Use this skill when a product, UI, or workflow decision needs a stable decision surface before implementation.
Use this skill when context is growing quickly or cache consistency drops.
Use this skill when requirements are incomplete, conflicting, or too vague to begin implementation safely.
Use this skill when the task is implementation-ready and requires code changes now.
Automatically evaluates OmA sessions to extract reusable patterns (error resolutions, workarounds, conventions) and save them to `.omg/rules/learned/`.
Use this skill when the request is non-trivial and should be planned before editing code.