Skip to content

JSON-Driven Multi-Agent
Collaborative Framework

Industrial-grade orchestration blending 21 specialized agents and 32 core skills with precision cadence control.

CCWOrchestratorClaudeDesignOpenAIBuildGeminiVerifyTasksDonePlanningCodingTesting

The Claude Code Workflow Ecosystem

21 Specialized Agents

From CLI exploration to TDD implementation and UI design token management.

32 Core Skills

Standalone, Team, and Workflow skills including brainstorm, spec-gen, and code-review.

Cadence Control

Precision global clocking coordinating complex agent handovers like an orchestra.

Context-First

Standardized Context Tree ensuring zero information loss across cross-model sessions.

Engineering Pipeline Mapping

Autonomous orchestration using control laws and global cadence to manage quality across 21 specialized roles.

Global CadenceTick: T1 / 5
RUNNING

Architect

System Design

Coders

Implementation

Reviewer

Quality Audit

Active Control Law
Rule: Integrity Check
Assert: ContextTree.depth > 0
=> PASS
Pipeline I/O
> Arch(Gemini): Generating architecture context...

Everything as JSON: Declarative Workflows

Define your entire team, toolchain, and multi-stage logic in a single version-controlled configuration.

  • Orchestrate 21 specialized built-in agents
  • Leverage 32 core skills for full lifecycle coverage
  • Precision Tick-based synchronization (Sync/Async)
workflow.json
{
  "project": "next-gen-api",
  "cadence": "strict-sync",
  "team": {
    "arch": { "cli": "gemini" },
    "coder": { "cli": "qwen" },
    "audit": { "cli": "codex" }
  },
  "stages": [
    { "id": "design", "agent": "arch" },
    { "id": "impl", "agent": "coder" }
  ]
}

Quick Start

Up and running in under a minute.

1

Install

One command via npm global install.

2

Initialize

Scaffold config in your project root.

3

Run

Launch your first multi-agent workflow.

Installation Guide
# Install CCW globally
$ npm install -g claude-code-workflow
added 1 package in 3s
# Initialize in your project
$ ccw init
✔ Created .claude/CLAUDE.md
✔ Created .ccw/workflows/
# Start a workflow
$ ccw workflow start --epic "feature-auth"
⚡ Workflow started with 3 agents

Ready to build with agents?

Start orchestrating multi-agent workflows in your codebase today.

Released under the MIT License.