mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
- Deleted unused command template files (context-analysis.md, folder-analysis.md, parallel-execution.md) - Removed outdated WORKFLOW_SYSTEM_UPGRADE.md and codexcli.md files - No references found in current workspace - Streamlined template structure 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
789 B
789 B
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 complex task execution begins.
-
Agent Coordination: Each agent is responsible for updating the status of its assigned todo.
-
Progress Visibility: Provides clear workflow state visibility to stakeholders.
-
Checkpoint Safety: State is saved automatically after each agent completes its work.
-
Interrupt/Resume: The system must support full state preservation and restoration.