cyberneticlibrary

Run dynamic multi-agent workflows

open-dynamic-workflowsskillsetup L30
npm:open-dynamic-workflows
What it does

Run Claude Code workflow orchestration runtime

Best for

Running fan-out multi-agent workflows with parallel execution, progress tracking, and journal persistence independent of harness vendor

Inputs
  • · JavaScript workflow script with agent()/parallel()/pipeline()/phase() calls
Outputs
  • · Workflow execution results
  • · Progress tree
  • · Journal entries
  • · Resume cache
Requires
  • · node:vm (sandbox)
  • · stream-json parser
  • · Claude CLI (via executor)
Preconditions

Node.js installed; workflow script valid JS; Executor configured (pluggable)

Failure modes
  • · Script syntax error
  • · Agent timeout
  • · Concurrency semaphore cap exceeded (1000 agents)
Trust signals
  • · Model-agnostic executor interface
  • · Official Claude Code runtime reimplementation
  • · Determinism guards per agent