Claude Code Workflow

Normal
GitHub TypeScript MIT

Description

JSON-driven multi-agent cadence-team development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution.

Key Features

  • JSON-driven multi-agent framework with skill-based workflows from lite-plan to brainstorm modes
  • Multi-CLI orchestration supporting Gemini, Codex, Qwen, OpenCode, and Claude with semantic invocation
  • Team Architecture v2 with role-based agents and inner loop execution patterns
  • Session lifecycle management: start, resume, complete, and sync workflow sessions
  • Terminal dashboard with multi-terminal grid and execution monitoring
  • Queue scheduler for background workflow execution with automated task management

Use Cases

πŸ’‘ Orchestrating multi-CLI collaborative analysis where different AI models review the same codebase
πŸ’‘ Running test-driven development workflows with automated test generation and fix cycles
πŸ’‘ Managing complex feature development with session persistence across planning and execution phases
πŸ’‘ Coordinating parallel brainstorming sessions with multi-role agent analysis
πŸ’‘ Integrating AI coding assistants into structured development workflows with queue-based scheduling

Quick Start

Install with `npm install -g claude-code-workflow && ccw install -m Global`. Use skill triggers like `workflow-lite-plan "Add JWT authentication"` or `brainstorm "Design real-time system"`. Manage sessions with `/workflow/session:start` and `/workflow/session:resume`.

Related Projects