Files
research-en/research-add-fields/SKILL.md
Pikaliov c284fb12b0 Initial commit — research-en skill bundle
5-skill bundle for structured, resumable, parallel deep research:
- /research              — preliminary outline + fields generation
- /research-add-items    — supplement research objects
- /research-add-fields   — supplement field definitions
- /research-deep         — parallel agents per item, resumable, JSON-validated
- /research-report       — JSON to markdown report with TOC

Includes validate_json.py for fields.yaml coverage check (PyYAML required).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-04 11:09:40 +03:00

952 B

name, user-invocable, description, allowed-tools
name user-invocable description allowed-tools
research-add-fields true Add field definitions to existing research outline. Bash, Read, Write, Glob, WebSearch, Task, AskUserQuestion

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)