# Research Add Items

> Add items (research objects) to existing research outline.

- Skill: `weizhena/research-add-items-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add weizhena/research-add-items-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/weizhena/research-add-items-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: weizhena (https://skillmd.com/u/weizhena)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/weizhena/research-add-items-2

---


# Research Add Items - Supplement Research Objects

## Trigger
`/research-add-items`

## Workflow

### Step 1: Auto-locate Outline
Find `*/outline.yaml` file in current working directory, auto-read.

### Step 2: Get Supplement Sources in Parallel
Simultaneously:
- **A. Ask user**: What items to supplement? Any specific names?
- **B. Ask if Web Search needed**: Launch agent to search for more items?

### Step 3: Merge and Update
- Append new items to outline.yaml
- Display to user for confirmation
- Avoid duplicates
- Save updated outline

## Output
Updated `{topic}/outline.yaml` file (in-place modification)

