Delegating Work

Use when you have a task and must decide WHO does it — yourself, a spawned subagent, or another agent in the topology that already holds the context. The rule: how much would a blank slate have to read in to do this correctly? A lot → route to a context-holding agent; a little → subagent; unsure → a real agent or yourself. NOT the mechanics of fanning out (that's dispatching-parallel-agents / subagent-driven-development) — this is the who/whether decision, and the failure mode that makes teams abandon subagents.

mvschwarz df1be84 4.1 KB Updated

File contents

mvschwarz/openrig/tree/main/packages/daemon/assets/plugins/openrig-core/skills/delegating-work commit df1be844b2

Frequently asked questions

npx skillmds@latest add mvschwarz/delegating-work