2.3 KiB
2.3 KiB
Agent Coordination & Documentation Improvement Plan
Findings
- Persona Inconsistency:
coordination-board.mduses a mix of legacy IDs (CLAUDE_AIINF) and new canonical IDs (ai-infra-architect). - Tool Underutilization: The protocol in
AGENTS.mdrelies entirely on manual Markdown edits, ignoring the built-inz3ed agentCLI tools (todo, handoff) described inagent-architecture.md. - Fragmented Docs: There is no central entry point (
README.md) for agents entering the directory. - Undefined Systems:
claude-gemini-collaboration.mdreferences a "challenge system" and "leaderboard" that do not exist.
Proposed Actions
1. Update AGENTS.md (The Protocol)
- Mandate CLI Tools: Update the "Quick tasks" and "Substantial work" sections to recommend using
z3ed agent todofor personal task tracking. - Clarify Handoffs: Explicitly mention using
z3ed agent handofffor transferring context, with the Markdown board used for public signaling. - Strict Persona Usage: Remove "Legacy aliases" mapping and simply link to
personas.mdas the source of truth.
2. Cleanup coordination-board.md (The Board)
- Header Update: Add a bold warning to use only IDs from
personas.md. - Retroactive Fix: Update recent active entries to use the correct new IDs (e.g., convert
CLAUDE_AIINF->ai-infra-architectwhere appropriate).
3. Create docs/internal/agents/README.md (The Hub)
- Create a simple index file that links to:
- Protocol:
AGENTS.md - Roles:
personas.md - Status:
coordination-board.md - Tools:
agent-architecture.md
- Protocol:
- Provide a 3-step "Start Here" guide for new agents.
4. Deprecate claude-gemini-collaboration.md
- Rename to
docs/internal/agents/archive/collaboration-concept-legacy.mdor remove the "Challenge System" sections if the file is still valuable for its architectural definitions. - Recommendation: If the "Architecture vs. Automation" split is still relevant, update the file to use
backend-infra-engineer(Architecture) vsGEMINI_AUTOM(Automation) instead of "Claude vs Gemini".
Execution Order
- Create
docs/internal/agents/README.md. - Update
AGENTS.md. - Clean up
coordination-board.md. - Refactor
claude-gemini-collaboration.md.