Sub Agents

Use when delegating work to sub-agents, or deciding whether to delegate at all. Covers the model tier table (which class of model gets which class of work), the rule that every delegated call sets its model explicitly, cheapest-first escalation, and the cases where delegation costs more than it saves. Also covers how to write a brief an agent can act on, who owns commits, and verifying delegated work before accepting it. Trigger on "spawn an agent", "delegate this", "run these in parallel", "use a subagent", "fan this out", "which model should this run on", "brief a subagent", "should the agent commit", or any plan that hands work to more than one agent. Harness-agnostic.

yourpovv Updated

File contents

yourpovv/AI-Architecture-Pack/tree/main/skills/agent/sub-agents commit 20c2108914

Frequently asked questions

npx skillmds@latest add yourpovv/sub-agents