SeanEllyJames/deep-research-skill
A prompt file that pushes AI agents to actually judge, not just summarize research
Most so-called 'deep research' done by AI agents is really just wide research: parallel searches across many sources, neatly sorted into a checklist that looks thorough but never actually takes a stance. This repository is a single drop-in Markdown skill file for tools like Claude Code and Cursor that forces the agent to question the question itself before searching, and to end with a conclusion someone in the field would actually argue about. It also lists six common failure modes agents fall into, each with a concrete warning sign.
What it does
- Contrasts default 'Wide Research' (parallel search, topic-sorted checklist) with 'Deep Research' (close reading of a few primary sources, argument chain from observation to judgment), arguing the former only produces well-organized but hollow output.
- Defines a four-phase workflow: Phase 0 interrogates hidden assumptions and the 'obvious but wrong' default answer before any search happens; Phase 1 requires close reading of 3 to 5 primary sources like earnings reports, founder blog posts, or call transcripts.
- Phase 2 asks for deep comparison of 2 to 3 cases while deliberately digging up failures and criticism; Phase 3 cross-validates sources, flagging single-source claims and treating contradictions as the most interesting findings.
- Phase 4 insists on prose over tables, one argument per section, honest labeling of unknowns, and a final self-check: rewrite if the core conclusion wouldn't spark any debate in the field.
- Documents six failure patterns with detection signals, including a real incident where recursive sub-agent spawning ballooned from 3 to 13 to 50+ to 149 agents, causing an unexpected API bill.
Why it matters
Anyone using AI agents to produce research or reports can borrow this as a concrete way to filter out polished-but-empty output and demand actual analytical judgment. It's also a practical warning against letting sub-agents recursively multiply and rack up runaway costs.
Terms in this repo
- Wide Research · Shallow research pattern: parallel searches across sources, sorted by topic
- Deep Research · Research pattern built on close reading of few primary sources and analyzing contradictions to reach a judgment
- SKILL.md · A Markdown file pasted into an AI agent to instruct a specific way of working
- subagent · A secondary AI agent that the main agent delegates sub-tasks to
- fan-out · When an agent keeps spawning more sub-agents branching from earlier ones
Repository description (English)
让AI Agent 做真正会思考,有判断的深度调研,而不是会摆信息的汇总报告。一个即插即用的 skill 文件。
Open on GitHubTrending repos
- openai/codexOpenAI's coding agent, now runnable straight from your terminal
- cordiverse/cordisA TypeScript framework for snapping feature pieces on and off whenever you need them
- ripienaar/free-for-devA single repo lists every free-tier cloud, API and collaboration tool developers actually need
- Wei-Shaw/sub2apiA relay server that lets one Claude/OpenAI/Gemini/Grok subscription be shared by many users
- multica-ai/andrej-karpathy-skillsA single instruction file that stops AI coding assistants from making silent bad guesses
- eneskirca/nodetermA workspace that puts scattered terminal tabs and AI coding agents on one draggable map
- affaan-m/ECCA toolkit that teaches AI coding agents to work like disciplined engineers
- n8n-io/n8nn8n lets you build automation workflows and AI agents by dragging nodes on a canvas, with code as a fallback