如何让AI生成风格一致的图片

This commit is contained in:
2026-04-19 06:16:59 +08:00
parent 861ba9d1f6
commit f433d42cbe
8 changed files with 762 additions and 10 deletions

View File

@@ -0,0 +1,657 @@
#ai #nano-banana #gemini #image #prompt-engineering
要让 Gemini 生成风格一致的 6 张图片,关键是在每张提示词中加入统一的风格锚定指令。核心方法:
---
## 建立"风格种子句"(每张必加)
在每个提示词开头加入完全相同的风格定义句:
You are generating an infographic card in a consistent chalkboard educational style.
Maintain these rules across ALL cards: dark green-black chalkboard background (#1C2B1C),
hand-drawn chalk white (#F5F5F5) text with imperfect sketchy lines, chalk dust texture,
wooden frame border, NO perfect geometric shapes, NO gradients.
Color palette: white, yellow (#FFE566), pink (#FF9999), blue (#66B3FF), green (#90EE90), orange (#FFB366).
Hand-drawn doodles: stars, arrows, checkmarks, circles.
Every element must look hand-drawn with chalk, like a real classroom chalkboard.
---
## 用"参考图"锁定风格(最强一致)
在 Gemini 的多轮对话中:
Step 1: 先生成 Card 1
Step 2: 后续每张开头加一句:
"Generate this card maintaining the exact same chalkboard style as the previous card —
same background texture, same chalk line quality, same color palette, same doodle elements."
或者更直接地把第一张图片作为参考图:
参考图:/path/to/card-1.png
请保持与参考图完全相同的风格生成 Card 2。
---
## 统一模板(每张卡片结构固定)
在每个提示词中使用相同的结构句式:
---
[CHALKBOARD STYLE SEED — DO NOT DEVIATE]
Background: #1C2B1C dark green-black chalkboard
Frame: wooden border with chalk dust
Lines: all hand-drawn, imperfect, sketchy
Colors: white #F5F5F5, yellow #FFE566, pink #FF9999, blue #66B3FF, green #90EE90, orange #FFB366
NO gradients, NO perfect shapes, NO digital-looking elements
[CARD LAYOUT]
- Title: [content] in large chalk white with colored underline
- Section: [content] with chalk [color] header
- Bullets: chalk white text with chalk colored markers
- Icon: hand-drawn chalk [description]
- Decorative: doodle [element] in corner
---
## 给 Gemini 的系统级指令(对话开头设定一次)
在对话最开始告诉 Gemini
生成规则(整个对话有效):
1. 所有图片统一使用 chalkboard 风格 — dark green-black (#1C2B1C) chalkboard 背景
2. 所有线条必须是手绘粉笔效果 — 边缘不规则、略有抖动
3. 颜色严格限制:白、黄、粉、蓝、绿、橙六色
4. 每张卡片必须有 wooden frame border 和 chalk dust 纹理
5. 禁止出现:渐变、完美几何形状、扁平数字感
6. 布局结构:标题→分区→要点→图标→装饰
7. 宽高比统一16:9
8. 6张卡片风格必须完全一致参考第一张的氛围
---
## 最简操作 — 用"风格锁死"写法
每个提示词末尾统一加这句:
⚠️ STYLE LOCK: This card MUST match all previous cards exactly.
Same background, same chalk texture, same color hex values, same hand-drawn quality.
Do not vary the style for any reason.
| 方法 | 一致性 | 操作复杂度 |
|------|--------|-----------|
| 每张加风格种子句 | ★★★★☆ | 低 |
| 参考图 + "保持一致" | ★★★★★ | 中(需保存中间图) |
| 统一模板结构 | ★★★★☆ | 低 |
| 系统级指令锁定 | ★★★★☆ | 低(一次) |
| 以上全部组合 | ★★★★★ | 中高 |
推荐组合: 方法 1 + 3 + 5每张提示词开头加种子句、结尾加 STYLE LOCK中间用统一模板。这样 Gemini 不论哪张先生成、哪张后生成,风格锚点都完全一致。
---
## SYSTEM PROMPT (Set this once at the start of the Gemini session)
```
You are an infographic generation assistant. Your job is to create 6 chalkboard-style
infographic cards that form a complete visual guide.
== GLOBAL STYLE RULES (apply to EVERY card, no exceptions) ==
Background:
- Dark green-black chalkboard: #1C2B1C
- Realistic chalkboard texture with subtle scratches, dust particles, faint eraser smudge marks
- Wooden frame border on all cards (hand-drawn wood grain lines in chalk brown/tan)
- NO gradients, NO perfect geometric shapes, NO photorealistic elements
Chalk Lines & Quality:
- ALL lines must be hand-drawn, imperfect, sketchy — slight wobble and variation
- Lines should look like real white/colored chalk on a blackboard
- NO clean digital vectors, NO sharp vector paths
Color Palette (strict — use ONLY these exact hex values):
- Chalk White: #F5F5F5 (main text, outlines)
- Chalk Yellow: #FFE566 (highlights, emphasis, underlines)
- Chalk Pink: #FF9999 (secondary highlights, icons)
- Chalk Blue: #66B3FF (diagrams, technical elements)
- Chalk Green: #90EE90 (success, nature, positive)
- Chalk Orange: #FFB366 (warnings, energy)
- Frame Brown: #8B6914 (wooden frame, hand-drawn)
Doodles & Decorative Elements:
- Small hand-drawn stars (5-7 points, imperfect)
- Hand-drawn underlines (slightly wavy)
- Hand-drawn arrows (sketchy shaft + arrowhead)
- Hand-drawn circles/ovals around key terms
- Hand-drawn checkmarks
- Scattered chalk dust particles near bottom/sides
Typography:
- All text hand-drawn chalk lettering style
- Imperfect baseline (letters slightly off horizontal)
- Mix of uppercase headers and lowercase body text for authenticity
- Visible chalk texture on letters
== CARD STRUCTURE (identical for all 6 cards) ==
Each card follows this layout:
┌──────────────────────────────────────────┐
│ [WOODEN FRAME BORDER] │
│ ┌────────────────────────────────────┐ │
│ │ CARD TITLE (large, chalk white) │ │
│ │ ~~underlined with accent color~~ │ │
│ ├────────────────────────────────────┤ │
│ │ [SECTION 1] │ [SECTION 2 if any] │ │
│ │ Header color │ │ │
│ │ Bullets │ │ │
│ │ Icon │ │ │
│ ├────────────────────────────────────┤ │
│ │ [Additional sections as needed] │ │
│ │ [Decorative doodles in corners] │ │
│ └────────────────────────────────────┘ │
└──────────────────────────────────────────┘
== CONSISTENCY RULES ==
1. Generate Card 1 first, send it to me
2. For Card 26, EXPLICITLY include this instruction:
"Follow the exact same chalkboard style as the previous card —
same background #1C2B1C, same chalk dust texture, same hand-drawn
line quality, same color hex values (#F5F5F5, #FFE566, #FF9999,
#66B3FF, #90EE90, #FFB366), same wooden frame border, same doodle
elements. Do NOT deviate from this style."
3. Aspect ratio: 16:9 for all cards
4. Each card should visually "belong" to the same set
== HOW TO USE THESE PROMPTS ==
1. Copy the SYSTEM PROMPT above and paste it at the start of your Gemini session
2. Then copy Prompt 1 and send it to Gemini Image Gen (Card 1)
3. Once Card 1 is generated, copy Prompt 2 but FIRST include the STYLE LOCK BLOCK
4. Repeat for all 6 cards, always referencing the previous card's style
5. Review each generated image: if chalk line quality or colors deviate,
regenerate with stronger style enforcement
```
---
## STYLE LOCK BLOCK (Prepend this to Prompts 26)
```
== STYLE LOCK — MANDATORY ==
This card MUST follow the EXACT same chalkboard style as the previously
generated card. Do not deviate.
Checklist — verify these match the previous card BEFORE generating:
□ Background color: #1C2B1C (dark green-black chalkboard)
□ Chalk texture: subtle scratches, dust, eraser smudges
□ Line quality: hand-drawn, imperfect, sketchy wobble — NO perfect vectors
□ Color hex values: #F5F5F5 (white), #FFE566 (yellow), #FF9999 (pink),
#66B3FF (blue), #90EE90 (green), #FFB366 (orange)
□ Frame: wooden border with hand-drawn wood grain
□ Doodles: stars, underlines, arrows, circles — all chalk-drawn
□ Typography: chalk lettering, imperfect baseline, chalk texture on letters
If ANY element does not match, regenerate with corrections.
```
---
## CARD 1 — Saleable & Security
```
== STYLE LOCK — MANDATORY ==
This card MUST follow the EXACT same chalkboard style as the previously
generated card. Do not deviate.
Checklist — verify these match the previous card BEFORE generating:
□ Background color: #1C2B1C (dark green-black chalkboard)
□ Chalk texture: subtle scratches, dust, eraser smudges
□ Line quality: hand-drawn, imperfect, sketchy wobble — NO perfect vectors
□ Color hex values: #F5F5F5 (white), #FFE566 (yellow), #FF9999 (pink),
#66B3FF (blue), #90EE90 (green), #FFB366 (orange)
□ Frame: wooden border with hand-drawn wood grain
□ Doodles: stars, underlines, arrows, circles — all chalk-drawn
□ Typography: chalk lettering, imperfect baseline, chalk texture on letters
If ANY element does not match, regenerate with corrections.
---
INFOGRAPHIC CARD 1: Saleable & Security
Create a single infographic card in chalkboard style with a dark green-black
background (#1C2B1C), realistic chalk dust texture, subtle eraser smudge marks,
and a wooden frame border with hand-drawn wood grain lines.
Card is 16:9 aspect ratio. All elements must look hand-drawn with real chalk —
imperfect sketchy lines, slight wobble, no clean vectors.
TITLE SECTION:
- "Saleable & Security" in large hand-drawn chalk white (#F5F5F5) uppercase
lettering, centered at top
- Double underline in chalk yellow (#FFE566), slightly wavy hand-drawn lines
- Small hand-drawn star doodles on each side of the title
TWO-COLUMN LAYOUT below title:
LEFT COLUMN — "Saleable" (header in chalk pink #FF9999, hand-drawn rectangle bar):
• Complete product definition in Control Tower
• SKUs clearly defined
• License generation strategy complete
Bullet markers: small chalk pink circles
Icon: hand-drawn chalk sketch of a product box with a small price tag label,
in chalk yellow on white outline
RIGHT COLUMN — "Security" (header in chalk blue #66B3FF, hand-drawn rectangle bar):
• Application self-defensibility capability
• WAF rules to protect cloud apps
• Defend against incorrect usage (accidental & purposeful)
Bullet markers: small chalk blue circles
Icon: hand-drawn chalk shield with a simple checkmark inside, outline in
chalk white, fill in semi-transparent chalk blue
FOOTER DECORATION:
- A hand-drawn chalk dividing line across the card width
- Two small doodle checkmarks at bottom right in chalk green (#90EE90)
- Scattered chalk dust particles along the bottom edge
NO gradients, NO sharp geometric shapes, NO flat digital icons.
```
![[IMG-20260418172056603.png]]
---
## CARD 2 — Cloud Deployment & Configuration
```
== STYLE LOCK — MANDATORY ==
This card MUST follow the EXACT same chalkboard style as the previously
generated card. Do not deviate.
Checklist — verify these match the previous card BEFORE generating:
□ Background color: #1C2B1C (dark green-black chalkboard)
□ Chalk texture: subtle scratches, dust, eraser smudges
□ Line quality: hand-drawn, imperfect, sketchy wobble — NO perfect vectors
□ Color hex values: #F5F5F5 (white), #FFE566 (yellow), #FF9999 (pink),
#66B3FF (blue), #90EE90 (green), #FFB366 (orange)
□ Frame: wooden border with hand-drawn wood grain
□ Doodles: stars, underlines, arrows, circles — all chalk-drawn
□ Typography: chalk lettering, imperfect baseline, chalk texture on letters
If ANY element does not match, regenerate with corrections.
---
INFOGRAPHIC CARD 2: Cloud Deployment & Configuration
Create a single infographic card in chalkboard style with a dark green-black
background (#1A1A1A), realistic chalk dust texture, subtle eraser smudge marks,
and a wooden frame border with hand-drawn wood grain lines.
Card is 16:9 aspect ratio. All elements must look hand-drawn with real chalk —
imperfect sketchy lines, slight wobble, no clean vectors.
TITLE SECTION:
- "Cloud Deployment & Configuration" in large hand-drawn chalk white (#F5F5F5)
uppercase lettering, centered at top
- Underline in chalk green (#90EE90), hand-drawn wavy line
- Small star doodle on left side of title
MAIN CONTENT AREA:
Header bar: "Deployment Requirements" in chalk blue (#66B3FF) hand-drawn
rectangle
Bullet list (chalk white text, chalk yellow bullet markers):
✔ Fully automated cloud platform deployment
✔ Web / API enabled configuration management
✔ All feature & functional configs through API interface
✔ Tenant capability enablement
Sub-section header: "Configuration Management" in chalk pink (#FF9999)
HAND-DRAWN FLOWCHART (center of card):
Three chalk blue boxes connected by sketchy chalk arrows:
[Cloud Platform] --arrow--> [API Gateway] --arrow--> [Tenant Config]
Each box: hand-drawn rectangle with slightly wavy edges, white #F5F5F5 outline
Text inside boxes: chalk white
Arrows: hand-drawn with slight wobble, chalk blue
ADDITIONAL ELEMENT:
Hand-drawn stick figure engineer icon (simple, chalk white) on the right side
holding a small chalk-drawn tablet/device
CORNER DOODLES:
- Top right: small hand-drawn cloud shape labeled "SaaS" in chalk orange (#FFB366)
- Bottom left: chalk pink circle with "API" text inside
- Scattered chalk dust particles near the wooden frame
NO gradients, NO sharp geometry, NO digital-looking elements.
```
![[IMG-20260418172056677.png]]
---
## CARD 3 — HA & Self Recovery
```
== STYLE LOCK — MANDATORY ==
This card MUST follow the EXACT same chalkboard style as the previously
generated card. Do not deviate.
Checklist — verify these match the previous card BEFORE generating:
□ Background color: #1C2B1C (dark green-black chalkboard)
□ Chalk texture: subtle scratches, dust, eraser smudges
□ Line quality: hand-drawn, imperfect, sketchy wobble — NO perfect vectors
□ Color hex values: #F5F5F5 (white), #FFE566 (yellow), #FF9999 (pink),
#66B3FF (blue), #90EE90 (green), #FFB366 (orange)
□ Frame: wooden border with hand-drawn wood grain
□ Doodles: stars, underlines, arrows, circles — all chalk-drawn
□ Typography: chalk lettering, imperfect baseline, chalk texture on letters
If ANY element does not match, regenerate with corrections.
---
INFOGRAPHIC CARD 3: HA & Self Recovery
Create a single infographic card in chalkboard style with a dark green-black
background (#1C2B1C), realistic chalk dust texture, subtle eraser smudge marks,
and a wooden frame border with hand-drawn wood grain lines.
Card is 16:9 aspect ratio. All elements must look hand-drawn with real chalk —
imperfect sketchy lines, slight wobble, no clean vectors.
TITLE SECTION:
- "HA & Self Recovery" in large hand-drawn chalk white (#F5F5F5) uppercase
lettering
- Double underline in chalk yellow (#FFE566), wavy hand-drawn lines
- Small chalk yellow star doodles flanking the title
THREE-COLUMN GRID LAYOUT:
COLUMN 1 — "HA" (header: chalk blue #66B3FF in hand-drawn rectangle):
Icon: Three small chalk white server boxes connected by hand-drawn
chalk blue lines (triangle topology)
Bullet: High Availability architecture
Bullet: Load Balancing configured
COLUMN 2 — "Fault Tolerance" (header: chalk pink #FF9999 in hand-drawn rectangle):
Icon: Hand-drawn chalk shield with a bold chalk checkmark in chalk green
Bullet: App survives machine restart
Bullet: Node functionality auto-restores
COLUMN 3 — "Self Recovery" (header: chalk green #90EE90 in hand-drawn rectangle):
Icon: Circular arrow (hand-drawn) in chalk yellow showing recovery cycle
Bullet: DB / File System auto-restores
Bullet: No app restart needed after connectivity issue
Bullet: Problem documented in logs
BOTTOM RECOVERY CYCLE DIAGRAM:
Hand-drawn circular flowchart in the lower half:
FAULT --> DETECT --> AUTO-RECOVER --> MONITOR
Chalk white boxes with #66B3FF outlines connected by sketchy #FFE566 arrows.
Each arrow has a small hand-drawn arrowhead.
Cycle arrows connecting back from MONITOR to FAULT in chalk pink.
DECORATIVE:
- Chalk orange (#FFB366) wavy underline under "Self Recovery"
- Small doodle lightning bolt near the cycle diagram
- Chalk dust particles near the wooden frame border
NO gradients, NO sharp geometry, NO perfect circles. All hand-drawn chalk style.
```
![[IMG-20260418172056741.png]]
---
## CARD 4 — Upgrade & Patch
```
== STYLE LOCK — MANDATORY ==
This card MUST follow the EXACT same chalkboard style as the previously
generated card. Do not deviate.
Checklist — verify these match the previous card BEFORE generating:
□ Background color: #1C2B1C (dark green-black chalkboard)
□ Chalk texture: subtle scratches, dust, eraser smudges
□ Line quality: hand-drawn, imperfect, sketchy wobble — NO perfect vectors
□ Color hex values: #F5F5F5 (white), #FFE566 (yellow), #FF9999 (pink),
#66B3FF (blue), #90EE90 (green), #FFB366 (orange)
□ Frame: wooden border with hand-drawn wood grain
□ Doodles: stars, underlines, arrows, circles — all chalk-drawn
□ Typography: chalk lettering, imperfect baseline, chalk texture on letters
If ANY element does not match, regenerate with corrections.
---
INFOGRAPHIC CARD 4: Upgrade & Patch
Create a single infographic card in chalkboard style with a dark green-black
background (#1A1A1A), realistic chalk dust texture, subtle eraser smudge marks,
and a wooden frame border with hand-drawn wood grain lines.
Card is 16:9 aspect ratio. All elements must look hand-drawn with real chalk —
imperfect sketchy lines, slight wobble, no clean vectors.
TITLE SECTION:
- "Upgrade & Patch" in large hand-drawn chalk white (#F5F5F5) uppercase
lettering, centered
- Underline in chalk blue (#66B3FF), wavy hand-drawn line
- Small chalk yellow star doodles flanking the title
LEFT SIDE — Key Principles (larger section, 60% width):
Header bar: "Maintainability" in chalk pink (#FF9999) hand-drawn rectangle
Numbered list with hand-drawn chalk numbers (1, 2, 3, 4) in chalk yellow:
1. Standard & predictable upgrade process
2. Backward compatibility across 2+ releases
3. Maintenance activities occur online
4. Functions changed in a standard, predictable manner
Side annotation in chalk orange (#FFB366):
"⚠ Keep backward compatible!"
with a hand-drawn wavy underline
RIGHT SIDE — Visual Element (40% width):
VERTICAL STEP DIAGRAM showing upgrade staircase:
[v1.0] --> [v2.0] --> [v3.0] --> [vN]
Each version box: chalk white #F5F5F5 hand-drawn rectangle with slight wobble
Upward chalk green (#90EE90) arrow pointing from each step to the next
Small label below each box: "release N" in chalk white
Small hand-drawn tool icon at the bottom right:
A chalk wrench (imperfect lines) in chalk yellow
BOTTOM DECORATIVE ELEMENTS:
- A hand-drawn chalk horizontal dividing line
- Two doodle checkmarks in chalk green (#90EE90)
- Chalk dust particles scattered at the bottom frame edge
- A small doodle arrow circling back (representing backward compatibility)
NO gradients, NO sharp geometric shapes, NO flat digital icons.
All elements chalk-drawn with authentic imperfect sketch quality.
```
![[IMG-20260418172056804.png]]
---
## CARD 5 — Backup & Restore + Documentation
```
== STYLE LOCK — MANDATORY ==
This card MUST follow the EXACT same chalkboard style as the previously
generated card. Do not deviate.
Checklist — verify these match the previous card BEFORE generating:
□ Background color: #1C2B1C (dark green-black chalkboard)
□ Chalk texture: subtle scratches, dust, eraser smudges
□ Line quality: hand-drawn, imperfect, sketchy wobble — NO perfect vectors
□ Color hex values: #F5F5F5 (white), #FFE566 (yellow), #FF9999 (pink),
#66B3FF (blue), #90EE90 (green), #FFB366 (orange)
□ Frame: wooden border with hand-drawn wood grain
□ Doodles: stars, underlines, arrows, circles — all chalk-drawn
□ Typography: chalk lettering, imperfect baseline, chalk texture on letters
If ANY element does not match, regenerate with corrections.
---
INFOGRAPHIC CARD 5: Backup & Restore + Documentation
Create a single infographic card in chalkboard style with a dark green-black
background (#1C2B1C), realistic chalk dust texture, subtle eraser smudge marks,
and a wooden frame border with hand-drawn wood grain lines.
Card is 16:9 aspect ratio. All elements must look hand-drawn with real chalk —
imperfect sketchy lines, slight wobble, no clean vectors.
TITLE SECTION:
- "Backup & Documentation" in large hand-drawn chalk white (#F5F5F5)
uppercase lettering, centered
- Underline in chalk yellow (#FFE566), wavy hand-drawn double line
- Chalk pink star doodles on both sides of the title
TWO-SECTION VERTICAL LAYOUT:
SECTION 1 — TOP HALF: "Backup & Restore"
Header bar: chalk yellow (#FFE566) hand-drawn rectangle with text in chalk white
Icon on right: Hand-drawn chalk bucket pouring data streams into a
chalk blue shield (representing backup protection)
Bullets (chalk white text, chalk yellow bullet markers):
✔ Complete data backup & recovery solution
✔ Well-documented backup procedures
✔ Recovery procedures validated and tested
✔ Backup validated through testing cycles
SECTION 2 — BOTTOM HALF: "Documentation"
Header bar: chalk pink (#FF9999) hand-drawn rectangle with text in chalk white
Icon on right: Hand-drawn open book with visible pages, chalk white outline
Bullets (chalk white text, chalk pink bullet markers):
✔ Customer-facing documentation portal
✔ Internal docs: deployment, upgrade, sizing guides
✔ Backend integration & API documentation
✔ Troubleshooting guide & affected functionality docs
CENTER DIVIDER:
Thin hand-drawn chalk white horizontal line separating the two sections
with a small hand-drawn circle doodle at the center of the line
CORNER DECORATIONS:
- Top right: small doodle document/page icon in chalk blue
- Bottom left: small doodle lock icon (representing backup security)
in chalk orange
- Chalk dust particles along the bottom wooden frame
NO gradients, NO perfect shapes, NO digital icons. All chalk-drawn.
```
![[IMG-20260418172056876.png]]
---
## CARD 6 — Observability & Service Management
```
== STYLE LOCK — MANDATORY ==
This card MUST follow the EXACT same chalkboard style as the previously
generated card. Do not deviate.
Checklist — verify these match the previous card BEFORE generating:
□ Background color: #1C2B1C (dark green-black chalkboard)
□ Chalk texture: subtle scratches, dust, eraser smudges
□ Line quality: hand-drawn, imperfect, sketchy wobble — NO perfect vectors
□ Color hex values: #F5F5F5 (white), #FFE566 (yellow), #FF9999 (pink),
#66B3FF (blue), #90EE90 (green), #FFB366 (orange)
□ Frame: wooden border with hand-drawn wood grain
□ Doodles: stars, underlines, arrows, circles — all chalk-drawn
□ Typography: chalk lettering, imperfect baseline, chalk texture on letters
If ANY element does not match, regenerate with corrections.
---
INFOGRAPHIC CARD 6: Observability & Service Management
Create a single infographic card in chalkboard style with a dark green-black
background (#1A1A1A), realistic chalk dust texture, subtle eraser smudge marks,
and a wooden frame border with hand-drawn wood grain lines.
Card is 16:9 aspect ratio. All elements must look hand-drawn with real chalk —
imperfect sketchy lines, slight wobble, no clean vectors.
TITLE SECTION:
- "Observability & Service Management" in large hand-drawn chalk white
(#F5F5F5) uppercase lettering, centered
- Underline in chalk blue (#66B3FF), wavy hand-drawn double line
- Chalk yellow star doodles flanking the title
THREE-ROW VERTICAL LAYOUT:
ROW 1 — "Monitoring" (header bar: chalk blue #66B3FF, hand-drawn rectangle):
Left side bullets (chalk white text):
• App health exposed: node / component / farm / tenant / integration
• APM / BPM for SLA calculation
• Runbooks for NOC / Ops resolution
Right side icon: Hand-drawn chalk dashboard panel with three
sketchy chart lines in chalk yellow, chalk blue, chalk pink
Bullet markers: small chalk blue circles
ROW 2 — "Performance & Capacity" (header bar: chalk green #90EE90, hand-drawn rectangle):
Left side bullets (chalk white text):
• Metrics: users / transactions / requests per farm
• Tenant capacity & footprint measured
• Tableau / Power BI usage reporting
Right side icon: Hand-drawn chalk bar chart with 3 vertical bars
(yellow, pink, green) with sketchy axis lines
Bullet markers: small chalk green circles
ROW 3 — "Service Management" (header bar: chalk pink #FF9999, hand-drawn rectangle):
Left side bullets (chalk white text):
• Service catalog for SaaS Ops team
• Customer-oriented service offerings defined
• Complete service scope documentation
Right side icon: Hand-drawn chalk checklist with 3 checked boxes
Bullet markers: small chalk pink circles
ROW DIVIDERS:
Thin sketchy chalk white horizontal lines between each row
Small hand-drawn doodle dots at the intersection of divider lines
BOTTOM DECORATIVE ELEMENTS:
- Three small doodle checkmarks in chalk green (#90EE90) near the bottom
- A chalk orange wavy underline below the final row
- Chalk dust particles along the bottom frame
- Small star doodles in top corners
NO gradients, NO sharp geometry, NO flat digital icons.
All chalk-drawn with authentic imperfect sketch quality.
```
![[IMG-20260418172056949.png]]
---
## How to Use This File
```
SEQUENCE:
1. Gemini session start → paste the SYSTEM PROMPT
2. Send CARD 1 prompt → receive Card 1 image
3. Paste CARD 2 prompt (it includes STYLE LOCK BLOCK) → receive Card 2
4. Repeat for Cards 36
VERIFICATION after each card:
- Does background look like #1C2B1C dark green-black chalkboard? ✓/✗
- Do all lines look hand-drawn/sketchy? ✓/✗
- Are colors using the exact hex values? ✓/✗
- Is there a wooden frame border? ✓/✗
- Are doodles (stars, underlines, arrows) hand-drawn? ✓/✗
- Does it match the previous card visually? ✓/✗
If any check fails → regenerate with stronger style enforcement.
```