What problem does it solve? Turning a storyboard and a folder of pictures into working video scenes requires coordinating structure, timing, layout, diagrams, and captions in code, and hand-typed durations and coordinates routinely drift out of sync and break the film. ## Core Features & Use Cases - Scene construction in Remotion: Registers compositions in src/Root.tsx, derives scene durations from script data, and assembles a master film from a scene table. - Diagram and caption guidance: Reference files cover legibility and accessibility floors for animated figures, caption chunking and timing, and tiered explainer architecture. - Use Case: Given an approved script, a set of generated stills, and a style decision, build each scene as its own registered composition, derive the master duration from the scene table, and verify with lint checks and rendered stills. ## Quick Start Ask the agent to build a new scene for the film from the approved storyboard and assets, deriving its duration from the script.