workflow

Orchestrate multi-phase task executions across cc-fleet subagents with JavaScript scripts.

201|27|Updated May 30, 2026
One-click install
npx skills add https://github.com/ethanhq/cc-fleet --skill workflow-ethanhq
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: workflow
Source: https://github.com/ethanhq/cc-fleet/tree/main/codex-plugin/skills/workflow
Command: npx skills add https://github.com/ethanhq/cc-fleet --skill workflow-ethanhq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The workflow Skill addresses the need for complex orchestration of tasks across multiple subagents, facilitating advanced, multi-step operations within cc-fleet's context.

Core Features & Use Cases

  • Multi-Phase Orchestration: Supports multi-phase, dependent, or resumable runs over numerous subagents.
  • JavaScript-based Scripts: Allows users to write JavaScript scripts for detailed orchestration, leveraging cc-fleet's API.
  • Integration with cc-fleet: Seamlessly integrates with cc-fleet for running provider workflows and managing subagents.

Quick Start

Use the cc-fleet workflow run <path_to_script> command to execute a workflow script.

Frequently Asked Questions about workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate multi-phase task executions across multiple subagents?▼

You can orchestrate multi-phase task executions by writing JavaScript scripts that define complex workflows and fan-out operations across subagents. The workflow Skill executes these scripts to manage dependent or resumable runs within cc-fleet.

Can I use JavaScript to script complex fan-out operations in cc-fleet?▼

Yes, you can use JavaScript to script detailed orchestration and fan-out operations in cc-fleet. The workflow Skill leverages cc-fleet's workflow API, allowing you to define dynamic task executions and manage complex subagent interactions programmatically.

Do I need JavaScript knowledge to manage multi-phase runs in cc-fleet?▼

Yes, you need JavaScript scripting skills and knowledge of cc-fleet's workflow API to use this Skill effectively. It is designed for advanced orchestration tasks, requiring users to write scripts that define the multi-phase and dynamic task executions.

What is the best way to run a workflow script for subagent orchestration?▼

The best way to run a workflow script for subagent orchestration is to use the `cc-fleet workflow run <path_to_script>` command. This executes your JavaScript-based orchestration script, initiating the multi-phase runs and subagent fan-out operations defined within it.

Does the workflow Skill support resumable and dependent task runs over subagents?▼

Yes, the workflow Skill supports resumable and dependent task runs over numerous subagents. It orchestrates multi-phase and dynamic task executions, ensuring complex operations within cc-fleet can handle dependencies and resume when needed.