gpt-image-slide

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

GPT Image Slide Workflow

GPT图像幻灯片工作流

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-design
    for
    DESIGN.md
  • $gpt-image-slide-plan
    for
    slide_plan.json
  • $gpt-image-slide-prompt
    for
    slide_prompts.json
  • $gpt-image-slide-render
    for final
    page_<n>.png
    images
当用户请求完整的GPT图像幻灯片工作流时使用此技能,例如:
  • $gpt-image-slide
  • "根据这张参考幻灯片和报告生成幻灯片图像"
  • "使用GPT图像生成功能制作幻灯片集"
  • "运行完整的未来幻灯片图像工作流"
这是一个编排器。如果用户仅请求单个步骤,请使用对应的步骤技能:
  • 生成
    DESIGN.md
    使用
    $slide-design
  • 生成
    slide_plan.json
    使用
    $gpt-image-slide-plan
  • 生成
    slide_prompts.json
    使用
    $gpt-image-slide-prompt
  • 生成最终的
    page_<n>.png
    图像使用
    $gpt-image-slide-render

Required Sequence

必要执行顺序

Run these stages in order:
  1. Extract
    DESIGN.md
    from the reference slide image or visual reference.
  2. Build
    slide_plan.json
    from
    DESIGN.md
    , user files, and the deck request.
  3. Build
    slide_prompts.json
    from
    DESIGN.md
    and
    slide_plan.json
    .
  4. Render page images sequentially with Codex native image generation.
Do not skip ahead. Do not render before the prompt JSON exists.
按以下顺序执行这些阶段:
  1. 从参考幻灯片图像或视觉参考中提取
    DESIGN.md
  2. 根据
    DESIGN.md
    、用户文件和幻灯片集请求构建
    slide_plan.json
  3. 根据
    DESIGN.md
    slide_plan.json
    构建
    slide_prompts.json
  4. 使用Codex原生图像生成功能依次渲染页面图像。
请勿跳过任何步骤。在提示JSON生成完成前,不要进行渲染操作。

Output Contract

输出约定

The full workflow should leave these files in the workspace:
  • DESIGN.md
  • slide_plan.json
  • slide_prompts.json
  • page_1.png
    through
    page_N.png
完整工作流执行后,工作区中应包含以下文件:
  • DESIGN.md
  • slide_plan.json
  • slide_prompts.json
  • page_1.png
    page_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.
如果用户提及HTML、浏览器渲染幻灯片、可编辑网页幻灯片或从HTML导出,请改用
html-slide
系列技能。