catlog22/claude-code-workflow
JSON-driven multi-agent development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution
1.2K stars97 forksUpdated Jan 26, 2026
npx skills add catlog22/claude-code-workflowREADME
β¨ Key Features
π― 4-Level WorkflowsFrom π Multi-CLI OrchestrationGemini, Qwen, Codex, Claude - auto-select or manual β‘ Dependency-Aware ParallelismAgent parallel execution without worktree complexity |
π§ Issue WorkflowPost-development maintenance with optional worktree isolation π¦ JSON-First State
π₯οΈ DashboardVisual session management, CodexLens search, graph explorer |
π New? See Workflow Guide for the complete 4-level workflow system.
π Quick Start
Install CCW
npm install -g claude-code-workflow
ccw install -m Global
Choose Your Workflow Level
| Level | Command | Use Case |
|---|---|---|
| 1 | /workflow:lite-lite-lite | Quick fixes, config changes |
| 2 | /workflow:lite-plan | Clear single-module features |
| 2 | /workflow:lite-fix | Bug diagnosis and fix |
| 2 | /workflow:multi-cli-plan | Multi-perspective analysis |
| 3 | /workflow:plan | Multi-module development |
| 3 | /workflow:tdd-plan | Test-driven development |
| 4 | /workflow:brainstorm:auto-parallel | New features, architecture design |
Workflow Examples
# Level 1: Instant execution
/workflow:lite-lite-lite "Fix typo in README"
# Level 2: Lightweight planning
/workflow:lite-plan "Add JWT authentication"
/workflow:lite-fix "User upload fails with 413 error"
# Level 3: Standard planning with session
/workflow:plan "Implement payment gateway integration"
/workflow:execute
# Level 4: Multi-role brainstorming
/workflow:brainstorm:auto-parallel "Design real-time collaboration system" --count 5
/workflow:plan --session WFS-xxx
/workflow:execute
π οΈ CLI Tool Installation
| CLI | Description | Official Docs |
|---|---|---|
| Gemini | Google AI analysis | google-gemini/gemini-cli |
| Codex | OpenAI autonomous coding | openai/codex |
| OpenCode | Open-source multi-model |
... |