Workflow
Orchestrates multi-phase, resumable cc-fleet subagent runs from a JS script.
Test report
- Verdict
- In test queue
- Tested
- —
- Environment
- Pending
In the test queue — machine-screened (validator 85/100, 189★ repo), full install/trigger/output test scheduled.
What Workflow does
Orchestrate a MULTI-PHASE, dependent, or resumable run over many cc-fleet 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. Trigger ONLY to run a cc-fleet provider workflow. NOT a flat fan-out of independent tasks (that is…
How to install Workflow
git clone https://github.com/ethanhq/cc-fleet
cp -r cc-fleet/codex-plugin/skills/workflow ~/.claude/skills/workflow
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Workflow
-
/workflowOrchestrates multi-phase, resumable cc-fleet subagent runs from a JS script.
It also activates on plain-language prompts like these:
-
Run a fan-out then synthesis workflow across files -
Resume this cc-fleet workflow after it was killed -
Set up a loop-until-dry pipeline for these items
Frequently asked questions
- Is the Workflow skill free?
- Yes. The skill itself is free from ethanhq/cc-fleet. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Workflow work with Claude Code?
- It is in our test queue — we run every skill on real work before issuing a verdict, and this one is scheduled.
- How do I install Workflow?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Workflow with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.