From short-video-director
Generates 3 differentiated plot options for new or continuing stories by reading config.md, arc.md, outline.md, and recent novel episodes. Use in director workflow for plot decisions.
npx claudepluginhub wddxh/shortvideodirectorThis skill is limited to using the following tools:
- `config.md` — 必须读取
Generates 3 differentiated plot options for single-episode short videos from config.md. Outputs Markdown with theme name, title, one-sentence plot summary, ending type, and short video selling points. Useful for scripted video content workflows.
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.
Manages story arcs, plot points, timelines, foreshadowing, and pacing in markdown-based story projects. Activates on requests for plot outlines, arcs, or structure planning.
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 集并读取story/outline.md 不存在 → new-story 模式story/outline.md 已存在 → continue-story 模式$ARGUMENTS[0] — 用户偏好描述(可选,重新生成时传入)根据故事配置和已有剧情上下文,生成 3 个差异化的剧情走向选项供选择。
new-story 时(story/outline.md 不存在):
## 选项 A: {主题名称}
- **剧名:** {剧名}
- **核心设定:** {一句话概括世界观和主角定位}
- **开篇钩子:** {第一集的核心冲突/悬念}
- **卖点分析:** {为什么适合短视频}
## 选项 B: {主题名称}
...
## 选项 C: {主题名称}
...
continue-story 时(story/outline.md 已存在):
## 选项 A(稳健): {走向名称}
- **关键转折:** {本集核心冲突或反转}
- **涉及角色:** {主要出场角色}
- **集尾钩子:** {收束方式 — 描述}
- **对整体剧情的影响:** {如何推动后续剧情}
## 选项 B(激进): {走向名称}
...
## 选项 C(拓展): {走向名称}
...
自动选择标准(按优先级):
story/arc.md 存在:3 个选项必须围绕 arc 中为下一集分配的剧情规划展开,不得偏离 arc 的整体方向和阶段目标。选项的差异体现在具体的演绎方式和细节处理上,而非剧情走向本身