Full research workflow orchestration from knowledge elicitation to consolidated findings...
Execute a complete research workflow from problem definition through consolidated findings.
Use this skill when you need:
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β RESEARCH PIPELINE β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β β
β Phase 1: ELICITATION β
β βββββββββββββββββββββββ β
β β research-interview β β PROBLEM-STATEMENT β
β βββββββββββββββββββββββ β
β β β
β Phase 2: DESIGN β
β βββββββββββββββββββββββ β
β β research-brief β β Model-optimized prompts β
β βββββββββββββββββββββββ β
β β β
β Phase 3: EXECUTION (User) β
β βββββββββββββββββββββββ β
β β Run prompts in β β Raw model outputs β
β β Claude, Gemini, GPT β β
β βββββββββββββββββββββββ β
β β β
β Phase 4: SYNTHESIS β
β βββββββββββββββββββββββ β
β β consolidate-researchβ β CONSOLIDATED-REPORT β
β βββββββββββββββββββββββ β
β β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Execute complete research pipeline for: "$ARGUMENTS"
Run research-interviewer to produce PROBLEM-STATEMENT:
Objective: Define the research question clearly with:
Output: <problem-statement> artifact with confidence scores
Quality Gate:
Run create-research-brief Phase 1 to generate:
Objective: Design multi-LLM research strategy with:
Model Assignment Strategy:
| Model | Strength | Best For |
|---|---|---|
| Claude Opus 4.5 | Judgment, synthesis | Strategic questions, nuance |
| Gemini Pro 3 | Breadth, citations | Factual lookup, sourcing |
| GPT-5.2 Deep | Recency, depth | Technical details, edge cases |
Output: <research-brief> with prompts for each model
Quality Gate:
PAUSE POINT - Display prompts for user to execute:
## Ready for Multi-Model Research
Execute the following prompts in each model:
### Claude (Opus 4.5)
[Display Claude prompt]
### Gemini (Pro 3)
[Display Gemini prompt]
### GPT (5.2 Deep)
[Display GPT prompt]
---
**Instructions:**
1. Copy each prompt to its designated model
2. Collect the responses
3. Paste all responses back here to continue to Phase 4
Wait for user to provide model outputs before continuing.
Run create-research-brief Phase 2 to synthesize:
Objective: Produce unified findings with:
Output: <consolidated-report> with:
Quality Gate:
Final pipeline output includes all artifacts:
<research-pipeline-output>
<metadata>
<topic>$ARGUMENTS</topic>
<pipeline_id>[unique identifier]</pipeline_id>
<completed_phases>[1,2,3,4]</completed_phases>
</metadata>
<phase-1-output>
<problem-statement>...</problem-statement>
</phase-1-output>
<phase-2-output>
<research-brief>...</research-brief>
</phase-2-output>
<phase-3-inputs>
<model-response model="claude">...</model-response>
<model-response model="gemini">...</model-response>
<model-response model="gpt">...</model-response>
</phase-3-inputs>
<phase-4-output>
<consolidated-report>...</consolidated-report>
</phase-4-output>
<next-steps>
[Recommended follow-up actions]
</next-steps>
</research-pipeline-output>
After completing the research pipeline:
| If you need to... | Use skill... |
|---|---|
| Evaluate options from findings | /compare-options |
| Get expert validation | /run-expert-panel |
| Document the methodology | /write-reference |
| Create implementation guide | /write-howto |
| Optimize follow-up prompts | /optimize-prompt |