$npx -y skills add jmstar85/oh-my-githubcopilot --skill ultragoalDurable multi-goal workflow with MCP-backed goal status, checkpoints, and completion evidence. Activate when: ultragoal, goal loop, durable goal, persistent goal, keep goal.
| 1 | # Ultragoal |
| 2 | |
| 3 | > **OMG adapted scope:** OMG does not use Claude Code goal commands or hidden dynamic prompt injection. Durable goal context is carried through MCP tools and the visible task plan. |
| 4 | |
| 5 | ## Workflow |
| 6 | 1. Create or inspect the active goal with `omg_ultragoal_status`. |
| 7 | 2. If no active goal exists, create one with `omg_ultragoal_create` using a concrete objective. |
| 8 | 3. Keep the active goal reflected in the chat/task TODO state. |
| 9 | 4. After each meaningful milestone, call `omg_ultragoal_checkpoint` with concrete evidence. |
| 10 | 5. Before stopping, call `omg_ultragoal_status` and verify the active goal state. |
| 11 | 6. Complete the goal only with `omg_ultragoal_complete` and final evidence. |
| 12 | |
| 13 | ## Fail-Closed Rules |
| 14 | - Missing objective, invalid goal id, malformed ledger, or missing evidence must not write artifacts. |
| 15 | - Use `.omg/ultragoal/` artifacts only. |
| 16 | - Do not use OMC-only runtime assumptions as execution requirements. |
| 17 | |
| 18 | ## Output |
| 19 | - Active goal id and objective |
| 20 | - Handoff text |
| 21 | - Checkpoint evidence |
| 22 | - Remaining work or completion evidence |