The five-slot video prompt checklist

If the same prompt keeps producing a different video every time, the prompt is missing information. Each missing field becomes a field the model fills in for itself.

Why prompts feel like a lottery

Language models write video prompts reliably for two things — the subject and the scene — and systematically omit three others: what the subject isdoing, how the frame is composed, and how the camera moves. Every dimension you leave unspecified is a dimension the model gets to choose for you. That is the mechanism behind the "lottery" feeling: it is not randomness, it is underspecification.

Filling all five slots is the single most effective change we have made to generation hit rate.

The five slots

SlotWhat it controlsWhat to write
1. SubjectWho or what the frame is aboutAge, build, clothing, skin tone for people; colour and material for products. With multiple subjects, state which is primary.
2. Subject motionWhat the subject does, in time order"First she does X, then Y, then Z." Interaction between subjects counts here.
3. SceneWhere it happens and under what lightLocation, time of day, and lighting (natural window light, side light, neon). Add environmental motion such as passing crowds or traffic.
4. Spatial / compositionHow things are arranged in frameShot size (close-up, medium, wide), subject position (centre, off to the right), foreground/midground/background, and how the layout changes over the shot.This is the slot most often missing, and the usual cause of strange framing.
5. CameraHow the camera movesHeight, angle, focus behaviour, stability, and the movement itself (push in, pan, tilt). "Slow push from 1m to 40cm, steady handheld feel, focus locked on the face."
Slots 4 and 5 are not the same thing. Slot 4 is how the subject sits in the frame; slot 5 is how the camera behaves. Writing "camera moves closer" in slot 4 and leaving slot 5 empty still leaves the camera unspecified.

Before and after

Weak — covers roughly two of the five slots:

A woman uses a facial mist, her skin becomes dewy, the background is an office.

Composition, camera and motion order are all missing, so the model chooses them. This is where wrong-looking faces, odd framing and inexplicable camera moves come from.

Strong — all five slots filled:

Subject: woman in her early 30s, black business attire, dry flaky skin, holding an unbranded white mist bottle.

Motion: first turns a dry cheek toward the camera, then closes her eyes and sprays toward her face, mist fills the air, she pats her cheek and smiles.

Scene: modern office desk by day, natural light through a window, laptop and papers on the desk, blurred colleagues moving behind.

Spatial: opens on a medium shot with the subject slightly right of centre; pushes in to a facial close-up as she sprays, mist particles in the foreground.

Camera: slow continuous push from about 1m to 40cm, steady handheld feel, focus locked on her face.

Self-test while writing

Cover the other four slots and read only one. Can you picture the shot from that slot alone? If not, that slot is not written yet.

Pre-submit checklist

Reducing variance further

A text prompt leaves all five slots to be interpreted. A start-frame image locks three of them — subject, scene and composition — immediately. That leaves only motion and camera for the prompt to control, which is a large drop in variance. If hit rate matters more than variety, lock with an image first and write a prompt for the remaining two slots.


This page is a reference version of the checklist we use. An interactive checker that scores a prompt against the five slots is in progress.