mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
- 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>
896 B
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
-
TodoWrite FIRST: Always create TodoWrite entries before complex task execution begins.
-
Context Before Implementation: Context gathering must complete before implementation tasks begin.
-
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.