ultra-planning

ultra-planning is a skill for Codex from keithhegit/ultra-orchestration. It costs 73 tokens per session (1,047 once invoked), scanned A, original, Apache-2.0.

A strict planning gate for turning broad development work into review-ready task and work-package records. It requires success criteria, constraints, non-goals, owned paths, dependencies, risk, checks, and retry assumptions.

In plain words
What is it for?
Use it before dispatching multi-file, multi-phase, multi-role, or risk-sensitive work that needs explicit boundaries and acceptance checks.
Why use it?
It prevents controlled work from starting while important scope or design decisions are still unclear.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it before dispatching multi-file, multi-phase, multi-role, or risk-sensitive work that needs explicit boundaries and acceptance checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/keithhegit/ultra-orchestration/ultra-planning
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add keithhegit/ultra-orchestration --skill ultra-planning
Clone the repo
git clone --depth 1 https://github.com/keithhegit/ultra-orchestration

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ultra-planning

README.md
[![agentmods](https://agentmods.dev/badge/skills/keithhegit/ultra-orchestration/ultra-planning/github.svg)](https://agentmods.dev/skills/keithhegit/ultra-orchestration/ultra-planning)
Your own site
<a href="https://agentmods.dev/skills/keithhegit/ultra-orchestration/ultra-planning"><img src="https://agentmods.dev/badge/skills/keithhegit/ultra-orchestration/ultra-planning/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ultra-planning

Your own site · 80×15
<a href="https://agentmods.dev/skills/keithhegit/ultra-orchestration/ultra-planning"><img src="https://agentmods.dev/badge/skills/keithhegit/ultra-orchestration/ultra-planning.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,047 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00073 $0.01047
Opus 5 $0.00036 $0.00524
Sonnet 5 $0.00015 $0.00209
Haiku 4.5 $0.00007 $0.00105

Measured 9d ago against content hash 6df64ad2e9ed, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

ultra-planning scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills-vnext/ultra-planning/SKILL.md · 151 lines

How it starts

The opening of the file, as written. The whole thing — 151 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Ultra Planning

Use this skill as a rigid workflow gate before controlled dispatch. This skill must remove planning ambiguity rather than summarize it.

Hard Gate

Do not allow controlled dispatch until the plan includes:

  • success criteria
  • constraints
  • non-goals
  • owned paths
  • acceptance checks
  • dependency order
  • risk level
  • retry assumptions

If any of those are missing or still depend on chat interpretation, the plan is not complete.

When To Use

Planning is required when:

  • the work spans multiple files or directories
  • multiple phases or roles are involved
  • OpenSpec change assets are being turned into execution packages
  • review, QA, or risk gates need explicit targets
  • parallel execution is being considered
  • the implementer would otherwise need to make design or boundary decisions

Planning may be compressed only when:

  • the task is truly tiny
  • the write scope is narrow and obvious
  • no risky command or external mutation is involved
  • review and QA targets remain explicit

If you compress planning, record the reason in the orchestration log.

Planning Workflow

  1. Read the intake, brainstormed design, or OpenSpec bridge artifacts.
  2. Check whether success criteria, constraints, and scope are already stable.
  3. If not stable, route back to ultra-brainstorming or the intake step.
  4. Define the top-level TaskManifest.
  5. Split the work into one or more WorkPackage items.
  6. Mark dependencies, owned paths, parallel groups, and serial boundaries.
  7. Attach acceptance checks, risk level, and retry assumptions.
  8. Record assumptions, blockers, and re-plan triggers.
  9. Run the planning self-review before declaring the plan complete.

Planning Standard

Produce one TaskManifest plus one or more WorkPackage items.

The plan is not complete until it defines:

  • goal
  • context
  • success criteria
  • constraints
  • non-goals
  • dependencies
  • owned_paths
  • expected outputs
  • risk level
  • acceptance checks
  • retry budget or retry assumptions

Read the full file on GitHub · 151 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 151 lines · 73 tokens per session scan A 6df64ad2e9ed

Subscribe to this mod's changes

ultra-planning is a skill published in the GitHub repository keithhegit/ultra-orchestration (6 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 73 tokens to every session and 1,047 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.