@danhachuel/thunderbolt 0.2.49 → 0.2.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,336 @@
1
+ # AI Tells: Complete Detection Guide
2
+
3
+ This reference catalogs patterns that signal AI-generated content. Use during the humanization pass to hunt and eliminate.
4
+
5
+ ## Transition Phrases
6
+
7
+ These phrases scream "ChatGPT wrote this":
8
+
9
+ | AI Tell | Human Alternative |
10
+ |---------|-------------------|
11
+ | "Here's the wild part:" | [Just state it directly] |
12
+ | "Here's the thing:" | [Remove entirely] |
13
+ | "Let's dive in" | [Start with substance] |
14
+ | "But here's the kicker:" | [Direct statement] |
15
+ | "Here's what's interesting:" | [Remove, let interest emerge] |
16
+ | "The key takeaway is:" | [Integrate into flow] |
17
+ | "What's fascinating is:" | [Remove fascination claims] |
18
+ | "Buckle up" | [Never use this] |
19
+ | "Let me explain" | [Just explain] |
20
+ | "First things first" | [Start with the first thing] |
21
+
22
+ ## Enthusiasm Tells
23
+
24
+ AI compensates for lack of genuine insight with enthusiasm. Remove:
25
+
26
+ - "I'm excited to share"
27
+ - "This is a game-changer"
28
+ - "Revolutionary"
29
+ - "Groundbreaking"
30
+ - "Transformative"
31
+ - "Mind-blowing"
32
+ - "Incredible"
33
+ - "Amazing"
34
+ - "Powerful" (when describing concepts)
35
+ - "Leveraging the power of"
36
+
37
+ **Rule:** If you have to tell readers something is exciting, it isn't.
38
+
39
+ ## Structure Tells
40
+
41
+ AI defaults to rigid organization:
42
+
43
+ - "First... Second... Third... Finally..."
44
+ - Numbered lists for prose content
45
+ - "In conclusion"
46
+ - "To summarize"
47
+ - "Let's break this down"
48
+ - "There are X key points"
49
+ - Excessive bullet points
50
+ - Headers for every paragraph
51
+
52
+ **Human pattern:** Prose flows. Structure serves meaning, not vice versa.
53
+
54
+ ## Corporate Speak
55
+
56
+ AI training on corporate documents creates these:
57
+
58
+ | AI Term | Human Alternative |
59
+ |---------|-------------------|
60
+ | "Leverage" | use |
61
+ | "Utilize" | use |
62
+ | "Implement" | build, try, do |
63
+ | "Facilitate" | help, enable |
64
+ | "Optimize" | improve |
65
+ | "Streamline" | simplify |
66
+ | "Robust" | strong, solid |
67
+ | "Scalable" | grows, handles more |
68
+ | "Ecosystem" | system, tools |
69
+ | "Synergy" | [delete word entirely] |
70
+ | "Best practices" | what works |
71
+ | "Moving forward" | next |
72
+ | "At the end of the day" | [remove] |
73
+ | "Touch base" | talk, check in |
74
+ | "Deep dive" | look closely, examine |
75
+
76
+ ## Engagement Bait
77
+
78
+ Phrases that signal "I was trained to generate engagement":
79
+
80
+ - "Change my mind"
81
+ - "What do you think?"
82
+ - "Let me know in the comments"
83
+ - "Drop a 🔥 if you agree"
84
+ - "Share if this resonated"
85
+ - "Tag someone who needs this"
86
+ - "Agree or disagree?"
87
+ - "Am I the only one who thinks..."
88
+
89
+ **Better approach:** End with a strong statement or actionable command.
90
+
91
+ ## Hedging Patterns
92
+
93
+ AI over-hedges to seem balanced:
94
+
95
+ - "It's worth noting that..."
96
+ - "That being said..."
97
+ - "On the other hand..."
98
+ - "While this isn't for everyone..."
99
+ - "Your mileage may vary"
100
+ - "Of course, there are exceptions"
101
+ - "To be fair..."
102
+
103
+ **When to hedge:** Only when the nuance genuinely matters.
104
+
105
+ ## Filler Phrases
106
+
107
+ Padding that adds no meaning:
108
+
109
+ - "It goes without saying"
110
+ - "Needless to say"
111
+ - "As we all know"
112
+ - "At the core"
113
+ - "Fundamentally"
114
+ - "Essentially"
115
+ - "Basically"
116
+ - "In essence"
117
+ - "When it comes to"
118
+ - "In terms of"
119
+ - "As a matter of fact"
120
+
121
+ **Rule:** If you can remove it and lose nothing, remove it.
122
+
123
+ ## Meta-Commentary
124
+
125
+ AI explains what it's doing:
126
+
127
+ - "I'll explain how..."
128
+ - "Let me walk you through..."
129
+ - "Here's a breakdown of..."
130
+ - "This post will cover..."
131
+ - "In this thread, I'll..."
132
+ - "I want to share..."
133
+
134
+ **Human pattern:** Just do the thing. Don't announce it.
135
+
136
+ ## Emoji Overuse
137
+
138
+ AI-generated social content often:
139
+
140
+ - Uses emojis as bullet points
141
+ - Starts every line with an emoji
142
+ - Uses 🚀 and 💡 and 🔥 excessively
143
+ - Treats emojis as punctuation
144
+
145
+ **Human pattern:** Emojis are seasoning, not the main dish. 0-2 per post max on most platforms.
146
+
147
+ ## The "Sounds Smart" Trap
148
+
149
+ Phrases AI uses to seem intellectual:
150
+
151
+ - "paradigm shift"
152
+ - "framework for thinking about"
153
+ - "mental model"
154
+ - "first principles"
155
+ - "unlock"
156
+ - "supercharge"
157
+ - "10x"
158
+ - "level up"
159
+
160
+ **When acceptable:** Only when the concept genuinely fits and you're not using it as a crutch.
161
+
162
+ ## Detection Heuristic
163
+
164
+ Read your content aloud. If you wouldn't say it to a friend at a bar, rewrite it.
165
+
166
+ **Bar test examples:**
167
+
168
+ ❌ "I'm excited to share a revolutionary framework that leverages AI to optimize your workflow. Here's the thing: traditional approaches are fundamentally flawed. Let me break this down..."
169
+
170
+ ✅ "So there's this technique where you make AI argue with itself before accepting an answer. Used to need like twelve different models to pull off. Now one model does it all. Way better results."
171
+
172
+ ## Humanization Checklist
173
+
174
+ Before publishing, verify:
175
+
176
+ - [ ] No transition tells in first paragraph
177
+ - [ ] No enthusiasm adjectives
178
+ - [ ] No corporate verbs
179
+ - [ ] No engagement bait closer
180
+ - [ ] No meta-commentary about what you're sharing
181
+ - [ ] No excessive structure/numbering
182
+ - [ ] Passes the bar test
183
+ - [ ] Would not embarrass you if read aloud
184
+
185
+ ---
186
+
187
+ ## Platform-Specific AI Tells
188
+
189
+ ### TikTok/Reels Tells
190
+ - ❌ "Wait for it..." (overused hook pattern)
191
+ - ❌ "You won't believe..." (dated clickbait)
192
+ - ❌ Starting with "So..." as opener
193
+ - ❌ Excessive trending sound usage without relevance
194
+ - ✅ Immediate visual hook
195
+ - ✅ First 1-3 seconds must capture
196
+
197
+ ### LinkedIn Tells
198
+ - ❌ "I'm proud to announce..."
199
+ - ❌ "Excited to share that..."
200
+ - ❌ Hashtag stuffing (#Success #Leadership #Growth)
201
+ - ❌ "Agree?" as closer
202
+ - ✅ Personal story opener
203
+ - ✅ Contrarian framing
204
+
205
+ ### Reddit Tells
206
+ - ❌ "I thought I'd share..."
207
+ - ❌ "Just wanted to say..."
208
+ - ❌ "Edit: Thanks for the awards!"
209
+ - ❌ Cross-posting identical titles
210
+ - ✅ Subreddit voice matching
211
+ - ✅ Community-specific jargon
212
+
213
+ ### Email Subject Tells
214
+ - ❌ "Quick question" (when it's not)
215
+ - ❌ "Don't miss this!" (generic urgency)
216
+ - ❌ ALL CAPS words
217
+ - ❌ Excessive emojis 🚀🔥💡
218
+ - ✅ Personalization that's genuine
219
+ - ✅ Specific curiosity gaps
220
+
221
+ ---
222
+
223
+ ## Video Script AI Tells
224
+
225
+ ### Opener Tells
226
+ - ❌ "Hey everyone, welcome back to the channel"
227
+ - ❌ "Before we get started, make sure to like and subscribe"
228
+ - ❌ "In today's video, we're going to talk about..."
229
+ - ✅ Jump straight to the hook
230
+ - ✅ Pattern interrupt in first 2 seconds
231
+
232
+ ### Mid-Video Tells
233
+ - ❌ "So without further ado, let's dive in"
234
+ - ❌ "Now, here's where it gets interesting"
235
+ - ❌ "Let me break this down for you"
236
+ - ✅ Deliver value immediately
237
+ - ✅ Natural transitions through content flow
238
+
239
+ ### Outro Tells
240
+ - ❌ "Let me know in the comments what you think"
241
+ - ❌ "If you enjoyed this video, don't forget to..."
242
+ - ❌ "See you in the next one!"
243
+ - ✅ Strong declarative closer
244
+ - ✅ Callback to opening hook
245
+
246
+ ---
247
+
248
+ ## Thumbnail Text Tells
249
+
250
+ ### Overused Phrases
251
+ - ❌ "SHOCKING" / "INSANE" / "UNBELIEVABLE"
252
+ - ❌ "YOU NEED TO SEE THIS"
253
+ - ❌ "WATCH BEFORE IT'S DELETED"
254
+ - ❌ Multiple exclamation points!!!
255
+ - ✅ 3-4 word maximum
256
+ - ✅ Specific numbers or outcomes
257
+
258
+ ### Typography Tells
259
+ - ❌ Comic Sans or decorative fonts
260
+ - ❌ Multiple font styles in one thumbnail
261
+ - ❌ Text that repeats the title exactly
262
+ - ❌ Small text that's illegible on mobile
263
+ - ✅ Bold, sans-serif fonts only
264
+ - ✅ High contrast with background
265
+
266
+ ---
267
+
268
+ ## The Complete Detection Heuristic
269
+
270
+ **For text content:** Read aloud. Would you say this to a friend at a bar?
271
+
272
+ **For video content:** Watch muted first 3 seconds. Would you stop scrolling?
273
+
274
+ **For thumbnails:** View at 100px width. Is the message still clear?
275
+
276
+ **For titles:** Remove your topic. Does the structure still feel generic?
277
+
278
+ ---
279
+
280
+ ## Punctuation Antipatterns (2024-2025)
281
+
282
+ > **Research basis:** Cambridge University 2024, Originality.ai detection data. For the full comprehensive list, see the **humanize-writing** skill's `references/ai-vocabulary-list.md`.
283
+
284
+ ### Em-Dash Overuse
285
+ AI (especially ChatGPT) overuses long dashes — like this — to add dramatic pauses.
286
+ - **Threshold:** Max 1 per 500 words
287
+ - **Fix:** Use commas or restructure
288
+
289
+ ### Paragraph Starters
290
+ AI starts paragraphs with these + comma:
291
+ - ❌ "However, ..."
292
+ - ❌ "Moreover, ..."
293
+ - ❌ "Overall, ..."
294
+ - ❌ "Furthermore, ..."
295
+ - ❌ "Importantly, ..."
296
+ - ✅ Integrate contrast mid-sentence or delete
297
+
298
+ ### Pleonasms (Redundant Words)
299
+ | ❌ AI Pattern | ✅ Fix |
300
+ |--------------|--------|
301
+ | "true fact" | "fact" |
302
+ | "end result" | "result" |
303
+ | "final outcome" | "outcome" |
304
+ | "completely eliminate" | "eliminate" |
305
+ | "close proximity" | "nearby" |
306
+
307
+ ### Tautologies (Same Thing Twice)
308
+ | ❌ AI Pattern | ✅ Fix |
309
+ |--------------|--------|
310
+ | "collaborate together" | "collaborate" |
311
+ | "join together" | "join" |
312
+ | "revert back" | "revert" |
313
+ | "repeat again" | "repeat" |
314
+
315
+ ### Burstiness (Sentence Variation)
316
+ AI produces uniform sentence lengths. Humans vary dramatically.
317
+ - **AI Pattern:** All sentences 15-18 words
318
+ - **Human Pattern:** Mix of 4-word punches and 25-word flows
319
+ - **Fix:** Add fragments. "Not everything needs a verb. Sometimes just a phrase."
320
+
321
+ ### Oxford Comma Consistency
322
+ AI always uses Oxford comma. Humans are inconsistent.
323
+ - **AI:** "red, white, and blue" (every time)
324
+ - **Human:** Sometimes "red, white and blue"
325
+ - **Fix:** Occasional variation is authentic
326
+
327
+ ### Multi-syllable Word Overuse
328
+ AI prefers Latin-root words:
329
+ | ❌ AI | ✅ Human |
330
+ |------|---------|
331
+ | "utilize" | "use" |
332
+ | "demonstrate" | "show" |
333
+ | "facilitate" | "help" |
334
+ | "approximately" | "about" |
335
+
336
+ **Threshold:** Multi-syllable words <20% of vocabulary.
@@ -0,0 +1,147 @@
1
+ # Humanize-Writing Integration Guide
2
+
3
+ This resource documents how the Deliberative Refinement skill integrates with the humanize-writing skill for final content polish.
4
+
5
+ ## Integration with **Deliberative Refinement** allows for rigorous checking associated with human-like writing qualities. invoked during the final pass to eliminate AI tells while preserving viral mechanics.
6
+
7
+ ### Invocation Template
8
+
9
+ ```
10
+ Apply the humanize-writing skill to this draft. Focus on:
11
+ - Ensuring natural sentence rhythm
12
+ - Maintaining the viral hooks I've established
13
+ - Preserving platform-specific tone calibration
14
+ ```
15
+
16
+ ## Platform Calibration Matrix
17
+
18
+ Different platforms require different humanization levels:
19
+
20
+ | Platform | Humanize Intensity | Preserve | Special Considerations |
21
+ |----------|-------------------|----------|----------------------|
22
+ | Reddit | High - max casual | Hook, TL;DR | Subreddit voice matching |
23
+ | LinkedIn | Medium - professional warmth | Authority, expertise signals | Story-based openers |
24
+ | Twitter/X | Medium-High - punchy | Thread hooks, quotables | No 1/ numbering |
25
+ | YouTube | High - conversational | Bold claims, engagement | First 2 seconds critical |
26
+ | Hacker News | Medium - understated | Technical accuracy | Understate over overstate |
27
+ | TikTok | High - ultra-casual | Immediate hook | 1-3 second capture window |
28
+ | Instagram | High - visual-first | Caption hooks | Sound-off viewing common |
29
+ | Email | Medium - personal | Subject line urgency | 30-50 char subjects |
30
+
31
+ ## Mapping to Humanize-Writing Phases
32
+
33
+ ### Phase 1: Identify AI Patterns
34
+ From humanize-writing:
35
+ - Scan for transition overuse ("Furthermore," "Here's the thing")
36
+ - Check hedging language density
37
+ - Identify marketing clichés
38
+
39
+ **Viral content addition:**
40
+ - Preserve intentional hook language
41
+ - Keep platform-specific conventions
42
+
43
+ ### Phase 2: Apply Humanization
44
+ From humanize-writing:
45
+ - Replace AI vocabulary with human equivalents
46
+ - Vary sentence patterns
47
+ - Introduce human speech patterns
48
+
49
+ **Viral content addition:**
50
+ - Maintain hook architecture (first 2 seconds)
51
+ - Preserve closer authority
52
+ - Keep tribal identity patterns
53
+
54
+ ### Phase 3: Validate Against Checklist
55
+ From humanize-writing:
56
+ - No transitions in first sentence
57
+ - Active voice dominates (70%+)
58
+ - Personal voice present
59
+
60
+ **Viral content addition:**
61
+ - Hook strength verified
62
+ - Platform word count met
63
+ - Specificity ratio satisfied
64
+
65
+ ---
66
+
67
+ ## Video Script Humanization
68
+
69
+ ### Hook Humanization (First 3 Seconds)
70
+ **Remove:**
71
+ - "Hey everyone, welcome back"
72
+ - "Before we start, like and subscribe"
73
+ - "In today's video, we're going to..."
74
+
75
+ **Replace with:**
76
+ - Jump straight to the hook
77
+ - Pattern interrupt opening
78
+ - Immediate value or curiosity
79
+
80
+ ### Body Humanization
81
+ **Remove:**
82
+ - "So without further ado, let's dive in"
83
+ - "Here's where it gets interesting"
84
+ - Excessive signposting
85
+
86
+ **Replace with:**
87
+ - Natural flow between points
88
+ - Conversational tangents where appropriate
89
+ - Specific examples over abstract claims
90
+
91
+ ### Outro Humanization
92
+ **Remove:**
93
+ - "Let me know what you think in the comments"
94
+ - "If you enjoyed this, don't forget to..."
95
+ - Generic call to action
96
+
97
+ **Replace with:**
98
+ - Strong declarative statement
99
+ - Callback to opening hook
100
+ - Specific next action (not generic CTA)
101
+
102
+ ---
103
+
104
+ ## TikTok/Reels Humanization
105
+
106
+ ### Text Overlay Humanization
107
+ - 1-2 words only if used
108
+ - Hook in caption, not text overlay
109
+ - Sound-off readability required
110
+
111
+ ### Caption Humanization
112
+ - First 3 words must hook
113
+ - Keywords early for discoverability
114
+ - Avoid hashtag stuffing
115
+
116
+ ---
117
+
118
+ ## When Humanize-Writing Is Unavailable
119
+
120
+ Use the built-in manual checklist in SKILL.md:
121
+
122
+ 1. Read aloud test
123
+ 2. Transition audit
124
+ 3. Enthusiasm check
125
+ 4. Specificity check
126
+ 5. Length check (cut 20%)
127
+
128
+ ## Technical Notes
129
+
130
+ - Both skills can be installed simultaneously
131
+ - Claude dynamically loads humanize-writing when referenced
132
+ - Cross-skill calls do not require explicit imports
133
+ - Skill descriptions determine when each activates
134
+
135
+ ---
136
+
137
+ ## Quick Reference: Humanization by Content Type
138
+
139
+ | Content Type | Priority Removals | Priority Preserves |
140
+ |--------------|-------------------|-------------------|
141
+ | Reddit Post | Transition tells, engagement bait | Hook, TL;DR, specificity |
142
+ | YouTube Script | Intro fluff, CTA begging | Hook, personality, closer |
143
+ | TikTok | Verbose captions, explanation | Immediate hook, keywords |
144
+ | LinkedIn | Corporate speak, hashtags | Story, contrarian angle |
145
+ | Twitter Thread | Numbering, meta-commentary | Quotable lines, hooks |
146
+ | Email | Generic urgency, ALL CAPS | Personalization, curiosity |
147
+
@@ -0,0 +1,178 @@
1
+ # Thumbnail Design Checklist
2
+
3
+ > Quick-reference checklist for creating high-CTR thumbnails across platforms.
4
+
5
+ ---
6
+
7
+ ## Pre-Production Planning
8
+
9
+ ### Before You Film
10
+ - [ ] Sketch thumbnail concept before filming
11
+ - [ ] Plan specific shots for thumbnail capture
12
+ - [ ] Prepare expression variations (surprise, excitement, curiosity)
13
+ - [ ] Consider background color/setup
14
+ - [ ] Plan any props or objects needed
15
+
16
+ ### Shot List for Thumbnail Capture
17
+ - [ ] 10+ intentional thumbnail moments during filming
18
+ - [ ] Multiple expressions (shock, surprise, excitement, curiosity)
19
+ - [ ] Different angles (close-up, medium, wide)
20
+ - [ ] Various compositions (left, center, right positioning)
21
+ - [ ] Clean background options
22
+
23
+ ---
24
+
25
+ ## Design Checklist
26
+
27
+ ### Face and Expression
28
+ - [ ] Face fills 30%+ of frame
29
+ - [ ] Expression is instantly readable
30
+ - [ ] Eyes are visible and expressive
31
+ - [ ] Eye contact with camera (or strategic gaze direction)
32
+ - [ ] Expression matches content tone
33
+ - [ ] Maximum 1-2 faces (3+ = clutter)
34
+
35
+ ### Color and Contrast
36
+ - [ ] High contrast between subject and background
37
+ - [ ] Bold, vibrant colors (not muted)
38
+ - [ ] Passes 60/30/10 rule (dominant/secondary/accent)
39
+ - [ ] Doesn't blend with YouTube dark mode
40
+ - [ ] Uses complementary colors for pop
41
+
42
+ ### Composition
43
+ - [ ] Maximum 3 elements total
44
+ - [ ] Subject not dead-center (rule of thirds)
45
+ - [ ] Clear visual hierarchy
46
+ - [ ] Negative space balanced
47
+ - [ ] Key elements at intersection points
48
+
49
+ ### Text (If Used)
50
+ - [ ] 3-4 words maximum
51
+ - [ ] Bold, sans-serif font
52
+ - [ ] Readable at 120px width (mobile test)
53
+ - [ ] High contrast with background
54
+ - [ ] Outline or shadow for readability
55
+ - [ ] Doesn't duplicate title exactly
56
+ - [ ] Doesn't cover face/subject
57
+
58
+ ---
59
+
60
+ ## Mobile Test Checklist
61
+
62
+ ### Small-Size Verification
63
+ - [ ] View at 120x67px (YouTube mobile)
64
+ - [ ] All text still readable
65
+ - [ ] Face/expression still clear
66
+ - [ ] Elements not cluttered
67
+ - [ ] Clear focal point visible
68
+ - [ ] Emotion still conveyed
69
+
70
+ ---
71
+
72
+ ## Platform Specifications
73
+
74
+ | Platform | Resolution | Aspect Ratio | File Size |
75
+ |----------|------------|--------------|-----------|
76
+ | YouTube | 1280x720 min (1920x1080 rec) | 16:9 | <2MB |
77
+ | TikTok | 1080x1920 | 9:16 | Varies |
78
+ | Instagram Reels | 1080x1920 | 9:16 | Varies |
79
+ | Pinterest | 1000x1500 | 2:3 | Varies |
80
+ | Podcast | 1400x1400 min (3000x3000 max) | 1:1 | Varies |
81
+ | Twitter/X | 1200x675 | 16:9 | <5MB |
82
+ | LinkedIn | 1200x627 | ~1.91:1 | Varies |
83
+
84
+ ---
85
+
86
+ ## Title Synergy Check
87
+
88
+ - [ ] Thumbnail and title complement (not duplicate) each other
89
+ - [ ] Together they tell a complete story
90
+ - [ ] Keywords are in title (SEO benefit)
91
+ - [ ] Emotion is in thumbnail (visual impact)
92
+ - [ ] Unified tone and message
93
+ - [ ] Neither is redundant
94
+
95
+ ---
96
+
97
+ ## A/B Testing Checklist
98
+
99
+ ### Test Setup
100
+ - [ ] Create 3-5 thumbnail variations
101
+ - [ ] Change only one variable per variation
102
+ - [ ] Use YouTube's Test & Compare feature (or TubeBuddy/VidIQ)
103
+ - [ ] Document hypothesis for each variant
104
+
105
+ ### Variables to Test
106
+ - [ ] Different expressions
107
+ - [ ] Different text/no text
108
+ - [ ] Different color treatments
109
+ - [ ] Different element arrangements
110
+ - [ ] Different background colors
111
+
112
+ ### Test Duration
113
+ - [ ] Run for 7-14 days minimum
114
+ - [ ] Ensure 1,000+ impressions per variant
115
+ - [ ] Monitor CTR AND watch time
116
+ - [ ] Document winning patterns
117
+
118
+ ---
119
+
120
+ ## Anti-Pattern Checklist
121
+
122
+ ### Design Mistakes to Avoid
123
+ - [ ] NOT using dark/muddy colors
124
+ - [ ] NOT using neutral expressions
125
+ - [ ] NOT cluttering with 4+ elements
126
+ - [ ] NOT using small/thin text
127
+ - [ ] NOT placing text over face
128
+ - [ ] NOT using dead-center composition
129
+
130
+ ### Strategic Mistakes to Avoid
131
+ - [ ] NOT designing after video is filmed
132
+ - [ ] NOT skipping mobile preview test
133
+ - [ ] NOT copying title text exactly
134
+ - [ ] NOT using clickbait that doesn't deliver
135
+ - [ ] NOT ignoring A/B testing
136
+
137
+ ---
138
+
139
+ ## Scoring (Target: 20+)
140
+
141
+ | Criteria | Score (0-3) |
142
+ |----------|-------------|
143
+ | Expression clarity | ____ |
144
+ | Contrast/pop | ____ |
145
+ | Simplicity (≤3 elements) | ____ |
146
+ | Text readability | ____ |
147
+ | Curiosity factor | ____ |
148
+ | Mobile test pass | ____ |
149
+ | Title synergy | ____ |
150
+ | Brand recognition | ____ |
151
+ | **TOTAL** | ____/24 |
152
+
153
+ **Target: 20+ points before publishing**
154
+
155
+ ---
156
+
157
+ ## Quick Reference: High-CTR Elements
158
+
159
+ ### Expression Hierarchy (Effectiveness)
160
+ 1. **Shock/Surprise** — widened eyes, open mouth (highest CTR)
161
+ 2. **Excitement** — genuine smile, raised eyebrows
162
+ 3. **Curiosity** — furrowed brow, questioning look
163
+ 4. **Fear/Worry** — creates "what happened?" curiosity
164
+ 5. **Neutral** — lowest engagement (avoid)
165
+
166
+ ### Color Psychology
167
+ | Color | Best For |
168
+ |-------|----------|
169
+ | Red | Urgency, action, alerts |
170
+ | Orange | Entertainment, tutorials |
171
+ | Yellow | Highlights, call-outs |
172
+ | Blue | Educational, tech, trust |
173
+ | Green | Self-improvement, success |
174
+ | Purple | Luxury, creativity, mystery |
175
+
176
+ ---
177
+
178
+ **Remember: Thumbnail + Title work as a package. Test them together.**