What problem does it solve?
Author runnable workflow scripts for Claude Code's Workflow tool — deterministic
multi-agent orchestration files that fan out fresh-context subagents under plain
JavaScript control flow. Use this skill whenever the user wants to create, write,
build, scaffold, design, or fix a workflow: "make a workflow", "create a workflow
for X", "write a workflow", "turn this into a workflow", "scaffold a multi-agent
pipeline", "orchestrate this with subagents deterministically", or any request to
author or edit a .js file under .claude/workflows/. Also use it when the user is
confused about the workflow script format — the meta block, agent()/parallel()/
pipeline()/phase(), schemas, the determinism rules — or when a workflow errors and
needs debugging. Trigger this even when the user only describes a repeatable
multi-step or parallel job and seems to want it packaged as a workflow, even if
they never say the word "workflow". Do NOT use it to merely run an existing
workflow, or for a one-off single-subagent task.
Core Features & Use Cases
- Generate runnable Claude Code Workflow scripts to orchestrate multi-agent tasks deterministically.
- Provide starter templates, references, and a built-in linter to validate workflow files before execution.
- Scaffold, design, or fix complex workflows for consistent, resumable execution across runs.
Quick Start
Describe a workflow goal and ask Claude to generate a runnable workflow file placed under .claude/workflows/.