research-add-items

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Research Add Items - Supplement Research Objects

研究条目添加 - 补充研究对象

Trigger

触发指令

/research-add-items
/research-add-items

Workflow

工作流程

Step 1: Auto-locate Outline

步骤1:自动定位大纲

Find
*/outline.yaml
file in current working directory, auto-read.
在当前工作目录中查找
*/outline.yaml
文件并自动读取。

Step 2: Get Supplement Sources in Parallel

步骤2:并行获取补充来源

Simultaneously:
  • A. Ask user: What items to supplement? Any specific names?
  • B. Ask if Web Search needed: Launch agent to search for more items?
同时执行以下操作:
  • A. 询问用户:需要补充哪些条目?是否有特定名称?
  • B. 询问是否需要网页搜索:是否启动Agent来搜索更多条目?

Step 3: Merge and Update

步骤3:合并与更新

  • Append new items to outline.yaml
  • Display to user for confirmation
  • Avoid duplicates
  • Save updated outline
  • 将新条目追加到outline.yaml中
  • 展示给用户确认
  • 避免重复条目
  • 保存更新后的大纲

Output

输出结果

Updated
{topic}/outline.yaml
file (in-place modification)
已更新的
{topic}/outline.yaml
文件(原地修改)