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/workflows/outline-template.md
1# Xiaohongshu Outline Template23Template for generating infographic series outlines with layout specifications.45## File Naming67Outline files use strategy identifier in the name:8- `outline-strategy-a.md` - Story-driven variant9- `outline-strategy-b.md` - Information-dense variant10- `outline-strategy-c.md` - Visual-first variant11- `outline.md` - Final selected (copied from chosen variant)1213## Image File Naming1415Images use meaningful slugs for readability:16```17NN-{type}-[slug].png18NN-{type}-[slug].md (in prompts/)19```2021| Type | Usage |22|------|-------|23| `cover` | First image (cover) |24| `content` | Middle content images |25| `ending` | Last image |2627**Examples**:28- `01-cover-ai-tools.png`29- `02-content-why-ai.png`30- `03-content-chatgpt.png`31- `04-content-midjourney.png`32- `05-content-notion-ai.png`33- `06-ending-summary.png`3435**Slug rules**:36- Derived from image content (kebab-case)37- Must be unique within the series38- Keep short but descriptive (2-4 words)3940## Layout Selection Guide4142### Density-Based Layouts4344| Layout | When to Use | Info Points | Whitespace |45|--------|-------------|-------------|------------|46| sparse | Covers, quotes, impact statements | 1-2 | 60-70% |47| balanced | Standard content, tutorials | 3-4 | 40-50% |48| dense | Knowledge cards, cheat sheets | 5-8 | 20-30% |4950### Structure-Based Layouts5152| Layout | When to Use | Structure |53|--------|-------------|-----------|54| list | Rankings, checklists, steps | Numbered/bulleted vertical |55| comparison | Before/after, pros/cons | Left vs right split |56| flow | Processes, timelines | Connected nodes with arrows |5758### Position-Based Recommendations5960| Position | Recommended | Reasoning |61|----------|-------------|-----------|62| Cover | sparse | Maximum impact, clear title |63| Setup | balanced | Context without overwhelming |64| Core | balanced/dense/list | Match content density |65| Payoff | balanced/list | Clear takeaways |66| Ending | sparse | Clean CTA, memorable |6768## Outline Format6970```markdown71# Xiaohongshu Infographic Series Outline7273---74strategy: a # a, b, or c75name: Story-Driven76style: notion77default_layout: dense78image_count: 679generated: YYYY-MM-DD HH:mm80---8182## Image 1 of 68384**Position**: Cover85**Layout**: sparse86**Hook**: 打工人必看!87**Slug**: ai-tools88**Filename**: 01-cover-ai-tools.png8990**Text Content**:91- Title: 「5个AI神器让你效率翻倍」92- Subtitle: 亲测好用,建议收藏9394**Visual Concept**:95科技感背景,多个AI工具图标环绕,中心大标题,96霓虹蓝+深色背景,未来感十足9798**Swipe Hook**: 第一个就很强大👇99100---101102## Image 2 of 6103104**Position**: Content105**Layout**: balanced106**Core Message**: 为什么你需要AI工具107**Slug**: why-ai108**Filename**: 02-content-why-ai.png109110**Text Content**:111- Title: 「为什么要用AI?」112- Points:113- 重复工作自动化114- 创意辅助不卡壳115- 效率提升10倍116117**Visual Concept**:118对比图:左边疲惫打工人,右边轻松使用AI的人119科技线条装饰,简洁有力120121**Swipe Hook**: 接下来是具体工具推荐👇122123---124125## Image 3 of 6126127**Position**: Content128**Layout**: dense129**Core Message**: ChatGPT使用技巧130**Slug**: chatgpt131**Filename**: 03-content-chatgpt.png132133**Text Content**:134- Title: 「ChatGPT」135- Subtitle: 最强AI助手136- Points:137- 写文案:给出框架,秒出初稿138- 改文章:润色、翻译、总结139- 编程:写代码、找bug140- 学习:解释概念、出题练习141142**Visual Concept**:143ChatGPT logo居中,四周放射状展示功能点144深色科技背景,霓虹绿点缀145146**Swipe Hook**: 下一个更适合创意工作者👇147148---149150## Image 4 of 6151152**Position**: Content153**Layout**: dense154**Core Message**: Midjourney绘图155**Slug**: midjourney156**Filename**: 04-content-midjourney.png157158**Text Content**:159- Title: 「Midjourney」160- Subtitle: AI绘画神器161- Points:162- 输入描述,秒出图片163- 风格多样:写实/插画/3D164- 做封面、做头像、做素材165- 不会画画也能当设计师166167**Visual Concept**:168展示几张MJ生成的不同风格图片169画框/画布元素装饰170171**Swipe Hook**: 还有一个效率神器👇172173---174175## Image 5 of 6176177**Position**: Content178**Layout**: balanced179**Core Message**: Notion AI笔记180**Slug**: notion-ai181**Filename**: 05-content-notion-ai.png182183**Text Content**:184- Title: 「Notion AI」185- Subtitle: 智能笔记助手186- Points:187- 自动总结长文188- 头脑风暴出点子189- 整理会议记录190191**Visual Concept**:192Notion界面风格,简洁黑白配色193展示笔记整理前后对比194195**Swipe Hook**: 最后总结一下👇196197---198199## Image 6 of 6200201**Position**: Ending202**Layout**: sparse203**Core Message**: 总结与互动204**Slug**: summary205**Filename**: 06-ending-summary.png206207**Text Content**:208- Title: 「工具只是工具」209- Subtitle: 关键是用起来!210- CTA: 收藏备用 | 转发给需要的朋友211- Interaction: 你最常用哪个?评论区见👇212213**Visual Concept**:214简洁背景,大字标题215底部互动引导文字216收藏/分享图标217218---219```220221## Swipe Hook Strategies222223Each image should end with a hook for the next:224225| Strategy | Example |226|----------|---------|227| Teaser | "第一个就很强大👇" |228| Numbering | "接下来是第2个👇" |229| Superlative | "下一个更厉害👇" |230| Question | "猜猜下一个是什么?👇" |231| Promise | "最后一个最实用👇" |232| Urgency | "最重要的来了👇" |233234## Strategy Differentiation235236Three strategies should differ meaningfully:237238| Strategy | Focus | Structure | Page Count |239|----------|-------|-----------|------------|240| A: Story-Driven | Emotional, personal | Hook→Problem→Discovery→Experience→Conclusion | 4-6 |241| B: Information-Dense | Factual, structured | Core→Info Cards→Comparison→Recommendation | 3-5 |242| C: Visual-First | Atmospheric, minimal text | Hero→Details→Lifestyle→CTA | 3-4 |243244**Example for "AI工具推荐"**:245- `outline-strategy-a.md`: Warm + Balanced - Personal journey with AI246- `outline-strategy-b.md`: Notion + Dense - Knowledge card style247- `outline-strategy-c.md`: Minimal + Sparse - Sleek tech aesthetic248