Delegation Guards

Bound agent-to-agent delegation with explicit budgets — max recursion depth, max fan-out per agent, max total agents, and cycle detection — so a system where agents spawn subagents can't explode into a runaway swarm. Use this when agents can delegate to or spawn other agents (orchestrator-subagent, swarm, recursive planning), when a run's cost or latency grows unpredictably, or when you suspect a delegation loop. Depth and fan-out each look reasonable locally while their product is a bomb.

sharp-skills Updated

File contents

sharp-skills/skills/tree/main/skills/delegation-guards commit 713dc44ae2

Frequently asked questions

npx skillmds@latest add sharp-skills/delegation-guards