From short-video-director
Generates detailed episode outlines for stories from config.md, arc.md, and recent novels, writing to episode/outline.md and appending to story/outline.md. Handles new-story and continue-story modes.
npx claudepluginhub wddxh/shortvideodirectorThis skill is limited to using the following tools:
- `config.md` — 必须读取
Generates detailed story outlines for single-episode short videos with full arc (setup, conflict, climax, resolution), reading config.md and plot direction, writing to ep01/outline.md. For video script workflows.
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.
Collaborates on fiction story outlines by generating scene beats, character arcs, plot structures, and exploratory prose samples. Use for developing, iterating, or improving outlines before drafting.
Share bugs, ideas, or general feedback.
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)