From 478e66a93acd71844cee4ca2c28644619152d2ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Sun, 1 Feb 2026 02:14:06 -0600 Subject: [PATCH] docs(baoyu-infographic): clarify AskUserQuestion usage Emphasize combining multiple questions into single call. --- skills/baoyu-infographic/SKILL.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/skills/baoyu-infographic/SKILL.md b/skills/baoyu-infographic/SKILL.md index e7ad826..5e9dd0c 100644 --- a/skills/baoyu-infographic/SKILL.md +++ b/skills/baoyu-infographic/SKILL.md @@ -184,10 +184,15 @@ Recommend 3-5 layout×style combinations based on: ### Step 4: Confirm Options -Present all options in single confirmation: -1. **Combination** (always): 3+ options with rationale -2. **Aspect** (always): landscape/portrait/square -3. **Language** (only if source ≠ user language): which language for text +Use **single AskUserQuestion call** with multiple questions to confirm all options together: + +| Question | When | Options | +|----------|------|---------| +| **Combination** | Always | 3+ layout×style combos with rationale | +| **Aspect** | Always | landscape (16:9), portrait (9:16), square (1:1) | +| **Language** | Only if source ≠ user language | Language for text content | + +**Important**: Do NOT split into separate AskUserQuestion calls. Combine all applicable questions into one call. ### Step 5: Generate Prompt → `prompts/infographic.md`