Create and improve Renku director prompt producers for video generation. Use when users say "create a director prompt", "improve my prompt producer", "fix my video script prompt", "write better prompts", or when building/improving TOML/JSON/YAML files for a prompt producer. Specializes in narrative arc, visual consistency, model-specific prompting, and TTS-friendly narration.
40:T1b90,
Create and improve Renku director prompt producers — the TOML/YAML/JSON files that instruct an LLM to generate ALL downstream image, video, audio, and narration prompts for a video blueprint.
The director prompt is the single highest-leverage file in any blueprint. It's a "meta-prompt" — a prompt that generates prompts. Every downstream asset (images, videos, narration audio, music) is only as good as the prompt the director produces for it. Investing extra time here has cascading quality effects.
To create or improve a director prompt producer, you need:
Structure segments with intentional ordering:
Adapt by use case:
Include these in every director system prompt:
{{Style}} in EVERY image and video promptAlways instruct the director to specify camera movement. Without them, video models produce static or random motion:
Narration will be read by text-to-speech engines. Instruct the director to:
The most common failure is narration exceeding segment duration.
Formula: 2 words per second maximum.
| SegmentDuration | Max Words |
|---|---|
| 6s | 12 words |
| 8s | 16 words |
| 10s | 20 words |
| 12s | 24 words |
| 15s | 30 words |
Include calibration examples in the system prompt so the LLM can self-check.
When a JSON schema requires fields that are only relevant for some segment types:
"" for inapplicable fieldsFor videos with internal scene transitions:
Camera transition description between scenes
First scene camera and action (inherits from input start image)
[cut] Second scene with new angle and camera movement
[cut] Third scene with different perspective
Number of [cut] markers = CutScenesPerSegment - 1 (the input image defines scene 1).
A prompt producer consists of three files: