AI Video Production Template

April 26, 2026 · View on GitHub

A per-project workspace skeleton for producing a single AI-generated video. Clone this repo when starting a new video project; the cloned instance becomes the working directory.

Pairs with the lifecycle plugin

This template is the state half of a two-piece system. The operational half ships as a separate Claude Code plugin: ai-video-producer.

Install the plugin to get the slash commands (/onboard, /draft-script, /run-pipeline, etc.) and the pipeline skills (text-to-image-to-video, voice-to-lip-sync, etc.):

claude plugins install ai-video-producer@danielrosehill

How to use

  1. Clone this template into a new directory named after your video project.
  2. Install the plugin (above) if you haven't already.
  3. Open Claude Code in the project root.
  4. Run /onboard — Claude will walk you through the creative brief and model selection.
  5. Follow the slash commands listed in the plugin's README to move through script → storyboard → generation → assembly → export.

What's here

Just the folder skeleton. The plugin's video-workspace-conventions skill documents what each folder is for.

brief/  characters/  scripts/  assets/  generation/  pipelines/
clips/  timeline/  output/  exports/  logs/