From e87fd74e175506df7f4a9de575b68df4d98c4108 Mon Sep 17 00:00:00 2001 From: hetao Date: Wed, 11 Feb 2026 15:36:51 +0800 Subject: [PATCH] docs(ppt-generation): enforce sequential slide image generation Explicitly prohibit parallel image generation to ensure each slide can use the previous slide as a reference image for visual consistency. Co-Authored-By: Claude Sonnet 4.5 --- skills/public/ppt-generation/SKILL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/skills/public/ppt-generation/SKILL.md b/skills/public/ppt-generation/SKILL.md index 5ceb4ab..9583057 100644 --- a/skills/public/ppt-generation/SKILL.md +++ b/skills/public/ppt-generation/SKILL.md @@ -81,7 +81,7 @@ Create a JSON file in `/mnt/user-data/workspace/` with the presentation structur ### Step 3: Generate Slide Images Sequentially -**IMPORTANT**: Generate slides one by one, using the previous slide as a reference image to maintain visual consistency. +**IMPORTANT**: Generate slides **strictly one by one, in order**. Do NOT parallelize or batch image generation. Each slide depends on the previous slide's output as a reference image. Generating slides in parallel will break visual consistency and is not allowed. 1. Read the image-generation skill: `/mnt/skills/public/image-generation/SKILL.md` @@ -452,6 +452,7 @@ After generation: - ❌ Inconsistent colors between slides - always reference previous slide - ❌ Skipping the reference image parameter - this breaks visual consistency - ❌ Using different design styles within one presentation +- ❌ Generating slides in parallel - slides MUST be generated one at a time in order (slide 1 → 2 → 3 ...), never concurrently **Recommended Styles for Different Contexts:** - Tech product launch → `glassmorphism` or `gradient-modern`