Prompt Goodies
Eight delegation-prompt patterns arranged as a ladder. Rung 1 works on day one with zero
prior experience, and every rung after it earns the next. Every rung is a copy-paste
asset, not an explanation. The patterns come from spawn prompts the
model itself wrote during a measured subagent experiment, so they are what the model
already responds to, not folklore.
The full ladder lives in references/ladder.md. Read it whenever
you serve or apply rungs; do not improvise replacement wording from memory, because the
rung assets are tuned to be paste-ready.
Two modes
Mode 1 — Serve the ladder. The user wants the patterns themselves (to learn, to post,
to teach). Ask one question only if needed: "have you written a prompt that delegates
work to an agent before?" Map the answer to a starting rung (never → Rung 1; sometimes →
Rung 3; runs multi-agent stuff → Rung 6). Then hand them the starting rung VERBATIM from
the ladder file: the one new idea, the copy-paste block, what they will notice, and the
hook to the next rung. Serve one or two rungs at a time, never the whole ladder in one
dump. The pedagogy is escalation: each rung creates the friction the next rung resolves.
Mode 2 — The easy button. The user pastes a prompt (or describes a task they are
about to delegate) and wants it upgraded. Diagnose it against the checklist below, then
return their prompt rewritten with ONLY the missing rungs that the situation actually
needs. A single-worker task never needs Rungs 6-8. Show the rewritten prompt first, then
a short list of which rungs you applied and why, one line each.
Diagnostic checklist (Mode 2)
Walk the user's prompt against these eight questions, in order:
- Receipt — does it demand pasted evidence of completion (exact command + output),
not just a claim of success?
- Fence — does it say what the worker must NOT touch, with the owner of that
territory named?
- Green loop — does it give the exact verification command and say "iterate until
green", plus cleanup of test residue?
- House rules — does it relay environment constraints (blocked commands, network
rules, quirks) WITH the approved workaround?
- Named slop — does it name the specific failure mode to avoid, in quotes, rather
than asking for "high quality"?
- Pinned contract — if two or more workers share an interface, is the interface
pasted verbatim into every prompt with "implement EXACTLY this"?
- Greppable privilege — if the worker gets a permission/tool list, is it derivable
from its own tasks in both directions (everything used is listed, nothing extra)?
- Never list — if multiple agents share a domain, does each role have explicit
"never" boundaries that point at the neighbor who owns that action?
Rungs 1-5 apply to ANY delegated task, including a single Claude Code session given a
big job. Rungs 6-8 only apply when multiple workers coexist.
Tone rules for serving this content
- Hand assets, not lectures. The copy-paste block is the teaching.
- Never serve a rung without its "what you will notice" line; the friction it predicts
is what makes the user trust the next rung.
- When upgrading a prompt (Mode 2), preserve the user's own wording and structure
wherever possible. The rungs are additions and fences, not a rewrite of their voice.
- Provenance, once, briefly: these patterns were extracted from prompts the model wrote
for itself; that is why they work. Do not repeat the experiment's full story unless
the user asks.
1---2name: prompt-goodies3description: An escalating ladder of copy-paste delegation-prompt patterns, extracted from prompts a frontier model wrote for itself when orchestrating subagents. Use this skill whenever the user asks for "prompt goodies", wants to write or improve a prompt that delegates work (to a subagent, an agent team, a worker, a contractor-style task, a CMD mission, or any AI doing a job unsupervised), asks "how do I write better agent prompts", complains that an agent ignored instructions / touched the wrong files / claimed success without proof, or wants prompt patterns to share with a community. Also use it to upgrade a specific delegation prompt the user pastes in, even if they never say the word "prompt".4---56# Prompt Goodies78Eight delegation-prompt patterns arranged as a ladder. Rung 1 works on day one with zero9prior experience, and every rung after it earns the next. Every rung is a copy-paste10asset, not an explanation. The patterns come from spawn prompts the11model itself wrote during a measured subagent experiment, so they are what the model12already responds to, not folklore.1314The full ladder lives in [references/ladder.md](references/ladder.md). Read it whenever15you serve or apply rungs; do not improvise replacement wording from memory, because the16rung assets are tuned to be paste-ready.1718## Two modes1920**Mode 1 — Serve the ladder.** The user wants the patterns themselves (to learn, to post,21to teach). Ask one question only if needed: "have you written a prompt that delegates22work to an agent before?" Map the answer to a starting rung (never → Rung 1; sometimes →23Rung 3; runs multi-agent stuff → Rung 6). Then hand them the starting rung VERBATIM from24the ladder file: the one new idea, the copy-paste block, what they will notice, and the25hook to the next rung. Serve one or two rungs at a time, never the whole ladder in one26dump. The pedagogy is escalation: each rung creates the friction the next rung resolves.2728**Mode 2 — The easy button.** The user pastes a prompt (or describes a task they are29about to delegate) and wants it upgraded. Diagnose it against the checklist below, then30return their prompt rewritten with ONLY the missing rungs that the situation actually31needs. A single-worker task never needs Rungs 6-8. Show the rewritten prompt first, then32a short list of which rungs you applied and why, one line each.3334## Diagnostic checklist (Mode 2)3536Walk the user's prompt against these eight questions, in order:37381. **Receipt** — does it demand pasted evidence of completion (exact command + output),39 not just a claim of success?402. **Fence** — does it say what the worker must NOT touch, with the owner of that41 territory named?423. **Green loop** — does it give the exact verification command and say "iterate until43 green", plus cleanup of test residue?444. **House rules** — does it relay environment constraints (blocked commands, network45 rules, quirks) WITH the approved workaround?465. **Named slop** — does it name the specific failure mode to avoid, in quotes, rather47 than asking for "high quality"?486. **Pinned contract** — if two or more workers share an interface, is the interface49 pasted verbatim into every prompt with "implement EXACTLY this"?507. **Greppable privilege** — if the worker gets a permission/tool list, is it derivable51 from its own tasks in both directions (everything used is listed, nothing extra)?528. **Never list** — if multiple agents share a domain, does each role have explicit53 "never" boundaries that point at the neighbor who owns that action?5455Rungs 1-5 apply to ANY delegated task, including a single Claude Code session given a56big job. Rungs 6-8 only apply when multiple workers coexist.5758## Tone rules for serving this content5960- Hand assets, not lectures. The copy-paste block is the teaching.61- Never serve a rung without its "what you will notice" line; the friction it predicts62 is what makes the user trust the next rung.63- When upgrading a prompt (Mode 2), preserve the user's own wording and structure64 wherever possible. The rungs are additions and fences, not a rewrite of their voice.65- Provenance, once, briefly: these patterns were extracted from prompts the model wrote66 for itself; that is why they work. Do not repeat the experiment's full story unless67 the user asks.