Marketing Psychology
Applied behavioral science for marketing — identifying which psychological principles apply to specific challenges and showing exactly how to implement them. The skill diagnoses behavioral barriers, prescribes 2-3 relevant principles from a catalog of 70+ mental models, and turns them into concrete, testable changes to landing pages, pricing, email, copy, and ads.
Core Capabilities
- Behavioral diagnosis — map the decision journey, identify barriers (cognitive load, choice paralysis, trust deficit, friction), and prescribe matching principles
- Mental model catalog — 70+ principles across buyer psychology, persuasion/influence, pricing, design/UX, and growth
- Application by challenge — principle-by-principle playbooks for landing pages, pricing pages, email, churn reduction, and ad creative
- Pricing & conversion frameworks — three-tier/decoy pricing design, the trust cascade, the micro-commitment ladder
- Copy techniques — loss vs. gain framing, specificity bias, future pacing
- Ethical application — the persuasion/manipulation line, anti-dark-pattern boundaries, A/B testing discipline
When to Use
- A page, pricing tier, email, or ad is underperforming and you need a behavioral root-cause diagnosis
- You are designing or optimizing a pricing page (anchoring, decoy, charm pricing, tier structure)
- You want to apply psychology to copy or campaign creative with specific, testable changes
- You need to audit existing assets for missing persuasion principles or dark patterns
Quick Start
Diagnose Why Something Is Not Converting
- Identify the desired behavior (click, buy, share, return)
- Identify the current friction (too many choices, unclear value, no urgency)
- Map the visitor's emotional state (excited, skeptical, confused, impatient)
- Match to applicable principles from
references/mental-models.md
- Implement 2-3 principle-based changes with specific execution
Apply Psychology to a Marketing Asset
- Select the asset (landing page, pricing page, email, ad)
- Review the applicable psychology in
references/application-playbooks.md
- Choose 3-5 principles to apply
- Implement each with the specific technique described
- Measure the impact through A/B testing
References
Load the reference that matches the task — keep this file lean and pull detail on demand:
- references/mental-models.md — full catalog of 70+ principles (buyer psychology, persuasion, pricing, design/UX, growth) with definitions and marketing applications. Read when matching a barrier to the principle that addresses it.
- references/application-playbooks.md — behavioral diagnosis workflows, principle-by-challenge tables (landing pages, pricing, email, churn, ads), pricing framework, trust cascade, micro-commitment ladder, and copy techniques. Read when diagnosing a problem or applying psychology to an asset.
- references/ethics-and-quality.md — ethical guidelines (persuasion vs. manipulation), best practices, troubleshooting table, and success criteria. Read when judging whether a technique is ethical or hardening an implementation.
Python Automation Tools
scripts/persuasion_auditor.py — audits copy for Cialdini's 7 principles plus behavioral economics techniques; flags what's applied and what's missing.
scripts/cognitive_bias_checker.py — identifies cognitive biases leveraged (or missed) in copy, pricing pages, and landing pages.
scripts/pricing_psychology_analyzer.py — analyzes pricing page structure for anchoring, decoy effect, charm pricing, framing, and tier design.
python scripts/persuasion_auditor.py page.html
python scripts/cognitive_bias_checker.py pricing_page.html --json
python scripts/pricing_psychology_analyzer.py pricing.json
Scope & Limitations
In Scope: Behavioral psychology principles applied to marketing, conversion optimization, pricing strategy, copy improvement, campaign design. 70+ mental models with implementation guides.
Out of Scope: Academic psychology research, clinical applications, UX research methodology (use product-team), A/B test statistical analysis tools, consumer psychology outside marketing context.
Limitations: Psychology provides hypotheses, not certainties. All changes must be A/B tested. What works for consumer SaaS may not work for enterprise. Cultural context matters significantly. Principles should be applied ethically — persuasion that helps customers make good decisions, not manipulation.
Integration Points
- Copywriting — Apply psychological principles when writing page copy (headlines, CTAs, objection handling).
- Landing Page Generator — Use psychology to guide page structure and section ordering.
- Paid Ads — Apply ad-specific psychology (mere exposure, contrast effect, curiosity gap) to creative.
- Pricing — Apply pricing psychology (anchoring, decoy, charm pricing) to pricing page design.
- Copy Editing — Use the Heightened Emotion sweep to apply psychology during editorial review.
- Marketing Context — Understanding customer psychology informs positioning and messaging strategy.
1---2name: marketing-psychology3description: Apply behavioral psychology, cognitive biases, and 70+ mental models to marketing for conversion optimization, pricing, copy, and campaigns. Use for persuasion, behavioral science, why people buy, consumer behavior, or neuromarketing.4license: MIT5---6# Marketing Psychology
7
8Applied behavioral science for marketing — identifying which psychological principles apply to specific challenges and showing exactly how to implement them. The skill diagnoses behavioral barriers, prescribes 2-3 relevant principles from a catalog of 70+ mental models, and turns them into concrete, testable changes to landing pages, pricing, email, copy, and ads.
9
10## Core Capabilities
11
12- **Behavioral diagnosis** — map the decision journey, identify barriers (cognitive load, choice paralysis, trust deficit, friction), and prescribe matching principles
13- **Mental model catalog** — 70+ principles across buyer psychology, persuasion/influence, pricing, design/UX, and growth
14- **Application by challenge** — principle-by-principle playbooks for landing pages, pricing pages, email, churn reduction, and ad creative
15- **Pricing & conversion frameworks** — three-tier/decoy pricing design, the trust cascade, the micro-commitment ladder
16- **Copy techniques** — loss vs. gain framing, specificity bias, future pacing
17- **Ethical application** — the persuasion/manipulation line, anti-dark-pattern boundaries, A/B testing discipline
18
19## When to Use
20
21- A page, pricing tier, email, or ad is underperforming and you need a behavioral root-cause diagnosis
22- You are designing or optimizing a pricing page (anchoring, decoy, charm pricing, tier structure)
23- You want to apply psychology to copy or campaign creative with specific, testable changes
24- You need to audit existing assets for missing persuasion principles or dark patterns
25
26## Quick Start
27
28### Diagnose Why Something Is Not Converting
291. Identify the desired behavior (click, buy, share, return)
302. Identify the current friction (too many choices, unclear value, no urgency)
313. Map the visitor's emotional state (excited, skeptical, confused, impatient)
324. Match to applicable principles from `references/mental-models.md`
335. Implement 2-3 principle-based changes with specific execution
34
35### Apply Psychology to a Marketing Asset
361. Select the asset (landing page, pricing page, email, ad)
372. Review the applicable psychology in `references/application-playbooks.md`
383. Choose 3-5 principles to apply
394. Implement each with the specific technique described
405. Measure the impact through A/B testing
41
42## References
43
44Load the reference that matches the task — keep this file lean and pull detail on demand:
45
46- **[references/mental-models.md](references/mental-models.md)** — full catalog of 70+ principles (buyer psychology, persuasion, pricing, design/UX, growth) with definitions and marketing applications. Read when matching a barrier to the principle that addresses it.
47- **[references/application-playbooks.md](references/application-playbooks.md)** — behavioral diagnosis workflows, principle-by-challenge tables (landing pages, pricing, email, churn, ads), pricing framework, trust cascade, micro-commitment ladder, and copy techniques. Read when diagnosing a problem or applying psychology to an asset.
48- **[references/ethics-and-quality.md](references/ethics-and-quality.md)** — ethical guidelines (persuasion vs. manipulation), best practices, troubleshooting table, and success criteria. Read when judging whether a technique is ethical or hardening an implementation.
49
50## Python Automation Tools
51
52- **`scripts/persuasion_auditor.py`** — audits copy for Cialdini's 7 principles plus behavioral economics techniques; flags what's applied and what's missing.
53- **`scripts/cognitive_bias_checker.py`** — identifies cognitive biases leveraged (or missed) in copy, pricing pages, and landing pages.
54- **`scripts/pricing_psychology_analyzer.py`** — analyzes pricing page structure for anchoring, decoy effect, charm pricing, framing, and tier design.
55
56```bash
57python scripts/persuasion_auditor.py page.html
58python scripts/cognitive_bias_checker.py pricing_page.html --json
59python scripts/pricing_psychology_analyzer.py pricing.json
60```
61
62## Scope & Limitations
63
64**In Scope:** Behavioral psychology principles applied to marketing, conversion optimization, pricing strategy, copy improvement, campaign design. 70+ mental models with implementation guides.
65
66**Out of Scope:** Academic psychology research, clinical applications, UX research methodology (use product-team), A/B test statistical analysis tools, consumer psychology outside marketing context.
67
68**Limitations:** Psychology provides hypotheses, not certainties. All changes must be A/B tested. What works for consumer SaaS may not work for enterprise. Cultural context matters significantly. Principles should be applied ethically — persuasion that helps customers make good decisions, not manipulation.
69
70## Integration Points
71
72- **Copywriting** — Apply psychological principles when writing page copy (headlines, CTAs, objection handling).
73- **Landing Page Generator** — Use psychology to guide page structure and section ordering.
74- **Paid Ads** — Apply ad-specific psychology (mere exposure, contrast effect, curiosity gap) to creative.
75- **Pricing** — Apply pricing psychology (anchoring, decoy, charm pricing) to pricing page design.
76- **Copy Editing** — Use the Heightened Emotion sweep to apply psychology during editorial review.
77- **Marketing Context** — Understanding customer psychology informs positioning and messaging strategy.