Starter workspace for reproducing the YouTube workflow analyzed in this repo:
video-usefor transcript-driven cleanup and first-pass editingHyperFramesfor HTML/CSS/GSAP motion graphicsClaude CodeorChatGPT Codexas the orchestrator- local
faster-whisperas the default transcription backend on this machine
This is not a traditional software project. It is a production workspace for running repeatable AI-assisted video edits.
The intended flow is:
- Drop a raw clip into a project folder.
- Run an edit-only pass with
video-use. - Approve the cut plan.
- Generate
edited.mp4andtranscript.json. - Plan motion graphics beats against exact transcript anchors.
- Approve the beat plan.
- Build HyperFrames compositions.
- Preview, take screenshots, fix issues.
- Render draft, then final.
docs/Setup and workflow docs.external/Local upstream clones of the core repos used by this workflow.prompts/Copy-paste prompt templates for Claude Code or Codex.projects/One folder per video project.scripts/Small helpers, including project scaffolding.style/Reusable visual and editorial style guides.WORKFLOW_SPEC.mdDistilled source-of-truth from the three research files.
- Bootstrap the machine:
make bootstrap AGENT=codex MODEL=large-v3or:
make bootstrap AGENT=claude MODEL=large-v3- Read docs/BOOTSTRAP_NEW_MACHINE.md, docs/SETUP_CLAUDE_CODE.md, or docs/SETUP_CODEX.md.
- Verify local setup:
make check-setup AGENT=codex- Create a new project:
./scripts/new-project.sh my-video- Put your raw file in:
projects/YYYY-MM-DD-my-video/raw/raw.mp4
- Start with:
- prompts/00_BOOTSTRAP_STUDIO.md
- prompts/10_EDIT_ONLY.md
- prompts/20_MOTION_PLAN.md
- prompts/30_BUILD_HYPERFRAMES.md
- prompts/40_REVIEW_AND_FIX.md
If you want another machine or another agent to recreate this exact bundle, use:
For the first run, keep it simple:
- one raw talking-head clip
- one edit-only pass
- four or five motion beats max
- one draft render
- one final render
Do not ask the agent to "make the whole thing awesome" in one shot. Plan first, then build.
This repo currently contains:
- the three original research/source files
- a normalized workflow spec
- a reusable starter workspace
The next real milestone is running one full sample project end-to-end.