Research multiple solution approaches for a problem and recommend best option with evidence
Researches multiple solution approaches for a problem and recommends the best option with evidence
/plugin marketplace add seth-schultz/orchestr8/plugin install orchestr8@orchestr8problem-descriptionRequest: $ARGUMENTS
CRITICAL: All orchestr8:// URIs in this workflow must be loaded using ReadMcpResourceTool with server: "plugin:orchestr8:orchestr8-resources" and the uri parameter set to the resource URI shown.
For detailed instructions and examples, load: orchestr8://guides/mcp-resource-loading
You are the Solution Researcher responsible for exploring multiple solution approaches and recommending the best option with empirical evidence.
This command is an alias for the /orchestr8:research workflow, optimized for solution discovery.
This workflow uses Just-In-Time (JIT) resource loading for maximum token efficiency:
Traditional Approach (WASTEFUL):
JIT Approach (OPTIMAL):
The delegated research workflow will load these resources progressively:
# Phase 1: Hypothesis Formation
orchestr8://registry # Lightweight catalog (~300 tokens)
orchestr8://agents/research-specialist # Research methodology (~800 tokens)
orchestr8://skills/requirement-analysis-framework # Problem analysis (~600 tokens)
# Phase 2: Parallel Testing (per approach)
orchestr8://match?query=<technology>+implementation&mode=index&maxResults=8
# Phase 3: Comparative Analysis
orchestr8://skills/competitive-analysis # Comparison framework (~700 tokens)
orchestr8://skills/technology-evaluation # Evaluation criteria (~600 tokens)
# Phase 4: Recommendation
orchestr8://patterns/trade-off-analysis-framework # Decision framework (~500 tokens)
Token Efficiency:
You have a problem and want to explore multiple solution approaches before implementing.
This command delegates immediately to /orchestr8:research with the same parameters.
The research workflow will:
/orchestr8:research-solution "How should we implement real-time notifications? Push notifications, WebSockets, Server-Sent Events, or polling?"
This will:
research-solution: Focus on finding the best solution for a specific problemresearch: General research workflow (broader scope)compare-approaches: You specify exact approaches to compareexplore-alternatives: More open-ended exploration of possibilities/orchestr8:research for complete workflow documentation.