Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Generate Xiaohongshu (Little Red Book) infographic series with 11 styles and 8 layouts optimized for XHS engagement.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
references/confirmation.md
1# Confirmation Questions23Concrete option copy for Step 2 Smart Confirm. SKILL.md states which question to ask and when — this file supplies the verbatim options used in Claude Code. Other runtimes should adapt the wording to their native user-input tool while preserving intent.45## Step 2 — Smart Confirm Entry67Single-question confirmation presented right after the auto-recommended plan.89```yaml10header: Mode11question: How to proceed with the recommended plan?12options:13- label: 1. ✅ 确认,直接生成(推荐)14description: Trust auto-recommendation and proceed immediately15- label: 2. 🎛️ 自定义调整16description: Modify strategy/style/layout/count in one step17- label: 3. 📋 详细模式18description: Generate 3 outline variants, then choose (two confirmations)19```2021## Path B — Customize (Option 2)2223Batch these five questions. Leaving a field blank keeps the recommended value.2425```yaml26header: Style/Strategy27question: "Strategy + style. Current: {strategy} + {style}"28hint: |29Strategies: A Story-Driven (warm) | B Information-Dense (notion) | C Visual-First (screen-print)30Styles: cute / fresh / warm / bold / minimal / retro / pop / notion / chalkboard / study-notes / screen-print / sketch-notes31Presets: knowledge-card / checklist / tutorial / poster / hand-drawn-edu / ...32```3334```yaml35header: Layout36question: "Layout. Current: {layout}"37options: [sparse, balanced, dense, list, comparison, flow, mindmap, quadrant]38```3940```yaml41header: Palette42question: "Palette. Current: {palette or 默认}"43options: [默认, macaron, warm, neon]44```4546```yaml47header: Count48question: "Image count. Current: {N}"49hint: Range 2-1050```5152```yaml53header: Notes54question: Optional notes (selling-point emphasis, audience adjustment, color preference)55optional: true56```5758## Path C — Detailed Mode5960### Step 2a: Content Understanding6162Batch these questions.6364```yaml65header: SellingPoints66question: Core selling points (pick all that apply)67multiSelect: true68```6970```yaml71header: Audience72question: Target audience73```7475```yaml76header: Tone77question: Style preference78options:79- label: Authentic sharing80- label: Professional review81- label: Aesthetic mood82- label: Auto83```8485```yaml86header: Context87question: Additional context (optional)88optional: true89```9091### Step 2c: Outline & Style Selection9293Batch these three questions.9495```yaml96header: Strategy97question: Which outline strategy?98options:99- label: A — Story-Driven100- label: B — Information-Dense101- label: C — Visual-First102- label: Combine (specify pages from each)103```104105```yaml106header: Style107question: Visual style?108options:109- label: Use recommended110- label: Select preset111- label: Select style directly112- label: Custom description113```114115```yaml116header: Elements117question: Visual elements?118options:119- label: Use defaults (Recommended)120- label: Adjust background121- label: Adjust decorations122- label: Custom123```124125## Outline Variant Frontmatter126127Used by Path C when writing the three `outline-strategy-{a,b,c}.md` files. Each variant MUST have a different structure AND a different recommended style — include `style_reason` explaining why the style fits the strategy.128129```yaml130---131strategy: a # a | b | c132name: Story-Driven133style: warm # recommended style for this strategy134palette: ~ # optional: macaron | warm | neon | ~ (style default)135style_reason: "Warm tones enhance emotional storytelling and personal connection"136elements:137background: solid-pastel138decorations: [clouds, stars-sparkles]139emphasis: star-burst140typography: highlight141layout: balanced142image_count: 5143---144145## P1 Cover146**Type**: cover147**Hook**: "入冬后脸不干了🥹终于找到对的面霜"148**Visual**: Product hero shot with cozy winter atmosphere149**Layout**: sparse150151## P2 Problem152**Type**: pain-point153...154```155156Page-count heuristic: strategy A typically 4-6 pages, B typically 3-5, C typically 3-4.157