Skills
Use Dynamic Workflows to orchestrate one big task across many background sub-agents
Claude Code's Dynamic Workflows (research preview, Week 22) let you script deterministic fan-out — loops, conditionals, and pipelines that dispatch dozens of background sub-agents and synthesize their structured outputs — rather than hoping one model self-organizes a large task. It's the right tool when you need comprehensiveness (decompose and cover in parallel) or confidence (independent perspectives plus an adversarial verify pass) at a scale one context window can't hold. Encode the structure in the script: what fans out, what verifies, what merges.
↳ Follow the thread