cyberneticlibrary

Fan-out multi-agent dispatch

fan-out.templateworkflowsetup L275
ray-amjad/claude-code-workflow-creator
What it does

Execute parallel tasks with shared arguments

Best for

When executing parallel agents on the same arguments without manual orchestration.

Inputs
  • · args: JSON object or string with phase configuration
Outputs
  • · JSON object matching declared schema
Requires
  • · Claude Code Workflow harness (injected globals: agent, parallel, phase, log)
Preconditions
  • · Workflow harness must inject phase(), agent(), parallel() globals
  • · args must be a valid plain object (not a string) before phase execution
Failure modes
  • · Phase exits early if any agent returns null or throws
  • · Subsequent phases cannot recover from prior phase failure