What problem does it solve? It gives an AI agent a complete directing and editing contract for the Recut timeline editor, so new videos and revisions to existing timelines are executed through safe, undoable operations instead of ad-hoc project file edits. ## Core Features & Use Cases - Intent and route dispatch: Classifies each request as new authoring, timeline revision, visual/audio revision, asset replacement, or delivery, then routes to speech-led, media-led, generated-video, motion-graphics, or voice-led treatments. - Undoable timeline operations: All writes go through timeline.command with baseVersion conflict handling, project locks, checkpoints, and work.cancel rollback for interrupted sessions. - Three-layer verification: Requires structural proof via timeline.validate, settled-frame pixel proof via preview.frame/batch, and delivery proof via completed export jobs before claiming results. - Use Case: Ask the agent to turn a voiceover script into a narrated video: it builds a visual-first sync map, generates TTS audio, places motion graphics and B-roll on the timeline, validates structure and frames, then exports the final cut. ## Quick Start Ask the agent to create a short narrated video from your script and have it plan scenes, generate assets, place them on the timeline, and export the finished cut.