Discuss multi-agent workflow strategy for a specific task
task-description# Multi-Agent Workflow Discussion
Prepare to discuss how you will use a multi-agent workflow to ${ARGUMENTS}.
## Instructions
1. **Analyze the Task**: ${ARGUMENTS}
- Break down the complexity
- Identify parallelizable components
- Determine if multi-agent approach is optimal
2. **Evaluate Approach**:
- Should this use `/background` (single agent) or `/orchestrate` (multiple agents)?
- How many agents would be optimal?
- What are the dependencies between subtasks?
3. **Design Strategy**:
- Outline the orchestration plan
- Define agent responsibilities
- Specif...