-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or requestphase-4Phase 4: Multi-Agent CoordinationPhase 4: Multi-Agent Coordination
Description
Summary
Define protocols for agents to hand off work to other specialized agents.
Problem
Complex features require multiple agent types: implement → test → review. Currently no mechanism for coordinated handoffs.
Proposed Solution
Handoff Types
- Sequential: Implementation → Test → Review pipeline
- Parallel: Multiple agents on independent subtasks
- Escalation: Agent creates blocker, different agent resolves
Context Passing
- Structured handoff messages
- File change summaries
- Relevant context extraction
- Blocker/question forwarding
Handoff Protocol
- Completing agent summarizes work done
- Context packaged for next agent
- Next agent loaded with relevant context
- Execution continues with role-appropriate focus
Acceptance Criteria
- Sequential handoff: implement → test pipeline works
- Context preserved across handoffs
- Handoff audit trail
- CLI visibility:
cf work statusshows handoff chain
Related
- Part of Phase 4 multi-agent work
- [Phase 4] Implement Procedural Memory for Agent Learning #73: Procedural memory for learning
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestphase-4Phase 4: Multi-Agent CoordinationPhase 4: Multi-Agent Coordination