Use when orchestrating multi-step, multi-agent work in Claude Code and one agent turn isn't enough — when a script should hold the loop, the branching, and the intermediate results while your context only sees the final answer. Provides the six canonical dynamic-workflow patterns as runnable scripts: Classify-And-Act, Fanout-And-Synthesize, Adversarial Verification, Generate-And-Filter, Tournament, and Loop Until Done. Trigger on: "fan out / parallelize across N", "verify/refute findings before reporting", "rank or pick the best of several attempts", "sweep until done / find them all", "triage a backlog", "synthesize across sources", or any task that needs a reusable orchestration shape rather than a one-shot prompt.
2026-06-23