Skip to content

Instantly share code, notes, and snippets.

View ch040602's full-sized avatar
🪙

seunghun chae ch040602

🪙
View GitHub Profile
@ch040602
ch040602 / mdpr-plus-skill-launch.md
Created June 24, 2026 10:01
MDPR + mdpr-skill: using LLMs for slide review, not final slide layout

Using LLMs for slide review, not slide layout: MDPR + mdpr-skill

I have been building MDPR, a deterministic Markdown-to-editable-PPTX runtime, and mdpr-skill, an optional Codex companion for review hints.

The problem I wanted to avoid is common in LLM-generated slide decks: the model owns too much. It chooses coordinates, colors, emphasis, spacing, and object geometry directly. The first slide may look plausible, but coherence often drifts across the deck.

MDPR uses a different boundary:

  • Markdown is parsed into presentation structure.
  • Slide splitting and layout planning are deterministic.