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-workflow

README


Quick Start Guide CLI Tools Architecture


✨ Key Features

🎯 4-Level Workflows

From lite-lite-lite (instant) to brainstorm (multi-role analysis)

πŸ”„ Multi-CLI Orchestration

Gemini, Qwen, Codex, Claude - auto-select or manual

⚑ Dependency-Aware Parallelism

Agent parallel execution without worktree complexity

πŸ”§ Issue Workflow

Post-development maintenance with optional worktree isolation

πŸ“¦ JSON-First State

.task/IMPL-*.json as single source of truth

πŸ–₯️ Dashboard

Visual 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

LevelCommandUse Case
1/workflow:lite-lite-liteQuick fixes, config changes
2/workflow:lite-planClear single-module features
2/workflow:lite-fixBug diagnosis and fix
2/workflow:multi-cli-planMulti-perspective analysis
3/workflow:planMulti-module development
3/workflow:tdd-planTest-driven development
4/workflow:brainstorm:auto-parallelNew 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

CLIDescriptionOfficial Docs
GeminiGoogle AI analysisgoogle-gemini/gemini-cli
CodexOpenAI autonomous codingopenai/codex
OpenCodeOpen-source multi-model

...

Read full README

Publisher

catlog22catlog22

Statistics

Stars1.2K
Forks97
Open Issues0
LicenseMIT License
CreatedSep 7, 2025