catlog22 / Claude-Code-Workflow
JSON-driven multi-agent cadence-team development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing catlog22/Claude-Code-Workflow in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler view**English | δΈζ** --- β¨ Key Features π― Skill-based Workflows From (lightweight) to (multi-role analysis) π Multi-CLI Orchestration Gemini, Qwen, Codex, Claude - auto-select or manual β‘ Team Architecture v2 Role-based agents with inner loop execution π§ Queue Scheduler Background queue execution service π¦ Session Lifecycle start/resume/complete/sync workflow sessions π₯οΈ Terminal Dashboard Multi-terminal grid with execution monitor π¨ Orchestrator Editor Template-based workflow visual editing π¬ A2UI Agent-to-User interactive interface > π **New?** See Workflow Guide for complete workflow documentation. --- π Quick Start Install CCW Workflow Skills vs Commands CCW uses two types of invocations: | Type | Format | Examples | |------|--------|----------| | **Skills** | Trigger phrase (no slash) | , , | | **Commands** | Slash command | , , | Choose Your Workflow Skill Skill Trigger Use Case workflow-lite-plan Lightweight planning, single-module features (hands off to lite-execute) workflow-multi-cli-plan Multi-CLI collaborative analysis workflow-plan Full planning with session persistence workflow-tdd-plan Test-driven development workflow-test-fix Test generation and fix cycles brainstorm Multi-role brainstorming analysis Workflow Examples --- π οΈ 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 opencode-ai/opencode Qwen Alibaba Qwen-Code QwenLM/Qwen --- π Semantic CLI Invocation Users can **semantically specify CLI tools** in prompts - the system automatically invokes the corresponding CLI. Basic Invocation | User Prompt | System Action | |-------------|---------------| | "Use Gemini to analyze the auth module" | Auto-invoke CLI for analysis | | "Let Codex review this code" | Auto-invoke CLI for review | | "Ask Qwen about performance optimization" | Auto-invoke CLI for consultation | Multi-CLI Orchestration | Pattern | User Prompt Example | |---------|---------------------| | **Collaborative** | "Use Gemini and Codex to collaboratively analyze security vulnerabilities" | | **Parallel** | "Have Gemini, Codex, and Qwen analyze the architecture in parallel" | | **Iterative** | "Use Gemini to diagnose, then Codex to fix, iterate until resolved" | | **Pipeline** | "Gemini designs the solution, Codex implements, Claude reviews" | --- π ACE Tool Configuration ACE (Augment Context Engine) provides powerful semantic code search. | Method | Link | |--------|------| | **Official** | Augment MCP Documentation | | **Proxy** | ace-tool (GitHub) | --- π CodexLens Local Search > β οΈ **In Development**: CodexLens is under iterative optimization. Some features may be unstable. Search Mode Description FTS Full-text search, based on SQLite FTS5 Semantic Semantic search, using local embedding models Hybrid Hybrid search, combining FTS + Semantic + Reranking --- π» CCW CLI Commands π Recommended Commands Command Description When to Use /ccw Auto workflow orchestrator - analyzes intent, selects workflow, executes β General tasks, auto workflow selection /ccw-coordinator Smart orchestrator - recommends command chains, allows manual adjustment π§ Complex multi-step workflows **Quick Examples**: Session Management Commands Issue Workflow Commands Other CLI Commands --- ποΈ Architecture --- π¦ Project Structure --- πΌ Team Cadence Control (Beat Model) The v2 team architecture introduces an **event-driven beat model** for efficient orchestration: **Key Benefits:** β’ π― **Event-driven**: Coordinator only wakes when needed (callback/resume) β’ β‘ **Fast-advance**: Simple successors spawn directly without coordinator roundtrip β’ π **Dynamic pipelines**: Generated per-task from dependency graph β’ π **Parallel execution**: Independent tasks run concurrently --- π₯οΈ Frontend Highlights Terminal Dashboard Multi-terminal grid layout with real-time execution monitoring. **Features:** β’ π₯οΈ Multi-terminal grid with resizable panes β’ π Execution monitor with agent list β’ π File sidebar for project navigation β’ π― Session grouping by project tags β’ π Fullscreen/immersive mode Orchestrator Editor Visual workflow template editor with drag-drop. **Features:** β’ π¨ React Flow-based visual editing β’ π¦ Template library with pre-built workflows β’ π§ Property panel for node configuration β’ β‘ Slash command integration --- π€ Contributing --- π License MIT License - see LICENSE