HTML Slide Workflow
Use this skill when the user asks for the full HTML slide workflow, for example:
$html-slide- "create an HTML slide deck"
- "make browser-rendered slides from this reference"
- "build editable web slides"
This is the HTML orchestrator. If the user asks for only one step, use the matching step skill instead:
$slide-designforDESIGN.md$html-slide-planforslide_plan.json$html-slide-promptforhtml_slide_prompts.json$html-slide-renderfor final HTML/CSS/JS slide files
Required Sequence
Run these stages in order:
- Extract
DESIGN.mdfrom the reference visual. - Build
slide_plan.jsonfromDESIGN.md, user files, and the deck request. - Build
html_slide_prompts.jsonwith per-slide implementation instructions. - Implement an HTML deck and verify it in a browser when possible.
Output Contract
The full workflow should leave these files in the workspace:
DESIGN.mdslide_plan.jsonhtml_slide_prompts.json- an HTML slide deck, usually under
slides-html/
Routing Rule
If the user asks for GPT native image generation, PNG pages, or imagegen output, use the gpt-image-slide skill family instead.