Files
Claude-Code-Workflow/.claude/output-styles/agent-workflow-coordination.md
catlog22 5b80c9c242 feat: Streamline agents to pure executor roles with enhanced workflow architecture
## Agent Streamlining
- **code-developer.md**: Reduce from 315 to 122 lines - pure code execution focus
- **action-planning-agent.md**: Reduce from 502 to 124 lines - pure planning execution
- Remove complex decision logic - commands layer now handles control flow
- Add clean code rules: minimize debug output, GBK compatibility, ASCII-only

## Workflow Architecture Enhancements
- Enhanced workflow-architecture.md with progressive complexity system
- Clear separation: Commands (control) → Agents (execution) → Output
- Improved task decomposition and TODO_LIST.md examples
- Added Gemini CLI standards references

## Command System Updates
- Updated task and workflow commands with enhanced functionality
- Better integration with streamlined agents
- Improved error handling and user experience

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-10 21:41:58 +08:00

1.1 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

  1. TodoWrite FIRST: Always create TodoWrite entries before agent execution begins.
  2. Real-time Updates: Status must be marked in_progress or completed as work happens.
  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. Single Active: Only one todo should be in_progress at any given time.
  6. Checkpoint Safety: State is saved automatically after each agent completes its work.
  7. 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