From short-video-director
Targetedly fixes episode storyboards based on director feedback, reading novel/outline/assets/rules, ensuring shot continuity, asset consistency, foreshadowing coverage, and preserving unrelated shots.
npx claudepluginhub wddxh/shortvideodirectorThis skill is limited to using the following tools:
- `story/episodes/$ARGUMENTS[0]/storyboard.md` — 必须读取(现有分镜)
Targetedly fixes single-episode short video storyboards per director feedback, reading existing storyboard/script/outline/assets/config/rules, handling state/padding/asset chains without unrelated changes.
Rewrites novel episodes to match updated character sheets, plot guides, and bootstrap settings. Analyzes discrepancies in plot, character depth; rewrites scenes; verifies consistency via 3-phase agent team. Invoke with /rewrite, /revise, episode ranges.
Orchestrates story-to-video pipeline: breaks text into scenes, generates consistent Z-Image hero/refs + Qwen Edit frames, WAN FLF clips, ffmpeg concatenation.
Share bugs, ideas, or general feedback.
story/episodes/$ARGUMENTS[0]/storyboard.md — 必须读取(现有分镜)story/episodes/$ARGUMENTS[0]/novel.md — 必须读取(对照原文)story/episodes/$ARGUMENTS[0]/outline.md — 必须读取(含资产清单)config.md — 必须读取story/episodes/$ARGUMENTS[0]/outline.md 的「本集资产清单」中提取本集引用的资产名称,使用 Glob 获取 assets/**/*.md 全部文件路径列表,仅读取文件名与清单中资产名称匹配的文件skills/storyboarder-storyboard/rules.md — 必须读取并严格遵循$ARGUMENTS[0] — 当前集数(如 ep01)$ARGUMENTS[1] — 修改意见(由 workflow 传入,来源可能是 Director 审核或用户编辑请求)按 Director 审稿意见或用户编辑请求,定向修正现有 storyboard.md。下游消费者是即梦视频模型(按镜头独立生成视频片段)和 director-review-storyboard(审稿)。修正分镜的连锁面在所有 fix skill 中最广——改一个镜头可能影响相邻镜头的状态衔接,改一个资产引用可能波及所有引用此资产的镜头,改一个事件可能让铺垫覆盖断链。已生成视频的镜头被改会导致相应 mp4 失效需要重生成(成本高),所以修正必须只动指出的问题,未涉及镜头逐字保留。
评估阶段:
编辑阶段:
skills/storyboarder-storyboard/rules.md — 必须读取并严格遵循story/episodes/$ARGUMENTS[0]/storyboard.md