From STORM
Run STORM phase 2 — outline generation. This skill should be used when the user asks to "generate an outline for a storm article", "draft a wikipedia-style outline", or invokes /storm:outline. Produces a draft outline from parametric knowledge then refines it using the research information table.
How this command is triggered — by the user, by Claude, or both
Slash command
/storm:SKILL <topic> [--output-dir PATH | --save] [--force]outline/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:outline Phase 2 of the STORM pipeline. Drafts an outline from the model's parametric knowledge, then refines it using the research conversations to reflect what was actually learned. ## CRITICAL: Prerequisites - Load `storm-engine` via the Skill tool. - `research/sources.json` MUST exist (phase 1 complete). If absent, stop and instruct the user to run `/storm:research` first. Do not proceed with a parametric-only outline as the final artifact. ## Completion Contract This phase is complete iff `outline.md` exists and has ≥2 sections. If `--force` is not set and it exists, skip ...
Phase 2 of the STORM pipeline. Drafts an outline from the model's parametric knowledge, then refines it using the research conversations to reflect what was actually learned.
storm-engine via the Skill tool.research/sources.json MUST exist (phase 1 complete). If absent, stop and instruct the user to run /storm:research first. Do not proceed with a parametric-only outline as the final artifact.This phase is complete iff outline.md exists and has ≥2 sections. If --force is not set and it exists, skip and exit early.
research/conversations.jsonl and research/sources.json. Concatenate the conversation histories as the refinement input.outline-draft.md from parametric knowledge alone. This is the model's prior structure for the topic. Use markdown ## Section headings.outline.md.polish phase, not here.outline.md has ≥2 sections. Update run-config.json: phases.outline = "completed", section count.Report: number of draft sections, number of refined sections, sections added/removed during refinement, and the path to outline.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.