소스 정보
- 저장소
- lornshrimp/Lorn.NovelWriteSkills
- 최근 소스 활동
- 2026년 6월 26일 14:47
- 감지된 SKILL.md 언어
- 영어
- 스타
- 215
- 포크
- 39
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
SKILL.md 표시 중
SKILL.md
소스 지침 · 읽기 전용 미리보기- name
- deep-research-add-items
- description
- Add items (research objects) to existing research outline.
- allowed-tools
- Bash, Read, Write, Glob, WebSearch, Task, AskUserQuestion
- user-invocable
- false
<!-- ===== Layer 1: 永久缓存 ===== -->
# 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)
GitHub에서 보기