
Ultragoal
FreeManage multi-goal workflows with durable tracking.
Free · Opens the source repo
What Ultragoal does
Ultragoal is designed to help developers and designers effectively manage complex projects that require multiple goals across sessions. It allows users to break down a brief into an ordered set of actionable goals, recording important events like start times, checkpoints, and blockers in a durable ledger. This ensures that progress is not lost between sessions, making it particularly useful for long-term initiatives that involve multiple steps and require ongoing verification and review. By leveraging the Claude Code /goal command, Ultragoal keeps the active agent focused on the current objectives while maintaining a clear record of the workflow.
The skill operates by persisting plan artifacts in a designated repository, allowing users to track their progress across different work environments. For larger projects that can be divided into stories, Ultragoal provides a structured approach to manage these stories individually or as part of a larger aggregate goal. This is particularly beneficial when the user needs to ensure that each phase of the project is completed satisfactorily before moving on to the next. The ability to record evidence and checkpoints throughout the process adds a layer of accountability and clarity, which is crucial for quality assurance.
Ultragoal is best suited for users who need a robust system for tracking multi-step projects that span multiple sessions. It is ideal for scenarios where completion is contingent upon thorough reviews and clean-ups, as it integrates seamlessly with the verification processes. However, it is not recommended for simple tasks or single changes, where a more straightforward approach would suffice. Overall, Ultragoal enhances productivity by providing a structured framework for managing complex workflows while ensuring that all necessary documentation and evidence are maintained throughout the project lifecycle.
When to use it
Use Ultragoal when managing large projects that require tracking multiple goals and maintaining a durable record of progress across sessions.
When not to use it
Avoid using Ultragoal for simple tasks or when you need immediate execution without the overhead of tracking and documentation.
What you can build with it
Managing a Large Software Migration
Use Ultragoal to break down the migration process into manageable goals, ensuring that each step is tracked and recorded.
Coordinating Team Projects
In a team environment, Ultragoal can help maintain clarity and accountability by tracking progress across multiple contributors and sessions.
Documenting Project Progress for Reviews
Utilize Ultragoal to create a comprehensive ledger of project milestones and evidence needed for final reviews and quality gates.
How to install Ultragoal
View source1. Install with the skills CLI
npx skills add yeachan-heo/oh-my-claudecode/ultragoal --agent claude-code2. Or install it manually
Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.
Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs
Inside SKILL.md
Written by yeachan-heo<Use_When>
- The user wants a durable, repo-native way to track an ultragoal across multiple Claude sessions or worktrees
- The work is large enough to warrant multiple ordered "stories" with attempt counts and per-story evidence
- The user wants the final completion gated behind ai-slop-cleaner + verification + $code-review
- The user wants the active Claude
/goaldirective coordinated with the ledger so that a session restart does not lose progress </Use_When>
<Do_Not_Use_When>
- The task is a single small change — use direct delegation or
ralphinstead - The user wants the assistant to literally invoke
/goalitself from the shell — that is not possible;omc ultragoalonly writes artifacts and prints handoff text - The user wants a planning-only artifact with no execution loop — use
planinstead </Do_Not_Use_When>
<Why_This_Exists>
Claude Code /goal is a session-scoped Stop hook: it blocks the session from stopping until a condition holds, and auto-clears on success. That is a great single-session execution primitive, but it loses state across sessions and does not by itself enforce a final review gate. omc ultragoal adds a durable plan, ledger, and gating layer so a long multi-step initiative can survive session restarts, fresh worktrees, and review iterations while still leveraging Claude /goal to keep the active agent focused.
</Why_This_Exists>
<How_To_Use>
-
Create a plan from a brief:
omc ultragoal create-goals --brief-file plan.mdOr with explicit stories:
omc ultragoal create-goals --brief "ship the migration" \ --goal "Schema::Add new columns" \ --goal "Backfill::Backfill rows in batches" \ --goal "Cutover::Drop old columns and switch reads"The default mode is
aggregate(one Claude/goalcovers the run). Pass--claude-goal-mode per-storyif you want each story to have its own/goal.Multi-repo workspaces / parallel sessions: when several Claude sessions in the same workspace need to run
/ultragoalconcurrently, pass either--plan-id <stable-id>or--auto-plan-idso the plan is written to.omc/ultragoal/plans/{planId}/instead of the shared single-plan path. Without that flag, two sessions creating goals would clobber each other.--auto-plan-idderives{epochMs}-{slug}from the brief title. Then thread the same--plan-id <id>through every subsequent subcommand in that session. Useomc ultragoal list-plansto enumerate available planIds when needed. -
Start (or resume) the next story:
omc ultragoal complete-goalsThis prints a model-facing handoff. The active Claude agent must read it and:
- Set the native Claude
/goalfor this session — in standalone Claude Code neither the shell nor the agent can do it, so ask the user to type/goal <aggregate objective>and wait.--claude-goal-json(below) reconciles the ledger only and does not satisfy the PreToolUse/goalguard, which blocks tool calls until it observes an active/goal. - Work the story.
- When the story is complete (and for the final story, after the full quality gate), share back a snapshot of the active
/goalstate and callcheckpoint.
- Set the native Claude
-
Checkpoint a story:
omc ultragoal checkpoint --goal-id G001-... --status complete \ --evidence "tests/files/PR evidence" \ --claude-goal-json '{"goal":{"objective":"...","status":"active"}}'For the final story, also pass
--quality-gate-jsoncontainingaiSlopCleaner,verification, andcodeReviewevidence (all clean). -
If the final review is not clean, do NOT mark complete. Record blockers:
omc ultragoal record-review-blockers --goal-id G00X-... \ --title "Resolve final code-review blockers" \ --objective "Fix the listed review findings and rerun final gates" \ --evidence "<the review findings>" \ --claude-goal-json '{"goal":{"objective":"...","status":"active"}}'This appends a new blocker story and keeps the Claude
/goalactive. -
Inspect state at any time:
omc ultragoal status
</How_To_Use>
<Important_Limitations>
- The shell cannot invoke or mutate Claude Code
/goalstate.omc ultragoalonly persists durable artifacts and prints instructions that the active Claude agent reads and acts on in-session. - Snapshots passed via
--claude-goal-jsonare model-supplied proof of the active/goalstate; OMC validates them for textual consistency with the plan's expected objective and ledger event, but it cannot independently observe Claude/goalstate. They do not satisfy the PreToolUse/goalguard, which requires an actual active/goal— a host-injected snapshot or the native/goalthe user set in-session. - If the Claude
/goalslash command is renamed or restructured, only the handoff wording needs to change; the reconciliation logic is name-agnostic. </Important_Limitations>
Frequently asked questions about Ultragoal
Similar skills
Canva Creator
Streamline your content campaign from brief to HubSpot.
Cowork Plugin Customization
Tailor your Claude Code plugin to fit your organization.
Impediment Prioritization
Rank and prioritize impediments effectively.
Chronicle
Streamline your Copilot session analysis and reporting.
Idea Refine
Transform vague ideas into actionable concepts.
App Store Optimization
Optimize your mobile app's visibility and performance.
