deep-research
GitHub深度研究工具,通过并行搜索、多源抓取及对抗性验证生成引用报告。需先澄清模糊问题,再分解为5个角度进行检索、提取可证伪声明并投票验证,最终综合输出高置信度报告。
Trigger Scenarios
Install
npx skills add asgeirtj/system_prompts_leaks --skill deep-research -g -y
SKILL.md
Frontmatter
{
"name": "deep-research",
"description": "Deep research harness — fan-out web searches, fetch sources, adversarially verify claims, synthesize a cited report.",
"when_to_use": "When the user wants a deep, multi-source, fact-checked research report on any topic. BEFORE invoking, check if the question is specific enough to research directly — if underspecified (e.g., \"what car to buy\" without budget\/use-case\/region), ask 2-3 clarifying questions to narrow scope. Then pass the refined question as args, weaving the answers in.",
"disable-model-invocation": true
}
Run the "deep-research" workflow.
Deep research harness — fan-out web searches, fetch sources, adversarially verify claims, synthesize a cited report.
When the user wants a deep, multi-source, fact-checked research report on any topic. BEFORE invoking, check if the question is specific enough to research directly — if underspecified (e.g., "what car to buy" without budget/use-case/region), ask 2-3 clarifying questions to narrow scope. Then pass the refined question as args, weaving the answers in.
Phases:
- Scope: Decompose question (from args) into 5 search angles
- Search: 5 parallel WebSearch agents, one per angle
- Fetch: URL-dedup, fetch top 15 sources, extract falsifiable claims
- Verify: 3-vote adversarial verification per claim (need 2/3 refutes to kill)
- Synthesize: Merge semantic dupes, rank by confidence, cite sources
Invoke: Workflow({ name: "deep-research" })
Workflow Script
Version History
-
a7d0a26
Current 2026-08-29 04:38
更新和重组内容
- 481967c 2026-08-20 17:02


