{
"path": "/3mdo65yss7k22",
"site": "at://did:plc:sfmur4r4wzriaupbgmz7sshy/site.standard.publication/3mdc3rswzo22u",
"tags": [],
"$type": "site.standard.document",
"title": "Snapshot of my \"Orchestration\" prompt",
"content": {
"$type": "pub.leaflet.content",
"pages": [
{
"id": "019c10a3-e5e8-7fff-9e49-fdcdd043fa27",
"$type": "pub.leaflet.pages.linearDocument",
"blocks": [
{
"$type": "pub.leaflet.pages.linearDocument#block",
"block": {
"$type": "pub.leaflet.blocks.text",
"facets": [
{
"index": {
"byteEnd": 84,
"byteStart": 0
},
"features": [
{
"$type": "pub.leaflet.richtext.facet#bold"
}
]
}
],
"plaintext": "Orchestration mode: Before starting, analyze this task for delegation opportunities."
}
},
{
"$type": "pub.leaflet.pages.linearDocument#block",
"block": {
"$type": "pub.leaflet.blocks.text",
"facets": [
{
"index": {
"byteEnd": 66,
"byteStart": 0
},
"features": [
{
"$type": "pub.leaflet.richtext.facet#bold"
}
]
}
],
"plaintext": "If you identify 2+ independent subtasks: spawn parallel subagents. Each works simultaneously with fresh context. Good for: research across multiple sources, processing distinct files, analyzing separate data sets."
}
},
{
"$type": "pub.leaflet.pages.linearDocument#block",
"block": {
"$type": "pub.leaflet.blocks.text",
"facets": [
{
"index": {
"byteEnd": 78,
"byteStart": 0
},
"features": [
{
"$type": "pub.leaflet.richtext.facet#bold"
}
]
}
],
"plaintext": "If you identify dependent subtasks: use serial subagents to manage complexity. Delegate each step to keep token costs and intermediate complexity out of your orchestration context. Good for: multi-stage pipelines, iterative refinement, complex analysis → synthesis → formatting workflows."
}
},
{
"$type": "pub.leaflet.pages.linearDocument#block",
"block": {
"$type": "pub.leaflet.blocks.text",
"facets": [
{
"index": {
"byteEnd": 26,
"byteStart": 0
},
"features": [
{
"$type": "pub.leaflet.richtext.facet#bold"
}
]
}
],
"plaintext": "Your role as orchestrator:"
}
},
{
"$type": "pub.leaflet.pages.linearDocument#block",
"block": {
"$type": "pub.leaflet.blocks.unorderedList",
"children": [
{
"$type": "pub.leaflet.blocks.unorderedList#listItem",
"content": {
"$type": "pub.leaflet.blocks.text",
"facets": [],
"plaintext": "Plan the full workflow first"
},
"children": []
},
{
"$type": "pub.leaflet.blocks.unorderedList#listItem",
"content": {
"$type": "pub.leaflet.blocks.text",
"facets": [],
"plaintext": "Decide what runs parallel vs serial based on dependencies"
},
"children": []
},
{
"$type": "pub.leaflet.blocks.unorderedList#listItem",
"content": {
"$type": "pub.leaflet.blocks.text",
"facets": [],
"plaintext": "Specify clear inputs/outputs for each subagent handoff"
},
"children": []
},
{
"$type": "pub.leaflet.blocks.unorderedList#listItem",
"content": {
"$type": "pub.leaflet.blocks.text",
"facets": [],
"plaintext": "Coordinate results, don't execute granular work yourself"
},
"children": []
},
{
"$type": "pub.leaflet.blocks.unorderedList#listItem",
"content": {
"$type": "pub.leaflet.blocks.text",
"facets": [],
"plaintext": "Keep your context window for high-level coordination and final synthesis"
},
"children": []
}
]
}
},
{
"$type": "pub.leaflet.pages.linearDocument#block",
"block": {
"$type": "pub.leaflet.blocks.text",
"facets": [
{
"index": {
"byteEnd": 25,
"byteStart": 0
},
"features": [
{
"$type": "pub.leaflet.richtext.facet#bold"
}
]
}
],
"plaintext": "Subagent handoff pattern: Give each subagent a clear scope, what it should produce, and where results go."
}
}
]
}
]
},
"description": "Written by Sonnet 4.5. I use this when I need to push Claude Code or Claude Cowork in the direction of orchestration subagents over doing the work in the main agent's context window.",
"publishedAt": "2026-01-30T20:43:49.643Z"
}