plan_shots
Convert a plain-language brief into a structured block-method shot plan with shot type, camera move, duration, and action for each shot. Saves to the project file.
Instructions
Turn a brief into a structured block-method shot plan.
Plans every shot (type, camera move, duration, action) before any pixel is generated. Saves to the project's plan.json and returns it.
Args: brief: plain-language description of the spot/scene. project: project name (scopes all state, e.g. "marea"). n_shots: target number of shots.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brief | Yes | ||
| project | Yes | ||
| n_shots | No |