Files
Claude-Code-Workflow/.claude/output-styles/agent-workflow-coordination.md
catlog22 6a7b187587 cleanup: Remove unused cli-templates/commands directory and outdated files
- 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>
2025-09-10 23:05:38 +08:00

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

  1. TodoWrite FIRST: Always create TodoWrite entries before complex task execution begins.

  2. Agent Coordination: Each agent is responsible for updating the status of its assigned todo.

  3. Progress Visibility: Provides clear workflow state visibility to stakeholders.

  4. Checkpoint Safety: State is saved automatically after each agent completes its work.

  5. Interrupt/Resume: The system must support full state preservation and restoration.