Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
AI-powered slide deck design skill for creating professional presentations with consistent visual styling.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
references/copywriting-formulas.md
1# Copywriting Formulas2325 formulas for persuasive slide copy.45## Core Formulas67### PAS (Problem-Agitate-Solution)8**Use:** Problem slides, pain points9**Components:** Problem → Agitate → Solution10**Template:** "[Pain point]? Every [time frame], [consequence]. [Solution] fixes this."1112### AIDA (Attention-Interest-Desire-Action)13**Use:** CTAs, closing slides14**Components:** Attention → Interest → Desire → Action15**Template:** "[Bold statement]. [Benefit detail]. [Social proof]. [CTA]."1617### FAB (Features-Advantages-Benefits)18**Use:** Feature slides, product showcases19**Components:** Feature → Advantage → Benefit20**Template:** "[Feature] lets you [advantage], so you can [benefit]."2122### Cost of Inaction23**Use:** Agitation slides, urgency24**Components:** Status Quo → Loss → Time Decay25**Template:** "Without [solution], you're losing [amount] every [timeframe]."2627### Before-After-Bridge28**Use:** Transformation slides, case studies29**Components:** Before → After → Bridge30**Template:** "[Pain point before]. [Desired state after]. [Your solution] is the bridge."3132## Formula-to-Slide Mapping3334| Slide Type | Primary Formula | Emotion |35|------------|-----------------|---------|36| Title/Hook | AIDA, Hook | curiosity |37| Problem | PAS, Agitate | frustration |38| Cost/Risk | Cost of Inaction | fear |39| Solution | FAB, BAB | hope |40| Features | FAB | confidence |41| Traction | Proof Stack | trust |42| Social Proof | Testimonial | trust |43| Pricing | Value Stack | confidence |44| CTA | AIDA, Urgency | urgency |4546## Headline Patterns4748### Power Words49- "Stop [bad thing]"50- "Get [desired result] in [timeframe]"51- "The [adjective] way to [action]"52- "Why [audience] choose [product]"53- "[Number] ways to [achieve goal]"5455### Contrast Patterns56- "[Old way] is dead. Meet [new way]."57- "Don't [bad action]. Instead, [good action]."58- "From [pain point] to [benefit]."5960### Social Proof Patterns61- "[Number]+ [users/companies] trust [product]"62- "Join [notable company] and [notable company]"63- "As seen in [publication]"6465## Search Commands6667```bash68# Find formula for slide type69python .claude/skills/design-system/scripts/search-slides.py "problem agitation" -d copy7071# Get emotion-appropriate formula72python .claude/skills/design-system/scripts/search-slides.py "urgency cta" -d copy73```7475## Quick Reference7677| Need | Use Formula |78|------|------------|79| Create urgency | Cost of Inaction, Scarcity |80| Build trust | Social Proof, Testimonial |81| Show value | FAB, Value Stack |82| Drive action | AIDA, CTA |83| Tell story | BAB, Story Arc |84| Present data | Proof Stack |85