deep-research
深度调研方法论(8步法):将模糊主题转化为高质量调研报告。 触发词:/deep-research、深度调研、帮我调研、调研一下、对比分析 注意:如果用户需要的是可视化图谱而非报告,请使用 research-to-diagram skill。
npx skills add nexu-io/nexu --skill deep-research --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Deep Research(深度调研 8 步法) 将用户提出的模糊主题,通过系统化方法转化为高质量、可交付的调研报告。 ## 核心理念 - **结论来自机制对比**,不是「我感觉像」 - **先钉牢事实,再做推导** - **资料权威优先**:L1 > L2 > L3 > L4 - **中间结果必须保存**,便于回溯和复用 ## 参考文档 | 文档 | 内容 | |------|------| | `templates/intermediate-outputs.md` | 中间产物格式模板 | | `templates/comparison-framework.md` | 对比框架模板 | | `templates/fact-card.md` | 事实卡片模板 | | `templates/report-structure.md` | 报告结构模板 | --- ## 工作目录结构 ``` ~/Downloads/research/<topic>/ ├── 00_问题拆解.md # Step 0-1 产出 ├── 01_资料来源.md # Step 2 产出 ├── 02_事实卡片.md # Step 3 产出 ├── 03_对比框架.md # Step 4 产出 ├── 04_推导过程.md # Step 6 产出 ├── 05.5_校验记录.md # Step 6.5 产出(独立 Agent 校验) ├── 05_验证记录.md # Step 7 产出 ├── FINAL_调研报告.md # Step 8 产出 └── raw/ # 原始资料存档 ``` 中间产物格式详见 `templates/intermediate-outputs.md` --- ## 资料分层 | 层级 | 资料类型 | 可信度 | |------|----------|--------| | **L1** | 官方文档、论文、规范、RFC | ✅ 高 | | **L2** | 官方博客、技术演讲、白皮书 | ✅ 高 | | **L3** | 权威媒体、专家解读、教程 | ⚠️ 中 | | **L4** | 社区讨论、个人博客、论坛 | ❓ 低 | **L4 社区来源**(产品对比调研必查):GitHub Issues/Discussions、Reddit、Hacker News --- ## 执行流程(8 步法) **每步完成后,立即写入对应文件。** ### Step 0: 问题类型判断 | 问题类型 | 核心任务 | 侧重维度 | |----------|----------|----------| | 概念对比型 | 建立对比框架 | 机制差异、适用边界 | | 决策支持型 | 权衡取舍 | 成本、风险、收益 | | 趋势分析型 | 梳理演进脉络 | 历史、驱动因素、预测
- 核心理念
- 参考文档
- 工作目录结构
- 资料分层
- 执行流程(8 步法)
- Step 0: 问题类型判断
- Step 0.5: 时效敏感性判断(BLOCKING)
- Step 1: 问题拆解与边界界定
- Step 2: 资料分层与权威锁定
- Step 3: 事实抽取与证据卡片
- Step 4: 建立对比/分析框架
- Step 5: 参照物基准对齐
- Step 6: 从事实到结论的推导链
- Step 6.5: 独立 Agent 校验(BLOCKING)
What does the deep-research skill do?
深度调研方法论(8步法):将模糊主题转化为高质量调研报告。 触发词:/deep-research、深度调研、帮我调研、调研一下、对比分析 注意:如果用户需要的是可视化图谱而非报告,请使用 research-to-diagram skill。
How do I install it?
Run `npx skills add nexu-io/nexu --skill deep-research --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From nexu-io/nexu, a repository with 3,239 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.