What problem does it solve? Slide decks normally have no failing state, so defects like clipped bullets, split sentences, and unreadable contrast reach the audience unnoticed. This Skill makes a deck a plain-text artifact that is compiled and then verified with deterministic gates before it is presented. ## Core Features & Use Cases - Text-to-deck compilation: Write one Markdown file where each figure is a ```d2 fence; the builder renders every figure with D2's TALA layout engine and emits a self-contained HTML deck with keyboard navigation, an overview grid, and print-to-PDF support. - Deterministic verification loop: Run vlmkit gates against the built deck — check integrity for clipped or colliding content, check copy --manifest for text the frame cut off, and check a11y contrast for projector readability. - Figure fact-checking and read-back scoring: Pin each figure's boxes and edges to a fact sheet with d2-facts, and use deck-review to screenshot slides, hand them to a vision reader, and score fidelity, order, and split sentences. - Use Case: Draft a technical talk in deck.md, build it, run the four gates plus figure fact checks, fix what they name, and deliver a verified HTML deck and PDF. ## Quick Start Ask the agent to build a slide deck from your Markdown outline with D2 figures, then run the integrity, copy, and contrast gates on the built output and fix any reported defects.