plan-orchestrator

plan-orchestrator is a skill for Claude Code, Codex from wasintoh/toh-framework. It costs 94 tokens per session (1,190 once invoked), scanned A, original, MIT.

A planning and coordination guide that turns a request or product requirements document into a written implementation plan.

In plain words
What is it for?
It helps define phases, tasks, checkpoints, completion criteria, and status for workflows such as /toh-plan and /toh-vibe.
Why use it?
It gives the work a shared file-based plan, separates planning from execution, and requires one clear approval before coding begins.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/wasintoh/toh-framework/plan-orchestrator
Any agent
npx skills add wasintoh/toh-framework --skill plan-orchestrator
Clone the repo
git clone --depth 1 https://github.com/wasintoh/toh-framework

Made for: Claude Code, 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 plan-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/skills/wasintoh/toh-framework/plan-orchestrator.svg)](https://agentmods.dev/skills/wasintoh/toh-framework/plan-orchestrator)
Your own site
<a href="https://agentmods.dev/skills/wasintoh/toh-framework/plan-orchestrator"><img src="https://agentmods.dev/badge/skills/wasintoh/toh-framework/plan-orchestrator.svg" alt="Measured on agentmods" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,190 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00094 $0.01190
Opus 5 $0.00047 $0.00595
Sonnet 5 $0.00019 $0.00238
Haiku 4.5 $0.00009 $0.00119

Measured 5d ago against content hash 8cda4fa2497e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

plan-orchestrator 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 5d 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.

src/skills/plan-orchestrator/SKILL.md · 82 lines

How it starts

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

🧠 Plan Orchestrator Skill v3.0

Planning + plan artifact + single-gate handoff to autonomous execution For the Plan Orchestrator Agent · drives /toh-plan · drafts plans for /toh-vibe


🎯 Core Philosophy

THE BRAIN of Toh Framework. Two jobs, cleanly split:

  1. PLAN — converse, analyze, and produce .toh/plan.md (a file, never chat state)
  2. HAND OFF — one "Go" gate, then execution belongs to THE TOH LOOP (orchestration-protocol)

🔄 MODE 1: PLANNING (default)

When receiving /toh-plan:

  1. Read memory (Tier 1: active.md + summary.md; deeper tiers per task type)
  2. Analyze the request / PRD — business type, users, features that actually matter
  3. WRITE .toh/plan.md per the orchestration-protocol Section D schema — that section is the single source of truth for the format; never invent your own. Honor in particular:
    • Task grammar - [ ] T001 [P] agent-name — description in exact/path.tsx
    • T000 design-reviewer — generate root DESIGN.md first for any UI project
    • Checkpoint per phase · Done When for the whole plan · Status: draft
  4. Show the user a condensed summary (goal, phases, task count, estimate) — not the raw file, no giant tables
  5. Hold the ONE approval gate: 1. Go (recommended) · 2. adjust · 3. keep for later — and state explicitly that after Go there are no per-phase stops

While planning: adjust ("add X", "cut X") → edit plan.md, re-summarize · questions → answer freely · "Go" → MODE 2.

🔄 MODE 2: EXECUTING

One line: execution = THE TOH LOOP (orchestration-protocol Section E); a single "Go" replaces all per-phase confirmation. Set Status: approved and run it — checkpoints gate progress, not the user.


🧩 Phase Design Heuristics

  • UI-first ordering (a heuristic encoded in the plan, not a per-phase rule): Phase 1 tasks are UI-shell tasks so the user sees screens early; logic/backend phases follow. Don't force UI tasks into every phase.
  • Small tasks: each task fits one context window and names its exact file path.
  • [P] parallel-safe only when files are disjoint.
  • Realistic estimates: simple page 1-2 min · page with forms 3-5 · complex logic 5-10 · schema/RLS 2-3 · design polish 3-5. Over-estimate rather than under-deliver.

Read the full file on GitHub · 82 lines

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. 5d ago First seen · 82 lines · 94 tokens per session scan A 8cda4fa2497e

Subscribe to this mod's changes

plan-orchestrator is a skill published in the GitHub repository wasintoh/toh-framework (95 stars, last pushed 2d ago), licensed MIT. It adds 94 tokens to every session and 1,190 once invoked, about $0.0005 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-30.

Related

Other skills, from other repositories

stakeholder-management

Use when the user asks "who are our customers?" / "how do we tailor for X stakeholder?" / "who should this report go to?", or wants to map / re-map stakeholder needs. Ensures intelligence reaches the right people in the right format.

Liberty91LTD/cti-skills · 56 tokens

task-record-contract

Use when creating, updating, or reading the task record for a single implementation task. Covers required task sections, no-placeholder rules, files-first task-file frontmatter, work-unit summary template, implementation artifact linkage, and safe GitHub projection posting practices. Backend projections are documented…

bartoszarendt/agenticloop · 65 tokens

setup-agenticloop

Use when a maintainer or human is setting up Agentic Loop in a target project for the first time, when source document names are non-standard or ambiguous, when .agenticloop/project.md is still unconfirmed, or when a human wants to update its development-stage profile. Discovers bounded candidate project docs once…

bartoszarendt/agenticloop · 98 tokens

sops

Use when the user asks about CTI standard operating procedures (daily triage, IOC processing, flash-report cadence, threat-actor profile updates, briefing schedule), or wants to look up a specific SOP.

Liberty91LTD/cti-skills · 44 tokens

new-project

Sidecar skill for the /new-project workflow. Use this skill whenever a new project is initialized, when establishing architecture specs, database schemas, roadmap phases, or local project rules. Even if the user does not explicitly mention "standards" or "design patterns", consult this skill to ensure the project is…

pageel/para-workspace · 80 tokens

open

Companion skill for the /open workflow. Automates workspace diagnostic steps when starting a new session on a project. Collects active session status, project contracts, active task metrics, compact memory presence, roadmap phases, pending brainstorms, and git status.

pageel/para-workspace · 54 tokens