GPT Image Slide Workflow
Use this skill when the user asks for the full GPT-image slide workflow, for example:
$gpt-image-slide- "create slide images from this reference slide and report"
- "make a deck with GPT image generation"
- "run the full future-slide image workflow"
This is the orchestrator. If the user asks for only one step, use the matching step skill instead:
$slide-designforDESIGN.md$gpt-image-slide-planforslide_plan.json$gpt-image-slide-promptforslide_prompts.json$gpt-image-slide-renderfor finalpage_<n>.pngimages
Required Sequence
Run these stages in order:
- Extract
DESIGN.mdfrom the reference slide image or visual reference. - Build
slide_plan.jsonfromDESIGN.md, user files, and the deck request. - Build
slide_prompts.jsonfromDESIGN.mdandslide_plan.json. - Render page images sequentially with Codex native image generation.
Do not skip ahead. Do not render before the prompt JSON exists.
Output Contract
The full workflow should leave these files in the workspace:
DESIGN.mdslide_plan.jsonslide_prompts.jsonpage_1.pngthroughpage_N.png
Routing Rule
If the user mentions HTML, browser-rendered slides, editable web slides, or export from HTML, use the html-slide skill family instead.