research-add-items
Research Add Items supplements an existing research outline by appending new investigation subjects to an outline.yaml file. Use this skill when you need to expand a research project's scope by adding more topics or items to investigate, either by manually specifying them, leveraging web search suggestions, or combining both approaches. The skill automatically locates the outline file, merges new items while preventing duplicates, and updates the file in place.
git clone --depth 1 https://github.com/Weizhena/Deep-Research-skills /tmp/research-add-items && cp -r /tmp/research-add-items/skills/research-zh/research-add-items ~/.claude/skills/research-add-itemsSKILL.md
# Research Add Items - 补充调研对象
## 触发方式
`/research-add-items`
## 执行流程
### Step 1: 自动定位Outline
在当前工作目录查找 `*/outline.yaml` 文件,自动读取。
### Step 2: 并行获取补充来源
同时进行:
- **A. 询问用户**:需要补充哪些items?有具体名称吗?
- **B. 询问是否需要Web Search**:是否启动agent搜索更多items?
### Step 3: 合并更新
- 将新items追加到outline.yaml
- 展示给用户确认
- 避免重复
- 保存更新后的outline
## 输出
更新后的 `{topic}/outline.yaml` 文件(原地修改)Use this agent when you need to research information on the internet, particularly for debugging issues, finding solutions to technical problems, or gathering comprehensive information from multiple sources. This agent excels at finding relevant discussions. Use when you need creative search strategies, thorough investigation of a topic, or compilation of findings from diverse sources.
Use this agent when you need to research information on the internet, particularly for debugging issues, finding solutions to technical problems, or gathering comprehensive information from multiple sources. This agent excels at finding relevant discussions. Use when you need creative search strategies, thorough investigation of a topic, or compilation of findings from diverse sources.
向现有调研outline补充字段定义。
读取调研outline,为每个item启动独立agent进行深度调研。禁用task output。
将deep调研结果汇总为markdown报告,覆盖所有字段,跳过不确定值。
对目标话题进行初步调研,生成调研outline。用于学术调研、benchmark调研、技术选型等场景。