Motion Storyboard
Use this skill when the request is to plan a video, motion poster, product cut, or social cutdown and there is no validated storyboard yet.
Read ../../references/storyboard-shape.md and ../../references/scene-vocabulary.md before drafting.
Use when
- The user wants a new video, motion poster, demo cut, or social cutdown.
- There is a brief, but no scene-level structure yet.
- A previous render needs to be re-planned because scene structure changed.
Do not use when
- The task is to render an existing validated storyboard. Use
motion-render-ops instead.
- The task is a static page, brand KV, or document layout. Route to a static visual package.
- The task is design judgement or visual direction shaping. Route to
design-director.
Storyboard failures to avoid
- starting from prompt-only output instead of a scene plan
- inventing motion adjectives instead of named motion tokens
- skipping the target list and locking the storyboard to a single aspect ratio
- forgetting captions when the storyboard targets a social channel
- choosing a cover frame that does not communicate the goal in under one second
Workflow
1. Lock the goal
Clarify:
- what this video must accomplish
- who is watching
- how long it should be
- which channels and aspect ratios it must support
2. Plan the targets
For each channel, declare aspect, duration, caption requirement, and cover frame intent.
3. Draft the scene list
Use named scene recipes when possible. For each scene, declare:
- intent
- duration in frames
- composition
- transitions in and out
- motion tokens
- referenced assets
4. Plan audio and captions
Declare voiceover, music, ambient, and caption tracks. Make timing, language, and safe-area expectations explicit.
5. Validate against the storyboard contract
Confirm every required field is present and every reference resolves.
6. Persist the storyboard
Write the storyboard JSON, the script, and any reviewer notes into the workspace storyboards directory.
Output format
Return:
1. Goal and audience
2. Target list
- aspect, duration, channel, caption requirement per target
3. Scene list
- ordered scenes with intent, duration, composition summary, motion tokens, transitions
4. Audio and captions plan
- voiceover, music, ambient, caption tracks
5. Cover frame choice
- which scene or timestamp serves as the cover and why
6. Open risks
- missing assets, unresolved timing, language coverage
Use together with
motion-scene-builder
motion-render-ops
motion-qc
1---2name: motion-storyboard3description: Turn a motion brief into a validated storyboard with scenes, targets, audio, captions, and a cover frame before render.4---56# Motion Storyboard78Use this skill when the request is to plan a video, motion poster, product cut, or social cutdown and there is no validated storyboard yet.910Read `../../references/storyboard-shape.md` and `../../references/scene-vocabulary.md` before drafting.1112## Use when1314- The user wants a new video, motion poster, demo cut, or social cutdown.15- There is a brief, but no scene-level structure yet.16- A previous render needs to be re-planned because scene structure changed.1718## Do not use when1920- The task is to render an existing validated storyboard. Use `motion-render-ops` instead.21- The task is a static page, brand KV, or document layout. Route to a static visual package.22- The task is design judgement or visual direction shaping. Route to `design-director`.2324## Storyboard failures to avoid2526- starting from prompt-only output instead of a scene plan27- inventing motion adjectives instead of named motion tokens28- skipping the target list and locking the storyboard to a single aspect ratio29- forgetting captions when the storyboard targets a social channel30- choosing a cover frame that does not communicate the goal in under one second3132## Workflow3334### 1. Lock the goal3536Clarify:3738- what this video must accomplish39- who is watching40- how long it should be41- which channels and aspect ratios it must support4243### 2. Plan the targets4445For each channel, declare aspect, duration, caption requirement, and cover frame intent.4647### 3. Draft the scene list4849Use named scene recipes when possible. For each scene, declare:5051- intent52- duration in frames53- composition54- transitions in and out55- motion tokens56- referenced assets5758### 4. Plan audio and captions5960Declare voiceover, music, ambient, and caption tracks. Make timing, language, and safe-area expectations explicit.6162### 5. Validate against the storyboard contract6364Confirm every required field is present and every reference resolves.6566### 6. Persist the storyboard6768Write the storyboard JSON, the script, and any reviewer notes into the workspace storyboards directory.6970## Output format7172Return:7374### 1. Goal and audience7576- one short paragraph7778### 2. Target list7980- aspect, duration, channel, caption requirement per target8182### 3. Scene list8384- ordered scenes with intent, duration, composition summary, motion tokens, transitions8586### 4. Audio and captions plan8788- voiceover, music, ambient, caption tracks8990### 5. Cover frame choice9192- which scene or timestamp serves as the cover and why9394### 6. Open risks9596- missing assets, unresolved timing, language coverage9798## Use together with99100- `motion-scene-builder`101- `motion-render-ops`102- `motion-qc`