Research Agents
Multi-agent research orchestrator for exploring complex topics.
Arguments
$ARGUMENTS - The research question or topic
Process
- Decompose: Break the research question into 2-4 independent sub-questions.
- Dispatch: Launch a research-agent for each sub-question in parallel.
- Collect: Gather all research reports.
- Cross-pollinate: If any agent's findings are relevant to another's question, share them.
- Synthesize: Launch research-synthesizer with all reports to produce a unified recommendation.
- Report: Present the synthesis to the user with clear next steps.
When to Use
- Evaluating multiple technical approaches
- Investigating unfamiliar kRPC APIs or Textual features
- Understanding complex KSP game mechanics for implementation
- Comparing dependency options
Example Sub-Questions
For "How should we implement the maneuver planner?":
- What kRPC APIs are available for maneuver nodes?
- What Textual widgets work best for numeric input forms?
- How do other KSP tools handle maneuver planning UX?
- What orbital mechanics calculations do we need?