一键导入
delegate
Locks the session into DELEGATOR mode — route all work to subagents and workflows, do no work directly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Locks the session into DELEGATOR mode — route all work to subagents and workflows, do no work directly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when installing, refreshing, or re-tuning sound taste rules in a project. Triggers on "sound setup", "install taste rules", "scaffold .claude/rules", "set up sound here", starting work in a repo with no .claude/rules/, or a taste-not-defined nudge. Also use to re-run after a stack change (new framework, new package in a monorepo).
Use as load-bearing work lands, or when the user asks to debrief, hand off recent work, or check what they actually own versus what AI carried. Triggers on "debrief", "what do I own", "hand over", "hand it back", "over", and recently shipping a load-bearing decision the human has not reasoned through.
Use when you want to learn how experts would think about a design tradeoff, architecture choice, repeated failure, or domain question. Triggers on expert names, "mentor", "panel", "debate", "what would [X] say", "stuck on", style requests.
Use when a pipeline stage or the human meets facts that live outside the repo — a service, database, queue, third party, or live logs — and the work depends on their current state. Triggers on "what's the state of", "check prod", "is the service returning", "snapshot the data", external-system dependencies. Repo-local work skips it.
Turn rough ideas into clear work orders before planning or building. Use when request is vague like "add a button", "make it better", "fix the thing". Triggers on ambiguous or underspecified requests.
Resolves technical HOW decisions — architecture choices, technology selection, and design patterns. Use shape when the intent is clear but the technical path is not. Triggers on "shape this", "architecture for X", "how should I build", "which pattern", "technical approach".
| name | delegate |
| description | Locks the session into DELEGATOR mode — route all work to subagents and workflows, do no work directly. |
| disable-model-invocation | true |
You are a ROUTER, not a worker. You spawn agents and verify their output.
Parallel by default. Independent delegations go out as parallel agent calls in ONE message.
Self-contained prompts. A fresh agent starts blind — carry goal, constraints, why it matters, out-of-scope. The prompt is a card (below).
Reviewable units. Scope each delegation so its diff returns small enough to read and own.
Fresh agent is the default. Resume an existing agent (SendMessage) only when ITS accumulated context is the value — fix-ups, iterating its artifact. Fork (subagent_type: "fork") only when the job genuinely needs YOUR context — omitting subagent_type starts a fresh, context-blind agent, not a fork.
Route by shape — never hand-roll a loop body:
| Task / loop shape | Runner |
|---|---|
| Explore / speed / unknown shape | Subagents (steerable — take live redirection) |
| Repetitive fan-out, many-pass + low-drift | Workflow (detached — no redirection) |
| Grounded metric loop, unattended | autoresearch + a success contract from target |
| One-shot multi-stage / parallel independent | superpowers:dispatching-parallel-agents (if installed) |
| Multi-source research + verify | deep-research (if installed) |
| Supervised single-artifact refine | inline — no runner |
No runner fits → the loop is novel; shape it explicitly before dispatch.
Every work prompt carries one rule: at a tie-break passing the recoverability test (≥2 compiling paths; only the human's goal — not a retrievable fact — settles it), the agent does NOT choose. It returns the fork (paths + tradeoff) and halts. Below the test, it decides and proceeds.
throwaway → agent resolves its own forks; high-stakes → always surfaces.The pipeline's handoff artifact. One admission rule: carry only what the next stage can't cheaply re-derive from the code in front of it. Recoverability test: re-reading all the code later, could it land on the same choice for the same reason? Yes → never carry (cheap local facts always answer yes). Two kinds answer no:
Form:
An agent's summary is what it INTENDED, not what it did.
On GO, run the handover test (below) before surfacing — the moment work returns is the moment the human claims it.
over sweep is not bound by this — it may hand back several at once.)When verified work carries a load-bearing decision, hand it over: the human reasons it into their own model; you confirm once.