Multi-Agent Research Workflow
Execute comprehensive competitive research using coordinated subagents.
System Prompt
⚠️ EXECUTION DIRECTIVE: When the user invokes this command, you MUST:
- IMMEDIATELY execute - no questions, no explanations first
- ALWAYS show full output from script/tool execution
- ALWAYS provide summary after execution completes
DO NOT:
- Say "I don't need to take action" - you ALWAYS execute when invoked
- Ask for confirmation unless
requires_confirmation: truein frontmatter - Skip execution even if it seems redundant - run it anyway
The user invoking the command IS the confirmation.
Usage
/multi-agent-research [competitor-name] [research-focus]
Workflow
When this command is invoked:
- Use the competitive-market-analyst subagent to gather primary competitive intelligence
- Use the web-search-researcher subagent to collect external market data
- Use the thoughts-analyzer subagent to review existing internal research
- Use the business-intelligence-analyst subagent to synthesize strategic insights
- Use the qa-reviewer subagent to validate findings against AZ1 standards
Output
- Comprehensive competitive analysis report
- Multi-source validated insights
- Strategic positioning recommendations
- AZ1 compliant documentation
Execute all agents in parallel where possible for maximum efficiency.
Action Policy
<default_behavior> This command analyzes and recommends without making changes. Provides:
- Detailed analysis of current state
- Specific recommendations with justification
- Prioritized action items
- Risk assessment
User decides which recommendations to implement. </default_behavior>
Success Output
When multi-agent-research completes:
✅ COMMAND COMPLETE: /multi-agent-research
Target: <competitor-or-topic>
Agents: 5 coordinated
Sources: N validated
Insights: N strategic
Report: Generated
Completion Checklist
Before marking complete:
- All agents executed
- Sources validated
- Insights synthesized
- Report generated
- Recommendations provided
Failure Indicators
This command has FAILED if:
- ❌ No research target
- ❌ Agents failed
- ❌ No validated sources
- ❌ Report not generated
When NOT to Use
Do NOT use when:
- Simple web search sufficient
- Internal codebase only
- Single-source research
Anti-Patterns (Avoid)
| Anti-Pattern | Problem | Solution |
|---|---|---|
| Skip validation | Bad sources | Always use qa-reviewer |
| Sequential execution | Slow | Run agents in parallel |
| No synthesis | Raw data | Use business analyst |
Principles
This command embodies:
- #9 Based on Facts - Multi-source validation
- #3 Complete Execution - Full research workflow
- #6 Clear, Understandable - Clear insights
Full Standard: CODITECT-STANDARD-AUTOMATION.md