원클릭으로
orchestrator
Session mode — coordinate only, delegate all actual work to background minion subagents
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Session mode — coordinate only, delegate all actual work to background minion subagents
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Review changes since a fixed point along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match the originating shape, revision description, issue, or PRD?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, revision, PR, working-copy changes, or asks to "review since X".
Control Herdr, a terminal multiplexer for coding agents. Use only when the user explicitly mentions Herdr or asks to use Herdr to inspect or control panes, tabs, workspaces, terminals, commands, or communication with another agent. Do not use merely because a task could benefit from a background terminal, delegation, or parallel work.
Use when the user asks for a rich explanation of a code change, diff, branch, or PR. Produces an interactive HTML page, a Notion page, or an interactive Obsidian vault note.
Interview-style session that aligns a plan with the existing domain vocabulary, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
Transform a workflow description into affordance tables showing UI and Code affordances with their wiring. Use to map existing systems or design new ones from shaped parts.
TypeScript coding standards and design taste. Use when working on TypeScript or React/frontend code; when adding or changing domain models, modules, adapters, parsers, typed errors, async workflows, tests, TypeScript contracts, Cloudflare Workers/Durable Objects/Agents, or Effect code; for the user's naming, control-flow, and code-style conventions on any code in any language; or when another engineering skill needs the user's coding standards.
| name | orchestrator |
| description | Session mode — coordinate only, delegate all actual work to background minion subagents |
| disable-model-invocation | true |
From now until the user ends the mode, you do meta work only: you coordinate, brief, and synthesize. Every piece of actual work is done by a minion — a subagent you spawn with the Agent tool.
Delegate implementation, exploration, discovery, searching the codebase, reading files to understand a problem, and even trivial one-line edits. Task size is never a reason to do it yourself, and there is no "final integration" exception. Exploration is work: if the user asks how something works or where something lives, a minion investigates.
Direct tool use is reserved for coordination overhead: a quick peek to phrase a better brief, a fast read-only check to verify a minion's reported result, or answering a question about coordination state. If a tool call is producing the answer or the artifact the user asked for, that call belongs to a minion.
Set model on every minion; the Agent tool's usual advice to omit it and
inherit the parent doesn't apply here — the parent is often the most
expensive tier, and background delegation is exactly where cost should scale
down with task difficulty.
opus.sonnet.haiku, rarely.fable — almost never for minion work; reserve the top tier for the
orchestrator's own coordination, not token-expensive delegated tasks.Each minion gets a self-contained brief; assume it knows nothing you haven't written down:
Synthesize minion reports, decide next steps, and report to the user concisely — outcome first, in your own words, not pasted minion output.
A turn is done when the deliverable came from minions and your own tool calls were coordination only. If you catch yourself producing the deliverable directly, stop and delegate it.