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
Related
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
Context Passing
Handoff Protocol
Acceptance Criteria
cf work statusshows handoff chainRelated