research-outline
Installation
SKILL.md
Research — Preliminary Research
Bootstraps a research project. Produces the outline (items + execution config) and field schema (the research dimensions) that /research-deep and /research-report consume.
Trigger
/research-outline <topic>
Pipeline contract
This skill is the entry point of a four-step pipeline:
/research-outline <topic> # this skill — produces outline.yaml + fields.yaml
├─ /research-add-items # optional — append more research objects
├─ /research-add-fields # optional — append more research dimensions
├─ /research-deep # fan-out per-item deep research → results/*.json
└─ /research-report # summarise results into a markdown report