ultragoal

Track persistent multi-goal workflows with ledger artifacts and Claude goal handoff.

Updated May 31, 2026
One-click install
npx skills add https://github.com/Ewallyw/claude-config-public --skill ultragoal-ewallyw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ultragoal
Source: https://github.com/Ewallyw/claude-config-public/tree/main/claude-config-master/claude-config-master/skills/ultragoal
Command: npx skills add https://github.com/Ewallyw/claude-config-public --skill ultragoal-ewallyw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of tracking ultragoal workflows across multiple Claude sessions or worktrees, ensuring persistence and coordination of goals without losing progress.

Core Features & Use Cases

  • Persistent Goal Tracking: Records and persists plan and ledger artifacts under .omc/ultragoal.
  • Goal Handoff: Prints Claude /goal handoff text for active sessions to maintain focus and progress.
  • Use Case: Ideal for managing complex initiatives that require multiple ordered steps with evidence tracking and review gates.

Quick Start

Create a plan for your ultragoal using the command 'omc ultragoal create-goals --brief-file plan.md'.

Frequently Asked Questions about ultragoal

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

FAQPage Schema
How do I track multi-step goal progress across multiple Claude sessions?

Yes, durable workflow management records plan and ledger artifacts in local storage directories to maintain persistent state. This allows complex initiatives to resume exactly where they left off across different worktrees or sessions.

How do I create a plan for a complex workflow with multiple review gates?

To create a plan for complex workflows with review gates, generate a brief file containing your initiative steps and pass it to the creation command. The system initializes persistent tracking artifacts for evidence verification at each gate.

Does this goal tracking workflow require Claude Code integration?

Yes, Claude Code integration is required for goal management and handoff. The system prints specific handoff text for active sessions to maintain focus, relying on the integration to coordinate multi-goal workflow execution.

What is the best way to coordinate multiple ordered steps in a complex initiative?

The best way to coordinate ordered steps in a complex initiative is using a ledger-based tracking system. It provides persistent artifacts and goal handoff capabilities to ensure sequential execution and evidence tracking across sessions.

What are the limitations of using local ledger artifacts for workflow management?

A limitation of local ledger artifacts is that persistence is tied to the specific directory structure. If the storage path is removed or corrupted outside the workflow, progress tracking and goal state data will be lost.