polyflowlisted
Install: claude install-skill hiranp/polyflow
# Workflow Creator
Turn a goal into a **runnable workflow file** — a JavaScript orchestrator for
Claude Code's `Workflow` tool.
A workflow fans work out to fresh-context subagents under **deterministic
JavaScript** control flow: the loops, the conditionals, the fan-out are plain
code, and only the leaf `agent()` calls spend model tokens. The Workflow tool is
new and undocumented, so this skill carries the format, the judgment calls, and a
tested authoring procedure. Use it to write a new workflow, convert a multi-step
job into one, fix a broken script, or explain the format — the `meta` block,
`agent()`/`parallel()`/`pipeline()`/`phase()`, schemas, the determinism rules —
when the user is confused about workflows or a workflow errors.
The deep material lives in two reference files — read them when the step says so:
- `references/api-reference.md` — the complete manual: every global, every option,
every cap and constant, what happens at each limit.
- `references/patterns.md` — copy-paste orchestration patterns (fan-out, pipeline,
loop-until-budget, adversarial verify, judge panel, nested workflow).
Starter files are in `assets/templates/`. Six complete, runnable example
workflows are in `assets/examples/` — `assets/examples/README.md` maps each one
to a topology and to the model / structured-output techniques it shows. A linter
is in `scripts/`.
---
## Stability
This skill is pinned to **Claude Code 2.1.149** — the binary against which the
Workflow tool's internals