Translate a Beamer `.tex` lecture to a Quarto RevealJS `.qmd` mirror. Multi-phase: TikZ extraction → slide-by-slide translation → citation conversion → automatic QA parity check. Use when user says "translate to quarto", "port to revealjs", "make an html version", "convert this beamer to quarto", "mirror this lecture in qmd", or after a Beamer deck is ready for web publication. Output lands in `Quarto/`.
Full translation of a Beamer LaTeX lecture to Quarto RevealJS HTML slides.
CRITICAL: The Beamer .tex file is the SINGLE SOURCE OF TRUTH.
Scan Beamer for all custom environments. Verify CSS equivalents exist in your theme SCSS. If any are missing, create them FIRST.
Run /extract-tikz to verify SVGs match current Beamer source.
List all RDS files needed for interactive charts.
Extract all citations from Beamer, map to bibliography keys.
beamer-translator agentReference extracted SVGs with 0-based indexing.
Interactive plotly from RDS data, static SVG for TikZ/complex figures.
Render, count slides, go through EVERY slide checking for issues.
Run pedagogy-reviewer before visual polish.
Semantic colors, transition slides, framing sentences.
Run /proofread on the QMD file.
Render, open in browser, verify all elements.
Apply any corrections back to Beamer source.
Update CLAUDE.md, session log, create PR.