Chapter Creation
Setup
- Read the chapter plan at $chapter_plan
- Read pipeline/briefings/scene-author.md for scene creation rules
- Read pipeline/briefings/quality-floor.md for minimum requirements
- Read relevant files in
references/for this chapter's factual content
For Each Scene
- Read the scene plan
- Write the scene HTML
- Run:
node ../cli/bin/claude-video.js <scene> --validate - Fix and re-validate if needed (max 3 tries)
- Run --preview at mid-timestamp to visually verify
Quality Checks Per Scene
- ≥3 data-appear events
- ≥2 data-fade-out events
- ≥1 viewport transform (canvas scenes)
- No placeholder text
Report
{"chapter": "...", "scenes": N, "pass": N, "fail": N}