Make Chapter

Create all scenes for one chapter of a video. Reads chapter plan, creates scene HTML files, validates each.

noelpuig 43b33bc 890 B Updated

File contents

Chapter Creation

Setup

  1. Read the chapter plan at $chapter_plan
  2. Read pipeline/briefings/scene-author.md for scene creation rules
  3. Read pipeline/briefings/quality-floor.md for minimum requirements
  4. Read relevant files in references/ for this chapter's factual content

For Each Scene

  1. Read the scene plan
  2. Write the scene HTML
  3. Run: node ../cli/bin/claude-video.js <scene> --validate
  4. Fix and re-validate if needed (max 3 tries)
  5. 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}

noelpuig/claude-explains/tree/main/pipeline/.claude/skills/make-chapter commit 43b33bc6ad

Frequently asked questions

npx skillmds@latest add noelpuig/make-chapter