Deep Research (No External API)
Purpose
Run structured, multi-step research with evidence-first synthesis.
This skill is designed to work without Google/Gemini API or any paid provider setup.
When to Use This Skill
Use this skill when:
- Performing market analysis
- Conducting competitive landscaping
- Building literature or source reviews
- Doing technical due diligence
- Preparing decision memos with citations
Requirements
- Access to built-in web research tools (
WebSearch, WebFetch)
- Clear research question and scope
No external API key is required.
Progress Tracking
Display a progress gauge at each research phase:
[████░░░░░░░░░░░░░░░░] 20% — Phase 1/5: Defining Objective & Scope
[████████░░░░░░░░░░░░] 40% — Phase 2/5: Collecting Sources
[████████████░░░░░░░░] 60% — Phase 3/5: Deep Analysis & Synthesis
[████████████████░░░░] 80% — Phase 4/5: Drafting Output
[████████████████████] 100% — Phase 5/5: Quality Review & Citations
Workflow
Research Protocol
- Define objective and output format
- Clarify the research question, audience, and success criteria.
- Confirm time horizon (e.g., last 12 months, last 5 years).
- Build search strategy
- Create 5-10 query variants (broad, narrow, comparative, opposing views).
- Prefer primary sources first (official docs, papers, regulatory pages, vendor docs).
Parallel Query Execution
Do NOT run searches sequentially. Launch one ResearchScout agent per query variant simultaneously in a single block.
| Agent |
Query Type |
ResearchScout-Broad |
Wide-scope 2–3 keyword query |
ResearchScout-Narrow |
Specific 5+ keyword query |
ResearchScout-Comparative |
"X vs Y" or "comparison of" framing |
ResearchScout-Opposing |
Contrarian or critical viewpoints |
ResearchScout-Primary |
Official docs, papers, government sources |
ResearchScout-Recent |
Date-filtered to last 12 months |
Each agent prompt begins with:
# ResearchScout — Targeted Web Research Agent
Role: Execute a single search query using WebSearch/WebFetch, collect top results with URLs and key findings, return structured results.
Wait for all ResearchScout agents to complete. Deduplicate results by URL. Then proceed to synthesis/triangulation phase.
- Collect sources with traceability
- Capture URL, title, date, publisher, and relevance notes.
- Track contradictions and unresolved claims explicitly.
- Validate and triangulate
- Cross-check key claims with at least 2 independent credible sources.
- Flag weak evidence and avoid overconfident conclusions.
- Synthesize output
- Produce concise findings with direct citations.
- Separate facts, inferences, and recommendations.
Output Formats
Choose one based on request:
1) Executive Brief
- Objective
- Top findings (5-10)
- Risks / unknowns
- Recommendations
- Sources
2) Comparative Analysis
- Criteria matrix
- Option-by-option strengths/weaknesses
- Trade-offs
- Recommendation + rationale
- Sources
3) Research Log
- Queries used
- Source inventory
- Evidence quality notes
- Open questions
- Next research steps
Quality Bar
- Evidence before conclusions
- Date-aware and source-aware claims
- Contradictions surfaced, not hidden
- No uncited critical claims
Time & Cost
- Time: usually 5-20 minutes depending on scope
- Cost: no external API cost for this skill
Safety
- Never fabricate sources or citations.
- If evidence is insufficient, state it clearly.
- Distinguish confirmed facts from inference.
Critical Rules
- Always include citations for material claims.
- Always separate facts from interpretations and recommendations.
- Always mark uncertainty explicitly when evidence is weak or conflicting.
Error Handling
| Error |
Likely Cause |
Action |
| WebSearch returns no results |
Query too specific, misspelled, or topic very niche |
Broaden query, try alternate phrasing, report low-coverage finding |
| WebFetch times out or blocked |
Site is down, bot-blocking, or paywalled |
Skip that source, note it as inaccessible, continue with other sources |
| Insufficient sources found |
Topic has limited public information |
Report coverage gaps; recommend user provide domain-specific sources |
| Conflicting information across sources |
Different sources cite different facts |
Flag the conflict explicitly; present both sides with sources |
| Query too broad |
Research question covers too many sub-topics |
Ask user to narrow the scope or prioritize specific dimensions |
| Paywalled content |
Article requires subscription |
Note the source as paywalled; use abstract/preview if available |
Example Usage
- "Use deep-research to compare 3 vector databases for enterprise use."
- "Use deep-research to summarize regulatory updates from the last 12 months."
- "Use deep-research to produce a source-backed buy-vs-build memo."
1---2name: deep-research3description: This skill should be used when the user needs deep, multi-step research using native web tools (WebSearch/WebFetch) without external API keys.4license: MIT5---67# Deep Research (No External API)89## Purpose1011Run structured, multi-step research with evidence-first synthesis.1213This skill is designed to work **without Google/Gemini API** or any paid provider setup.1415## When to Use This Skill1617Use this skill when:18- Performing market analysis19- Conducting competitive landscaping20- Building literature or source reviews21- Doing technical due diligence22- Preparing decision memos with citations2324## Requirements2526- Access to built-in web research tools (`WebSearch`, `WebFetch`)27- Clear research question and scope2829No external API key is required.3031## Progress Tracking3233Display a progress gauge at each research phase:3435```36[████░░░░░░░░░░░░░░░░] 20% — Phase 1/5: Defining Objective & Scope37[████████░░░░░░░░░░░░] 40% — Phase 2/5: Collecting Sources38[████████████░░░░░░░░] 60% — Phase 3/5: Deep Analysis & Synthesis39[████████████████░░░░] 80% — Phase 4/5: Drafting Output40[████████████████████] 100% — Phase 5/5: Quality Review & Citations41```4243## Workflow4445## Research Protocol46471. Define objective and output format48- Clarify the research question, audience, and success criteria.49- Confirm time horizon (e.g., last 12 months, last 5 years).50512. Build search strategy52- Create 5-10 query variants (broad, narrow, comparative, opposing views).53- Prefer primary sources first (official docs, papers, regulatory pages, vendor docs).5455### Parallel Query Execution5657Do NOT run searches sequentially. Launch one **ResearchScout** agent per query variant simultaneously in a single block.5859| Agent | Query Type |60|-------|-----------|61| `ResearchScout-Broad` | Wide-scope 2–3 keyword query |62| `ResearchScout-Narrow` | Specific 5+ keyword query |63| `ResearchScout-Comparative` | "X vs Y" or "comparison of" framing |64| `ResearchScout-Opposing` | Contrarian or critical viewpoints |65| `ResearchScout-Primary` | Official docs, papers, government sources |66| `ResearchScout-Recent` | Date-filtered to last 12 months |6768Each agent prompt begins with:69```70# ResearchScout — Targeted Web Research Agent71Role: Execute a single search query using WebSearch/WebFetch, collect top results with URLs and key findings, return structured results.72```7374Wait for all ResearchScout agents to complete. Deduplicate results by URL. Then proceed to synthesis/triangulation phase.75763. Collect sources with traceability77- Capture URL, title, date, publisher, and relevance notes.78- Track contradictions and unresolved claims explicitly.79804. Validate and triangulate81- Cross-check key claims with at least 2 independent credible sources.82- Flag weak evidence and avoid overconfident conclusions.83845. Synthesize output85- Produce concise findings with direct citations.86- Separate facts, inferences, and recommendations.8788## Output Formats8990Choose one based on request:9192### 1) Executive Brief93- Objective94- Top findings (5-10)95- Risks / unknowns96- Recommendations97- Sources9899### 2) Comparative Analysis100- Criteria matrix101- Option-by-option strengths/weaknesses102- Trade-offs103- Recommendation + rationale104- Sources105106### 3) Research Log107- Queries used108- Source inventory109- Evidence quality notes110- Open questions111- Next research steps112113## Quality Bar114115- Evidence before conclusions116- Date-aware and source-aware claims117- Contradictions surfaced, not hidden118- No uncited critical claims119120## Time & Cost121122- Time: usually 5-20 minutes depending on scope123- Cost: no external API cost for this skill124125## Safety126127- Never fabricate sources or citations.128- If evidence is insufficient, state it clearly.129- Distinguish confirmed facts from inference.130131## Critical Rules132133- Always include citations for material claims.134- Always separate facts from interpretations and recommendations.135- Always mark uncertainty explicitly when evidence is weak or conflicting.136137## Error Handling138139| Error | Likely Cause | Action |140|-------|-------------|--------|141| WebSearch returns no results | Query too specific, misspelled, or topic very niche | Broaden query, try alternate phrasing, report low-coverage finding |142| WebFetch times out or blocked | Site is down, bot-blocking, or paywalled | Skip that source, note it as inaccessible, continue with other sources |143| Insufficient sources found | Topic has limited public information | Report coverage gaps; recommend user provide domain-specific sources |144| Conflicting information across sources | Different sources cite different facts | Flag the conflict explicitly; present both sides with sources |145| Query too broad | Research question covers too many sub-topics | Ask user to narrow the scope or prioritize specific dimensions |146| Paywalled content | Article requires subscription | Note the source as paywalled; use abstract/preview if available |147148## Example Usage1491501. "Use deep-research to compare 3 vector databases for enterprise use."1512. "Use deep-research to summarize regulatory updates from the last 12 months."1523. "Use deep-research to produce a source-backed buy-vs-build memo."