mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
1.2 KiB
1.2 KiB
name, description
| name | description |
|---|---|
| Workflow Coordination | Core coordination principles for multi-agent development workflows |
Core Agent Coordination Principles
Planning First Principle
Purpose: Thorough upfront planning reduces risk, improves quality, and prevents costly rework.
TodoWrite Coordination Rules
- TodoWrite FIRST: Always create TodoWrite entries before agent execution begins.
- Real-time Updates: Status must be marked
in_progressorcompletedas work happens. - Agent Coordination: Each agent is responsible for updating the status of its assigned todo.
- Progress Visibility: Provides clear workflow state visibility to stakeholders.
- Single Active: Only one todo should be
in_progressat any given time. - Checkpoint Safety: State is saved automatically after each agent completes its work.
- Interrupt/Resume: The system must support full state preservation and restoration.
Context Management
Gemini Context Protocol
For all Gemini CLI usage, command syntax, and integration guidelines: @~/.claude/workflows/gemini-unified.md
For all Codex CLI usage, command syntax, and integration guidelines: @~/.claude/workflows/codex-unified.md