Cinematic Storyboard Sheet
Overview
Create a polished vertical storyboard sheet image as a continuous top-to-bottom cinematic timeline. This skill is image-only: when it is invoked, call image_gen with the completed prompt and do not return a text prompt, plan, explanation, markdown sheet, or any non-image artifact.
Prioritize production-design clarity: widescreen frame thumbnails, precise shot metadata, bordered text blocks, restrained black-and-grey styling, and no calendar dates anywhere in the rendered sheet.
Output Contract
- Always use the
image_gen tool to generate the final storyboard sheet image.
- Do not use file generation, SVG/HTML composition, plain text, or prompt-only output as the final result.
- Do not ask clarifying questions before generation; make reasonable cinematic assumptions from the provided storyboard text and character references.
- If the user provides incomplete storyboard text, generate a professional storyboard sheet image with inferred shot details or clearly designed placeholder shot rows.
- If
image_gen is not available in the current environment, do not substitute another output format.
Workflow
- Parse the user's storyboard text into frames, preserving shot order.
- Extract or infer for each frame: timestamp/timecode, shot number, shot title, action, camera/lens/movement, lighting/color, and dialogue if present.
- Use referenced character images as identity and costume references when available; preserve distinguishing features consistently across frames.
- Compose one complete
image_gen prompt that includes the full layout specification and all parsed frame content.
- Run the quality gate below against the prompt before generation.
- Call
image_gen immediately with that prompt as the final action.
Layout Specification
- Format: one continuous vertical sheet, read top to bottom as a timeline.
- Background: pure black only.
- Typography: light grey text, clean production-board hierarchy, high legibility, no decorative clutter.
- Frame area: left column contains cinematic frames in a strict 3:2 aspect ratio.
- Text area: right column aligns side-by-side with its corresponding frame.
- Frame metadata: each frame must clearly show
Timestamp, Shot Number, and Shot Title.
- Timestamp meaning: use only story timecode or relative shot timing supplied by the user. Do not render calendar dates, years, month names, day names, or production-date stamps.
- Required text blocks: include bordered sections labeled exactly
Action, Camera / Lens / Movement, and Lighting / Color.
- Dialogue rule: if spoken lines exist, add a separate bordered
Dialogue section immediately next to the Action section. If no spoken lines exist, omit Dialogue entirely.
- Borders: use thin light-grey borders around every required text block and optional dialogue block.
- Continuity: align each text cluster to the vertical center/top rhythm of its corresponding frame; avoid orphaned labels, floating text, or mismatched frame descriptions.
Prompt Pattern
Use and adapt this prompt inside the image_gen call. Do not display this prompt to the user as the final answer.
Create a professional, Hollywood-caliber vertical storyboard sheet as a continuous top-to-bottom timeline.
Visual system:
Pure black background. Light grey typography and thin light grey borders. Premium cinematic production-board design, precise spacing, readable hierarchy, no decorative noise. Absolutely no calendar dates, years, month names, day names, watermarks, or production-date stamps anywhere on the sheet.
Layout:
Each row contains a 3:2 cinematic frame on the left and its matching text panel on the right. Keep every frame and text panel aligned side-by-side. The sheet reads as one continuous vertical timeline from top to bottom.
Per frame:
Clearly display Timestamp, Shot Number, and Shot Title. Timestamp means story timecode or relative shot timing only, never a calendar date.
Beside each cinematic frame, create bordered text blocks labeled exactly:
Action
Camera / Lens / Movement
Lighting / Color
If the frame includes spoken lines, create a separate bordered Dialogue section immediately next to the Action section. If the frame has no spoken lines, omit Dialogue completely.
Use the supplied storyboard text as the source of truth:
[PASTE STORYBOARD TEXT]
Use the referenced character images only as visual identity, wardrobe, and continuity references:
[DESCRIBE OR ATTACH CHARACTER REFERENCES]
Final output requirement:
Generate the storyboard sheet as a single finished image. Do not include extra explanatory text outside the image.
Quality Gate
Verify before calling image_gen:
- No calendar dates, years, month names, day names, or production-date stamps appear on the sheet.
- Every frame has
Timestamp, Shot Number, and Shot Title.
- Every frame has bordered blocks labeled exactly
Action, Camera / Lens / Movement, and Lighting / Color.
Dialogue appears only when spoken lines exist and is positioned immediately next to Action.
- Left-side frames are consistently 3:2, cinematic, and visually tied to the corresponding right-side text.
- The final sheet uses black background, light grey typography, and light grey block borders.
1---2name: cinematic-storyboard-sheet3description: Generate professional Hollywood-caliber vertical storyboard sheet images from cinematic storyboard text, shot lists, scripts, or character reference images. Use when Codex must call image_gen to create an image-only black-background storyboard layout with 3:2 cinematic frames on the left, aligned production text on the right, exact Action / Camera / Lens / Movement / Lighting / Color / optional Dialogue sections, and strict exclusion of calendar dates from the sheet. Never use this skill for text-only prompts, plans, summaries, or non-image outputs.4---56# Cinematic Storyboard Sheet78## Overview910Create a polished vertical storyboard sheet image as a continuous top-to-bottom cinematic timeline. This skill is image-only: when it is invoked, call `image_gen` with the completed prompt and do not return a text prompt, plan, explanation, markdown sheet, or any non-image artifact.1112Prioritize production-design clarity: widescreen frame thumbnails, precise shot metadata, bordered text blocks, restrained black-and-grey styling, and no calendar dates anywhere in the rendered sheet.1314## Output Contract1516- Always use the `image_gen` tool to generate the final storyboard sheet image.17- Do not use file generation, SVG/HTML composition, plain text, or prompt-only output as the final result.18- Do not ask clarifying questions before generation; make reasonable cinematic assumptions from the provided storyboard text and character references.19- If the user provides incomplete storyboard text, generate a professional storyboard sheet image with inferred shot details or clearly designed placeholder shot rows.20- If `image_gen` is not available in the current environment, do not substitute another output format.2122## Workflow23241. Parse the user's storyboard text into frames, preserving shot order.252. Extract or infer for each frame: timestamp/timecode, shot number, shot title, action, camera/lens/movement, lighting/color, and dialogue if present.263. Use referenced character images as identity and costume references when available; preserve distinguishing features consistently across frames.274. Compose one complete `image_gen` prompt that includes the full layout specification and all parsed frame content.285. Run the quality gate below against the prompt before generation.296. Call `image_gen` immediately with that prompt as the final action.3031## Layout Specification3233- Format: one continuous vertical sheet, read top to bottom as a timeline.34- Background: pure black only.35- Typography: light grey text, clean production-board hierarchy, high legibility, no decorative clutter.36- Frame area: left column contains cinematic frames in a strict 3:2 aspect ratio.37- Text area: right column aligns side-by-side with its corresponding frame.38- Frame metadata: each frame must clearly show `Timestamp`, `Shot Number`, and `Shot Title`.39- Timestamp meaning: use only story timecode or relative shot timing supplied by the user. Do not render calendar dates, years, month names, day names, or production-date stamps.40- Required text blocks: include bordered sections labeled exactly `Action`, `Camera / Lens / Movement`, and `Lighting / Color`.41- Dialogue rule: if spoken lines exist, add a separate bordered `Dialogue` section immediately next to the `Action` section. If no spoken lines exist, omit `Dialogue` entirely.42- Borders: use thin light-grey borders around every required text block and optional dialogue block.43- Continuity: align each text cluster to the vertical center/top rhythm of its corresponding frame; avoid orphaned labels, floating text, or mismatched frame descriptions.4445## Prompt Pattern4647Use and adapt this prompt inside the `image_gen` call. Do not display this prompt to the user as the final answer.4849```text50Create a professional, Hollywood-caliber vertical storyboard sheet as a continuous top-to-bottom timeline.5152Visual system:53Pure black background. Light grey typography and thin light grey borders. Premium cinematic production-board design, precise spacing, readable hierarchy, no decorative noise. Absolutely no calendar dates, years, month names, day names, watermarks, or production-date stamps anywhere on the sheet.5455Layout:56Each row contains a 3:2 cinematic frame on the left and its matching text panel on the right. Keep every frame and text panel aligned side-by-side. The sheet reads as one continuous vertical timeline from top to bottom.5758Per frame:59Clearly display Timestamp, Shot Number, and Shot Title. Timestamp means story timecode or relative shot timing only, never a calendar date.6061Beside each cinematic frame, create bordered text blocks labeled exactly:62Action63Camera / Lens / Movement64Lighting / Color6566If the frame includes spoken lines, create a separate bordered Dialogue section immediately next to the Action section. If the frame has no spoken lines, omit Dialogue completely.6768Use the supplied storyboard text as the source of truth:69[PASTE STORYBOARD TEXT]7071Use the referenced character images only as visual identity, wardrobe, and continuity references:72[DESCRIBE OR ATTACH CHARACTER REFERENCES]7374Final output requirement:75Generate the storyboard sheet as a single finished image. Do not include extra explanatory text outside the image.76```7778## Quality Gate7980Verify before calling `image_gen`:8182- No calendar dates, years, month names, day names, or production-date stamps appear on the sheet.83- Every frame has `Timestamp`, `Shot Number`, and `Shot Title`.84- Every frame has bordered blocks labeled exactly `Action`, `Camera / Lens / Movement`, and `Lighting / Color`.85- `Dialogue` appears only when spoken lines exist and is positioned immediately next to `Action`.86- Left-side frames are consistently 3:2, cinematic, and visually tied to the corresponding right-side text.87- The final sheet uses black background, light grey typography, and light grey block borders.