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.
npx skills add keithhegit/ultra-orchestration --skill ultra-planninggit clone --depth 1 https://github.com/keithhegit/ultra-orchestrationWrote 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.
[](https://agentmods.dev/skills/keithhegit/ultra-orchestration/ultra-planning)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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
- Read the intake, brainstormed design, or OpenSpec bridge artifacts.
- Check whether success criteria, constraints, and scope are already stable.
- If not stable, route back to
ultra-brainstormingor the intake step. - Define the top-level
TaskManifest. - Split the work into one or more
WorkPackageitems. - Mark dependencies, owned paths, parallel groups, and serial boundaries.
- Attach acceptance checks, risk level, and retry assumptions.
- Record assumptions, blockers, and re-plan triggers.
- 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
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.
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.
- 9d ago First seen · 151 lines · 73 tokens per session scan A 6df64ad2e9ed
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.
Other skills, from other repositories
gsd-mempalace-capture
File a phase artifact into MemPalace; mirror decision facts into its temporal KG.
gsd-quick-batch
Batch several /gsd:quick-shaped tasks together — planned, dispatched, and merged as one run.
conductor-new-track
Plans a new track (feature or bug fix), generates spec/plan documents, and updates the registry.
gsd-map-codebase
Analyze codebase with parallel mapper agents to produce .planning/codebase/ documents.
gsd-onboard
Guide existing codebase onboarding through mapping, doc ingest, and planning setup.
gsd-phase
Multi-phase management — add, insert, remove, or edit phases in ROADMAP.md (roadmap phase CRUD).