What problem does it solve?
Drafting a long, citation-grounded article section by section is slow and error-prone, especially when each claim must map back to a specific research source. This Skill automates phase 3 of the STORM pipeline by writing every outline section in parallel with verifiable inline citations.
Core Features & Use Cases
- Parallel Section Writing: Launches one Task subagent per outline section so the full article body is drafted concurrently.
- Source-Grounded Citations: Retrieves the top-k most relevant sources from
research/sources.json per section and inserts inline [n] citations that map to existing source ids.
- Completion Contract & Idempotency: Skips execution if
article.md already exists (unless --force), flags source-less sections with TODO markers, and records phase status in run-config.json.
- Use Case: After running
/storm:outline, invoke /storm:write "quantum computing" --retrieve-top-k 5 to produce a fully cited article.md draft ready for the polish phase.
Quick Start
Ask the assistant to run /storm:write with your topic after the outline phase is complete, for example: write the storm article sections for my topic using the existing outline and research sources.