Skip to main content

deep-research-add-fields

Add field definitions to existing research outline.

Jump to install

Source facts

Repository
lornshrimp/Lorn.NovelWriteSkills
Last source activity
June 26, 2026 at 14:47
Detected SKILL.md language
English
Stars
211
Forks
39

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
deep-research-add-fields
description
Add field definitions to existing research outline.
allowed-tools
Bash, Read, Write, Glob, WebSearch, Task, AskUserQuestion
user-invocable
false
<!-- ===== Layer 1: 永久缓存 ===== --> # Research Add Fields - Supplement Research Fields ## Trigger `/research-add-fields` ## Workflow ### Step 1: Auto-locate Fields File Find `*/fields.yaml` file in current working directory, auto-read existing fields definitions. ### Step 2: Get Supplement Source Ask user to choose: - **A. User direct input**: User provides field names and descriptions - **B. Web Search**: Launch agent to search common fields in this domain ### Step 3: Display and Confirm - Display suggested new fields list - User confirms which fields to add - User specifies field category and detail_level ### Step 4: Save Update Append confirmed fields to fields.yaml, save file. ## Output Updated `{topic}/fields.yaml` file (in-place modification, requires user confirmation)
View on GitHub