From short-video-director
Generates detailed episode outlines and updates story/outline.md for serialized fiction. Reads config, arc, and prior novels to produce event lists, character beats, info conveyance, and cliffhangers for downstream writer-novel and storyboarder tools.
How this skill is triggered — by the user, by Claude, or both
Slash command
/short-video-director:director-outlinesonnetdirectorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- `config.md` — 必须读取
config.md — 必须读取story/arc.md — 若存在则读取story/outline.md — 若存在则读取story/outline.md 存在,根据 config.md 中 上下文集数 M,使用 Glob 匹配 story/episodes/ep*/novel.md 找到最近 M 集并读取skills/director-outline/rules.md — 必须读取并严格遵循(输出格式、规则)story/outline.md 不存在 → new-story 模式story/outline.md 已存在 → continue-story 模式$ARGUMENTS[0] — 当前集数(如 ep01)$ARGUMENTS[1] — 选定的剧情方向(引号包裹的完整文本)根据选定的剧情方向,生成本集详细大纲,并把"主要事件 + 集尾钩子"追加到 story/outline.md。下游消费者是 writer-novel(写小说原文)和后续的 storyboarder(拆分镜):他们都依赖你列的「主要事件」「角色出场」「本集信息传达」「集尾钩子」作为骨架。本集大纲不是剧情详写——是给下游的工作单:每个事件代表一段戏,集尾钩子代表观众继续看的理由,信息传达列表代表 storyboarder 必须确保观众听到/看到的关键信息。
skills/director-outline/rules.md — 必须读取并严格遵循story/episodes/$ARGUMENTS[0]/outline.mdstory/outline.md 不存在:使用 Write 创建(new-story 场景)story/outline.md 已存在:使用 Edit 在文件末尾追加新集内容(continue-story 场景,append-only)npx claudepluginhub wddxh/shortvideodirectorGenerates phase-level story arc plans for a novel series. Automatically reads config and outline files, then writes a structured arc.md with phases, key turning points, and episode summaries.
Orchestrates sequential web novel episode creation from markdown config docs (character sheets, plot guides, bootstrap) using 4-agent pipeline. Ensures character depth, numeric consistency, hook strength, plausibility. Invoke via /create or Korean episode commands.
Plans and manages story arcs, plot points, foreshadowing, and narrative timelines for writing projects. Useful when structuring a plot or tracking story events.