storyboard-grid-writer
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseStoryboard Grid Writer
故事板网格编写工具
Use When
使用场景
- A controller needs a storyboard grid, beat panel plan, contact sheet, or panel prompt pack.
- Hook logic must become visible frame-by-frame action before image or video generation.
- The output should hand off to or
image-generation.video-request-architect
- 控制器需要故事板网格、节拍面板规划、联系表或面板提示包时。
- 在图像或视频生成前,钩子逻辑必须转化为逐帧可见的动作时。
- 输出需要对接或
image-generation时。video-request-architect
Do Not Use When
请勿使用场景
- The final provider request is already approved. Use the runner.
- Reference meaning or copy boundaries are unresolved. Use or
reference-decode.reference-contract-builder - The user wants plain prose, a script only, or execution submission.
- 最终供应商请求已获批时,请使用执行工具(runner)。
- 参考含义或素材边界未明确时,请使用或
reference-decode。reference-contract-builder - 用户需要纯散文内容、仅脚本或提交执行请求时。
Core Rule
核心规则
Common prompt should be short. Storyboard panels should be detailed.
The grid must carry the narrative load. Do not hide scene logic inside vague
style words.
通用提示词应简洁,故事板面板需详细。
网格必须承载叙事逻辑,切勿将场景逻辑隐藏在模糊的风格词汇中。
Required Inputs
必填输入项
segmentTypeviewerQuestionopeningMechanismcreativeFormattargetFrameAspectRatio- or required scene anchors
mustCopyVisualGrammar forbiddenDriftproductRevealTiming- text/UI policy
If no reference exists, mark the output as no-reference and state the inferred
scene anchors before writing panels.
segmentTypeviewerQuestionopeningMechanismcreativeFormattargetFrameAspectRatio- 或必填场景锚点
mustCopyVisualGrammar forbiddenDriftproductRevealTiming- 文本/UI规则
若没有参考素材,请将输出标记为无参考素材,并在编写面板前说明推断出的场景锚点。
Grid Spec
网格规格
Default to 6 panels for short hooks and up to 9 panels for longer proof or
motion continuity.
Keep these ratios separate:
- : the contact-sheet or storyboard-board canvas
boardLayoutRatio - : the per-panel creative output ratio, such as
targetFrameAspectRatioor9:163:4
The board layout must not silently change the generated asset ratio.
短钩子默认使用6个面板,较长的验证或动作连续性场景最多使用9个面板。
请区分以下两种比例:
- :联系表或故事板画布的比例
boardLayoutRatio - :每个面板创意输出的比例,例如
targetFrameAspectRatio或9:163:4
故事板布局不得擅自更改生成资产的比例。
Writing Method
编写方法
- Lock viewer question and stop-scroll job for panel 1.
- Write structural grammar before style: camera start, closest subject, early object visibility, and native-feeling behavior.
- Keep common prompt to reference policy, canvas rules, realism, no-text/UI, and safety boundaries.
- Write each panel as visible events: camera position, subject placement, action, environment anchors, and one candid realism flaw when useful.
- State product reveal timing and forbidden drift.
- 锁定观众问题,并明确第1面板的“停屏”目标。
- 先编写结构逻辑,再考虑风格:相机起始位置、最近主体、早期物体可见性、自然行为。
- 通用提示词仅保留参考规则、画布规范、写实风格、无文本/UI、安全边界相关内容。
- 将每个面板编写为可见事件:相机位置、主体布局、动作、环境锚点,必要时添加一个写实风格的小瑕疵。
- 明确产品展示时机和禁止偏移内容。
Output Shape
输出格式
Return:
gridSpeccommonPromptvariantTitlehookEssenceviewerQuestionpanelSequenceproductRevealTimingforbiddenDrifthandoffSkill
返回以下内容:
gridSpeccommonPromptvariantTitlehookEssenceviewerQuestionpanelSequenceproductRevealTimingforbiddenDrifthandoffSkill
Preflight Checkpoint
预检检查点
Before the final prompt, print:
text
Variant title:
Viewer question:
Panel 1 job:
Panel 2-3 support:
Panel 4-6 progression:
Product reveal timing:
Main drift risks:在生成最终提示词前,输出以下内容:
text
Variant title:
Viewer question:
Panel 1 job:
Panel 2-3 support:
Panel 4-6 progression:
Product reveal timing:
Main drift risks:Fail Fast
快速终止规则
- Stop if panel 1 does not make the viewer question visible.
- Stop if product timing, aspect ratio, scene anchors, or text/UI policy is missing and would change downstream generation.
- Do not create provider JSON or submit renders.
- Do not let a runner infer storyboard logic from generic prompt adjectives.
- 若第1面板未清晰呈现观众问题,立即停止。
- 若缺失产品展示时机、宽高比、场景锚点或文本/UI规则,且这些缺失会影响下游生成,立即停止。
- 请勿创建供应商JSON或提交渲染请求。
- 请勿让执行工具(runner)从通用提示词的形容词中推断故事板逻辑。
Handoff
对接流程
- Image panels -> .
image-generation - Video architecture -> .
video-request-architect - Reference uncertainty -> or
reference-decode.reference-contract-builder - Prompt risk review -> .
prompt-preflight-qa
- 图像面板 ->
image-generation - 视频架构 ->
video-request-architect - 参考素材不确定 -> 或
reference-decodereference-contract-builder - 提示词风险审核 ->
prompt-preflight-qa
Public Command Boundary
公共命令边界
- Check readiness first: .
postplus doctor --skill storyboard-grid-writer - This public skill is instruction-driven. Produce the storyboard artifact directly from the available evidence.
- Do not call private provider/runtime paths or unpublished local tools.
- If the CLI returns a quote-confirmation challenge, run and retry with the returned token.
postplus quote confirm --json --challenge-file <challenge.json>
- 先检查就绪状态:
postplus doctor --skill storyboard-grid-writer - 此公共技能为指令驱动型,需直接根据现有信息生成故事板产物。
- 请勿调用私有供应商/运行时路径或未发布的本地工具。
- 若CLI返回确认请求挑战,请运行,并使用返回的令牌重试。
postplus quote confirm --json --challenge-file <challenge.json>