cyberneticlibrary

Build multi-agent workflow automation scripts

workflow-builderpluginsetup L317,464
alirezarezvani/claude-skills
What it does

Design and validate multi-agent Claude Code workflows with recommended topologies

Best for

Structuring multi-agent work by proposing proven orchestration topologies upfront instead of requiring users to architect their own workflows

Inputs
  • · intake questions
  • · agent count
  • · task dependencies
Outputs
  • · .js workflow file
  • · topology diagram
  • · sub-agent instructions
Requires
  • · 3 stdlib Python tools (intake recommendation engine, .js validator enforcing pure-literal-meta / no-non-determinism / guarded-loop / parallel-thunk rules, topology scaffolder)
  • · Claude Code Workflow tool (CLAUDE_CODE_WORKFLOWS=1, /workflows)
Preconditions

Claude Code installed with Workflow support; intake questions answered or inferable from vague user request; understanding of agent orchestration patterns (fan-out, pipeline, loop, judge-panel)

Failure modes

Recommendation engine infers wrong topology for complex task; validator rejects valid .js due to schema mismatch; determinism rules too strict for legitimate stateful agents

Trust signals
  • · 3 stdlib validators enforcing non-determinism/pure-literal constraints
  • · Intake recommendation engine avoids stalling on vague requests
  • · 3 references citing 7-8 sources on orchestration patterns + API surface + decision guide
  • · cs-workflow-architect persona agent + /cs:workflow-build command
  • · Runnable example + templates provided