ai-deep-research

Featured

Builds repeatable deep-research workflows for verified synthesis. Use when producing evidence-backed briefs, comparisons, dossiers, or research pipelines.

AI & Automation 80 stars 17 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
64
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Deep Research Use this skill to design and run repeatable research workflows that gather evidence across many sources, preserve provenance, and synthesize results into decision-ready outputs. This skill covers both **native deep-research agents** (ChatGPT Deep Research, Gemini Deep Research, Perplexity Deep Research, Claude with web search) and **custom agentic research pipelines** (planner / searcher / verifier / synthesizer split). ## ASCII Flow ```text research question | v research plan scope + source targets + queries + stop criteria + freshness window | v evidence gathering primary sources first + source ledger + hostile-source checks | v verification isolated verifier checks claims against ledger, not researcher context | v synthesis evidence-tiered answer + citations + contradictions + unknowns ``` ## Quick Reference | Question | Default | |----------|---------| | When to use a native agent vs custom pipeline? | Native for ad-hoc, open-ended questions. Custom for repeatable, auditable, or multi-source workflows. | | What is the first artifact of any research task? | The source ledger — never the synthesis. | | When is a source trustworthy? | When it is a primary document with a stable URL, author attribution, and a verifiable date. | | What stops an unbounded research loop? | An explicit stop criterion defined before the loop starts (saturation condition or max iterations). | | How to handle contradictory sources? | Separate them into e...

Details

Author
vasilyu1983
Repository
vasilyu1983/AI-Agents-public
Created
9 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

deep-research

Multi-agent deep research system for complex questions requiring thorough investigation. Spawns parallel subagents to explore different facets, synthesizes findings into a cited report. Use when the user asks to "research", "deep dive", "investigate", "find out everything about", "comprehensive analysis", "what do we know about", or any question that requires exploring multiple sources and synthesizing findings. Also use when other skills need heavy research (e.g., job-search company research, weekly review trend analysis).

1 Updated yesterday
BaesTheorem
AI & Automation Listed

deep-research

Conduct enterprise-grade research with multi-source synthesis, citation tracking, and verification. Use when user needs comprehensive analysis requiring 10+ sources, verified claims, or comparison of approaches. Triggers include "deep research", "comprehensive analysis", "research report", "compare X vs Y", or "analyze trends". Do NOT use for simple lookups, debugging, or questions answerable with 1-2 searches.

2 Updated 2 days ago
NewAbra
AI & Automation Listed

deep-research

Multi-agent research engine that decomposes questions, dispatches parallel searcher agents, synthesizes findings with citations and confidence levels, runs mandatory contrarian/OTB challenges, gap-pursuit verification, and cross-model verification via Gemini CLI, and produces structured output with downstream adapters, research index, and management commands.

2 Updated 4 days ago
jasonmichaelbell78-creator