Pricing Strategist
Expert pricing strategy and monetization guidance for SaaS and digital products — from psychology-driven pricing to enterprise negotiation tactics.
Philosophy
Pricing is the most powerful lever in your business:
- Price is a signal — It communicates value, market position, and customer fit
- Packaging is product — How you bundle features shapes perceived value
- Simplicity wins — Confused buyers don't buy
- Test everything — Intuition about willingness-to-pay is usually wrong
How This Skill Works
When invoked, apply the guidelines in rules/ organized by:
psychology-* — Behavioral economics, anchoring, framing, decoy pricing
packaging-* — Tier structure, bundles, good/better/best frameworks
metrics-* — Value metrics, usage-based, per-seat, flat-rate models
page-* — Pricing page copy, design, and conversion optimization
enterprise-* — Enterprise pricing, negotiation, custom deals
lifecycle-* — Discounts, promotions, price increases, grandfathering
Core Frameworks
The Pricing Stack
┌─────────────────────────────────────────────────────────┐
│ VALUE CREATION │
│ What problem do you solve? How well? │
├─────────────────────────────────────────────────────────┤
│ VALUE COMMUNICATION │
│ How do you convey value through pricing? │
├─────────────────────────────────────────────────────────┤
│ VALUE CAPTURE │
│ How much value do you extract as price? │
└─────────────────────────────────────────────────────────┘
Pricing Model Comparison
| Model |
Best For |
Pros |
Cons |
| Per-seat |
Collaboration tools |
Predictable, scales with adoption |
Discourages sharing |
| Usage-based |
Infrastructure, API |
Aligns with value, low entry |
Unpredictable revenue |
| Flat-rate |
Simple products |
Easy to understand |
Leaves money on table |
| Tiered |
Most SaaS |
Captures segments |
Can be complex |
| Hybrid |
Mature products |
Flexible, optimized |
Harder to communicate |
Value Metric Selection
Your value metric should be:
| Criteria |
Question |
Example |
| Easy to understand |
Can you explain it in 5 words? |
"Pay per user per month" |
| Aligned with value |
Does customer pay more as they get more value? |
More emails sent = more conversions |
| Predictable |
Can customer forecast their bill? |
Seat count is predictable |
| Scalable |
Does it grow with the customer? |
API calls scale with usage |
The Willingness-to-Pay Curve
High WTP │ ●●● Enterprise
│ ●●●●●
│ ●●●●●●● Pro
│ ●●●●●●●●●
│●●●●●●●●●●● Starter
Low WTP │●●●●●●●●●●●●●
└────────────────────
Few Many
Customers
Capture value at each segment with differentiated packaging.
Pricing Psychology Principles
| Principle |
How It Works |
Application |
| Anchoring |
First price sets expectations |
Show enterprise price first |
| Decoy effect |
Third option makes one look better |
Middle tier becomes attractive |
| Charm pricing |
9-ending feels cheaper |
$99 vs $100 |
| Price partitioning |
Split price seems smaller |
$50/mo + $20 support |
| Round numbers |
Feel more premium |
$1,000 for enterprise |
Packaging Framework
Good/Better/Best Structure
| Tier |
Target |
Feature Strategy |
Pricing |
| Good (Starter) |
Entry-level, price-sensitive |
Core features, limited usage |
Low anchor |
| Better (Pro) |
Growth, main target |
Full features, higher limits |
Optimal margin |
| Best (Enterprise) |
High-value, complex needs |
Unlimited, premium support |
Value-based |
Feature Fencing Strategies
| Strategy |
Description |
Example |
| Usage limits |
Cap quantity/volume |
1,000 vs 10,000 emails |
| Feature gates |
Reserve features for higher tiers |
SSO in Enterprise |
| Support tiers |
Differentiate service level |
Email vs dedicated CSM |
| SLA guarantees |
Higher uptime commitments |
99.9% vs 99.99% |
| Integration access |
Limit connection types |
Basic vs premium integrations |
Annual vs Monthly Framework
| Factor |
Monthly |
Annual |
| Discount |
Baseline |
15-20% off (2 months free) |
| Cash flow |
Spread out |
Upfront capital |
| Churn |
Higher (monthly exit) |
Lower (commitment) |
| Target |
Skeptics, small biz |
Confident, enterprise |
| Positioning |
"Flexibility" |
"Best value" |
Anti-Patterns
- Race to bottom — Competing on price alone destroys margins
- Complexity overload — 6+ tiers confuse buyers
- Feature stuffing — More features ≠ higher perceived value
- Discount addiction — Training customers to wait for sales
- One-size pricing — Leaving money on table from high-value customers
- Hidden fees — Surprise charges destroy trust
- Anchoring backwards — Showing cheapest option first
- Ignoring segments — Same price for SMB and enterprise
1---2name: pricing-strategist3description: Expert pricing strategy and monetization guidance for SaaS and digital products. Use when designing pricing tiers, creating pricing pages, setting value metrics, developing bundle strategies, planning price increases, writing pricing copy, analyzing competitive pricing, or optimizing annual vs monthly positioning. Use for packaging decisions, discount policies, enterprise pricing, and behavioral pricing tactics.4---5
6# Pricing Strategist
7
8Expert pricing strategy and monetization guidance for SaaS and digital products — from psychology-driven pricing to enterprise negotiation tactics.
9
10## Philosophy
11
12Pricing is the most powerful lever in your business:
13
141. **Price is a signal** — It communicates value, market position, and customer fit
152. **Packaging is product** — How you bundle features shapes perceived value
163. **Simplicity wins** — Confused buyers don't buy
174. **Test everything** — Intuition about willingness-to-pay is usually wrong
18
19## How This Skill Works
20
21When invoked, apply the guidelines in `rules/` organized by:
22
23- `psychology-*` — Behavioral economics, anchoring, framing, decoy pricing
24- `packaging-*` — Tier structure, bundles, good/better/best frameworks
25- `metrics-*` — Value metrics, usage-based, per-seat, flat-rate models
26- `page-*` — Pricing page copy, design, and conversion optimization
27- `enterprise-*` — Enterprise pricing, negotiation, custom deals
28- `lifecycle-*` — Discounts, promotions, price increases, grandfathering
29
30## Core Frameworks
31
32### The Pricing Stack
33
34```
35┌─────────────────────────────────────────────────────────┐
36│ VALUE CREATION │
37│ What problem do you solve? How well? │
38├─────────────────────────────────────────────────────────┤
39│ VALUE COMMUNICATION │
40│ How do you convey value through pricing? │
41├─────────────────────────────────────────────────────────┤
42│ VALUE CAPTURE │
43│ How much value do you extract as price? │
44└─────────────────────────────────────────────────────────┘
45```
46
47### Pricing Model Comparison
48
49| Model | Best For | Pros | Cons |
50|-------|----------|------|------|
51| **Per-seat** | Collaboration tools | Predictable, scales with adoption | Discourages sharing |
52| **Usage-based** | Infrastructure, API | Aligns with value, low entry | Unpredictable revenue |
53| **Flat-rate** | Simple products | Easy to understand | Leaves money on table |
54| **Tiered** | Most SaaS | Captures segments | Can be complex |
55| **Hybrid** | Mature products | Flexible, optimized | Harder to communicate |
56
57### Value Metric Selection
58
59Your value metric should be:
60
61| Criteria | Question | Example |
62|----------|----------|---------|
63| **Easy to understand** | Can you explain it in 5 words? | "Pay per user per month" |
64| **Aligned with value** | Does customer pay more as they get more value? | More emails sent = more conversions |
65| **Predictable** | Can customer forecast their bill? | Seat count is predictable |
66| **Scalable** | Does it grow with the customer? | API calls scale with usage |
67
68### The Willingness-to-Pay Curve
69
70```
71High WTP │ ●●● Enterprise
72 │ ●●●●●
73 │ ●●●●●●● Pro
74 │ ●●●●●●●●●
75 │●●●●●●●●●●● Starter
76Low WTP │●●●●●●●●●●●●●
77 └────────────────────
78 Few Many
79 Customers
80```
81
82Capture value at each segment with differentiated packaging.
83
84## Pricing Psychology Principles
85
86| Principle | How It Works | Application |
87|-----------|--------------|-------------|
88| **Anchoring** | First price sets expectations | Show enterprise price first |
89| **Decoy effect** | Third option makes one look better | Middle tier becomes attractive |
90| **Charm pricing** | 9-ending feels cheaper | $99 vs $100 |
91| **Price partitioning** | Split price seems smaller | $50/mo + $20 support |
92| **Round numbers** | Feel more premium | $1,000 for enterprise |
93
94## Packaging Framework
95
96### Good/Better/Best Structure
97
98| Tier | Target | Feature Strategy | Pricing |
99|------|--------|------------------|---------|
100| **Good (Starter)** | Entry-level, price-sensitive | Core features, limited usage | Low anchor |
101| **Better (Pro)** | Growth, main target | Full features, higher limits | Optimal margin |
102| **Best (Enterprise)** | High-value, complex needs | Unlimited, premium support | Value-based |
103
104### Feature Fencing Strategies
105
106| Strategy | Description | Example |
107|----------|-------------|---------|
108| **Usage limits** | Cap quantity/volume | 1,000 vs 10,000 emails |
109| **Feature gates** | Reserve features for higher tiers | SSO in Enterprise |
110| **Support tiers** | Differentiate service level | Email vs dedicated CSM |
111| **SLA guarantees** | Higher uptime commitments | 99.9% vs 99.99% |
112| **Integration access** | Limit connection types | Basic vs premium integrations |
113
114## Annual vs Monthly Framework
115
116| Factor | Monthly | Annual |
117|--------|---------|--------|
118| **Discount** | Baseline | 15-20% off (2 months free) |
119| **Cash flow** | Spread out | Upfront capital |
120| **Churn** | Higher (monthly exit) | Lower (commitment) |
121| **Target** | Skeptics, small biz | Confident, enterprise |
122| **Positioning** | "Flexibility" | "Best value" |
123
124## Anti-Patterns
125
126- **Race to bottom** — Competing on price alone destroys margins
127- **Complexity overload** — 6+ tiers confuse buyers
128- **Feature stuffing** — More features ≠ higher perceived value
129- **Discount addiction** — Training customers to wait for sales
130- **One-size pricing** — Leaving money on table from high-value customers
131- **Hidden fees** — Surprise charges destroy trust
132- **Anchoring backwards** — Showing cheapest option first
133- **Ignoring segments** — Same price for SMB and enterprise