# HTML Slide Plan

> Second HTML slide stage. Trigger when the user wants only deck planning, slide ordering, evidence mapping, or slide_plan.json before implementing an HTML slide deck.

- Skill: `humantonylee/html-slide-plan-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add humantonylee/html-slide-plan-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/humantonylee/html-slide-plan-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: humantonylee (https://skillmd.com/u/humantonylee)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/humantonylee/html-slide-plan-2

---


# HTML Slide Plan

Use this skill for commands like:

- `$html-slide-plan`
- "plan the HTML slide deck"
- "create slide_plan.json for web slides"
- "decide slide order before implementation"

## Goal

Create `slide_plan.json`: the deck story, slide order, content mapping, and HTML-friendly layout direction for each page.

## Inputs

- `DESIGN.md`
- user files or source material
- user deck goal, audience, language, and constraints

## Required Output

Return valid JSON only. Include:

- deck metadata
- design dependency
- content inventory
- story arc
- ordered slides
- per-slide role, page family, core message, evidence, recommended HTML layout, and header/body/footer plan

## Hard Rules

- Do not write HTML yet.
- Do not create image-generation prompts.
- Use `DESIGN.md` as visual constraints.
- Prefer layouts that can be built cleanly with semantic HTML and CSS.
- Stop after `slide_plan.json` unless the user explicitly asks to continue.

