Files
Claude-Code-Workflow/.claude/output-styles/agent-workflow-coordination.md
catlog22 b01140ae33 feat: Complete v1.2 system enhancements and agent coordination improvements
- Update action-planning-agent to use gemini-wrapper for improved CLI analysis
- Enhance task execution with simplified control structure and context requirements
- Improve plan-deep command with input validation and clarity requirements
- Add intelligent context acquisition rules to CLAUDE.md with required analysis patterns
- Strengthen agent workflow coordination with TodoWrite management and context rules
- Remove deprecated execution controls and streamline task execution flow

System now enforces proper context gathering before implementation and provides
better coordination between agents through structured TODO management.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-14 11:22:41 +08:00

896 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. Context Before Implementation: Context gathering must complete before implementation tasks begin.

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

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

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

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