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 <noreply@anthropic.com>
This commit is contained in:
hetao
2026-02-11 15:36:51 +08:00
parent 770d92fe36
commit e87fd74e17

View File

@@ -81,7 +81,7 @@ Create a JSON file in `/mnt/user-data/workspace/` with the presentation structur
### Step 3: Generate Slide Images Sequentially ### 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` 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 - ❌ Inconsistent colors between slides - always reference previous slide
- ❌ Skipping the reference image parameter - this breaks visual consistency - ❌ Skipping the reference image parameter - this breaks visual consistency
- ❌ Using different design styles within one presentation - ❌ 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:** **Recommended Styles for Different Contexts:**
- Tech product launch → `glassmorphism` or `gradient-modern` - Tech product launch → `glassmorphism` or `gradient-modern`