What problem does it solve? Long-running multi-step coding work loses track of progress when sessions end or agents change, and ad-hoc goal tracking offers no audit trail or quality enforcement. This Skill provides a durable, repo-native plan ledger under .omp/ultragoal/ so multi-story work survives restarts, stays auditable, and cannot be marked complete without passing a mandatory review gate. ## Core Features & Use Cases - Durable plan ledger: Stores brief, goals, state, and an append-only ledger.jsonl audit trail in .omp/ultragoal/, with migration from legacy .omx/ultragoal/ directories. - Sequential story execution: Decomposes a brief into ordered stories with stable IDs, then drives them through start, checkpoint, steer, and completion phases via the lib/ultragoal.mjs helper. - Mandatory final quality gate: Blocks the final story from completing until verification passes, an ai-slop cleanup runs, architecture invariants are proved, and two independent reviewer agents approve. - Use Case: You need to implement a large feature spanning several sessions. Create an ultragoal plan, execute each story in order with checkpointed evidence, and let the final gate enforce independent code and architecture review before the plan closes. ## Quick Start Ask the agent to create an ultragoal plan from your feature brief and then run each story sequentially with checkpoints until the final review gate passes.