Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.14 KB

File metadata and controls

28 lines (20 loc) · 1.14 KB

HTML Preview Workflow

Source Types

  • Webpage URL: extract heading hierarchy, key claims, examples, and any reusable visuals.
  • Markdown: preserve section order and turn each section into a slide candidate.

Slide Shape

  • Open with a strong title or thesis.
  • Use middle slides for structured explanation, contrast, or proof.
  • End with synthesis, takeaway, or next step.

Rendering Rules

  • Build as an HTML deck, not a static article.
  • Use one dominant focal point per slide.
  • Keep text short enough to read at a glance.
  • Prefer visual rhythm over dense paragraph blocks.
  • Prefer node scripts/generate-adaptive-preview.js --input <source> --output <preview.html> --plan-output <preview.plan.json> --source-package-output <preview.source-package.json> for the current first-pass artifact.

Quality Check

  • Does every slide have one job?
  • Does the deck feel Memphis, not random clip-art?
  • Is the hierarchy obvious on desktop and mobile?
  • Is the final HTML preview something the user can actually open and use?
  • Does the generated deckPlan pass node scripts/validate-adaptive-preview.js --html <preview.html> --plan <preview.plan.json>?