research-add-fields
The research-add-fields skill supplements existing research outlines by identifying and adding new field definitions to a fields.yaml file. It locates the current fields configuration, sources new fields either through direct user input or web search, displays recommended additions for confirmation, and updates the file with user-approved fields organized by category and detail level. Use this when expanding research frameworks to capture additional data dimensions relevant to a specific domain or topic.
git clone --depth 1 https://github.com/Weizhena/Deep-Research-skills /tmp/research-add-fields && cp -r /tmp/research-add-fields/skills/research-zh/research-add-fields ~/.claude/skills/research-add-fieldsSKILL.md
# Research Add Fields - 补充调研字段
## 触发方式
`/research-add-fields`
## 执行流程
### Step 1: 自动定位Fields文件
在当前工作目录查找 `*/fields.yaml` 文件,自动读取现有fields定义。
### Step 2: 获取补充来源
询问用户选择:
- **A. 用户直接输入**:用户提供字段名称和描述
- **B. Web Search搜索**:启动web-search-agent搜索该领域常用字段
### Step 3: 展示并确认
- 展示建议的新字段列表
- 用户确认哪些字段需要添加
- 用户指定字段分类和detail_level
### Step 4: 保存更新
将确认的字段追加到fields.yaml,保存文件。
## 输出
更新后的 `{topic}/fields.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补充items(调研对象)。
读取调研outline,为每个item启动独立agent进行深度调研。禁用task output。
将deep调研结果汇总为markdown报告,覆盖所有字段,跳过不确定值。
对目标话题进行初步调研,生成调研outline。用于学术调研、benchmark调研、技术选型等场景。