From STORM
Run STORM phase 3 — per-section article writing. This skill should be used when the user asks to "write the article sections", "draft the storm article", or invokes /storm:write. Writes each outline section in parallel with inline citations grounded in the research sources.
How this command is triggered — by the user, by Claude, or both
Slash command
/storm:SKILL <topic> [--retrieve-top-k N] [--output-dir PATH | --save] [--force]write/This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /storm:write Phase 3 of the STORM pipeline. Writes each outline section in parallel (one Task subagent per section), each grounded in top-k relevant sources from the research information table, with inline `[n]` citations. ## CRITICAL: Prerequisites - Load `storm-engine` via the Skill tool. - `outline.md` MUST exist (phase 2 complete). If absent, stop and instruct the user to run `/storm:outline` first. ## Completion Contract This phase is complete iff `article.md` exists and every outline section (except Introduction/Conclusion/Summary placeholders) has body text. If `--force` is no...
Phase 3 of the STORM pipeline. Writes each outline section in parallel (one Task subagent per section), each grounded in top-k relevant sources from the research information table, with inline [n] citations.
storm-engine via the Skill tool.outline.md MUST exist (phase 2 complete). If absent, stop and instruct the user to run /storm:outline first.This phase is complete iff article.md exists and every outline section (except Introduction/Conclusion/Summary placeholders) has body text. If --force is not set and it exists, skip and exit early.
outline.md and research/sources.json. Index sources for retrieval (simple: rank by keyword/heading overlap with the section title).polish).--retrieve-top-k 3), the full outline for context.[n] citations mapping to sources.json ids.<!-- TODO: no source -->.article.md. Preserve the heading hierarchy from outline.md.run-config.json: phases.write = "completed", section count, any TODO-flagged sections.[n] where n is an existing id in sources.json. Never mint a new id here.[n] immediately after the claim it supports. Multi-source claims use [1][2].Report: number of sections written, number of citations used, list of sections flagged as TODO (no source), and the path to article.md.
npx claudepluginhub daisycatts/dotclaude --plugin storm/SKILLEnables work verification for a task. Claude completes the work, verifies it, and appends a verified tag before session exit.
/SKILLResolves a GitHub issue by creating an isolated worktree, implementing a TDD fix, and opening a PR with auto-closing keywords.
/SKILLSurfaces the current session task from a state file and evaluates its clarity and completeness. Reports completion status or identifies remaining steps.