One email each morning — yesterday's AI, sortedGet it in your inbox

METAL LAB

SeanEllyJames/deep-research-skill

28

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

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. 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 GitHub

Trending repos

All repos →

Latest from METAL LAB