workflow
SolidOrchestrate a MULTI-PHASE, dependent, or resumable run over many provider subagents from a JS script, off the main context (`cc-fleet workflow`). Use for fan-out→barrier→synthesis, per-item pipelines, loop-until-dry, or a run that must survive a kill and `--resume` from its journal. NOT a flat fan-out of independent tasks (that is /cc-fleet:subagent — cheaper, no script); NOT interactive collaboration (that is /cc-fleet:team); NOT trivial single-shot work for the main session.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- ethanhq
- Repository
- ethanhq/cc-fleet
- Created
- 1 weeks ago
- Last Updated
- today
- Language
- Go
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
workflow-composer
Write and debug workflow scripts for Claude Code's Workflow tool: single .js files in which deterministic JavaScript drives fleets of fresh-context subagents through agent(), parallel(), pipeline(), and phase(). Invoke for any request to build, generate, draft, repair, or restructure such a workflow ("I want a workflow that…", "turn this process into a workflow", "set up a multi-agent pipeline for X", editing files under .claude/workflows/), for questions about the script format — the meta literal, the orchestration primitives, structured-output schemas, the no-nondeterminism rules — and for diagnosing a workflow that launched with an error or produced wrong output. Fire it too when a request merely DESCRIBES a repeatable multi-stage or fan-out job that deserves packaging as a workflow, with or without the word. Teaches the bundled @workflow-toolbox TypeScript pattern toolkit as the standard library for workflows that will be kept and maintained. Out of scope: simply launching an already-written workflow, and
polyflow
Author runnable workflow scripts for multi-agent orchestration across Claude Code, Codex, Copilot, and Gemini — deterministic JavaScript files that fan out fresh-context subagents under plain control flow. Use when the user wants to create, scaffold, or fix a workflow, or author/edit a .js file under .claude/workflows/: "make a workflow", "create a workflow for X", "turn this into a workflow", "scaffold a multi-agent pipeline". NOT for merely running an existing workflow, or a one-off single-subagent task.
dynamic-workflows
Orchestrate multi-agent workflows using the `workflow` tool with fan-out/fan-in, adversarial verification, tournaments, and loops. Use when the user asks for workflows, multi-agent orchestration, fan-out, parallel subagents, dynamic workflows, or needs to decompose large tasks into coordinated subagent runs.