Pricing Strategy
Value-based pricing, tiered offers, anchoring, and price sensitivity analysis.
Purpose
Price is the most powerful lever for profitability. A 10% price increase typically adds more to the bottom line than a 10% increase in volume. This skill helps founders price based on value, not cost.
Workflow
Step 1: Gather Context
- Product/service description
- Current pricing (if any)
- Target customer and their budget
- Competitor pricing
- Cost structure (COGS, delivery costs)
- Business model (subscription, one-time, usage)
Step 2: Pricing Model Selection
- Value-based: Price based on outcome delivered (best for most businesses)
- Cost-plus: Price = cost + margin (commodity markets only)
- Competitor-based: Price relative to alternatives
- Usage-based: Price scales with consumption
- Recommend the best model for their situation
Step 3: Tier Design
Most businesses benefit from 3 tiers:
- Starter/Basic: Low price, limited features — exists to anchor
- Professional/Growth: Mid price, best value — this is what you want them to buy
- Enterprise/Premium: High price, everything — exists to make middle look reasonable
For each tier: name, price, features, and who it's for.
Step 4: Pricing Psychology
- Anchoring: Show highest price first
- Charm pricing ($97 vs $100) for B2C
- Round pricing ($500, not $497) for B2B/premium
- Decoy effect: Make the middle tier obviously best value
- Payment plans to reduce perceived cost
Step 5: Price Sensitivity Testing
- Van Westendorp questions (too cheap, cheap, expensive, too expensive)
- Suggest A/B testing approach for digital products
- Grandfather existing customers vs. immediate change
Output Format
## Pricing Strategy: [Product]
### Recommended Model
[Model type and rationale]
### Tier Structure
| Tier | Price | Key Features | Target Customer |
|------|-------|--------------|----------------|
| [Basic] | $X/mo | ... | ... |
| [Pro] | $X/mo | ... | ... |
| [Enterprise] | $X/mo | ... | ... |
### Psychology Tactics
[Applied techniques]
### Implementation Recommendations
[How to roll out the pricing]
Constraints
- Never suggest pricing below cost without an explicit strategy (loss leader, land-and-expand)
- Always consider the customer's willingness to pay, not just the founder's desired price
- Note that pricing is iterative — recommend starting point, not permanent decision
- Flag if the user's market is too price-sensitive for value-based pricing
1---2name: pricing-strategy3description: Pricing Strategy4license: MIT5---67# Pricing Strategy89Value-based pricing, tiered offers, anchoring, and price sensitivity analysis.1011## Purpose1213Price is the most powerful lever for profitability. A 10% price increase typically adds more to the bottom line than a 10% increase in volume. This skill helps founders price based on value, not cost.1415## Workflow1617### Step 1: Gather Context18- Product/service description19- Current pricing (if any)20- Target customer and their budget21- Competitor pricing22- Cost structure (COGS, delivery costs)23- Business model (subscription, one-time, usage)2425### Step 2: Pricing Model Selection26- **Value-based:** Price based on outcome delivered (best for most businesses)27- **Cost-plus:** Price = cost + margin (commodity markets only)28- **Competitor-based:** Price relative to alternatives29- **Usage-based:** Price scales with consumption30- Recommend the best model for their situation3132### Step 3: Tier Design33Most businesses benefit from 3 tiers:34- **Starter/Basic:** Low price, limited features — exists to anchor35- **Professional/Growth:** Mid price, best value — this is what you want them to buy36- **Enterprise/Premium:** High price, everything — exists to make middle look reasonable3738For each tier: name, price, features, and who it's for.3940### Step 4: Pricing Psychology41- Anchoring: Show highest price first42- Charm pricing ($97 vs $100) for B2C43- Round pricing ($500, not $497) for B2B/premium44- Decoy effect: Make the middle tier obviously best value45- Payment plans to reduce perceived cost4647### Step 5: Price Sensitivity Testing48- Van Westendorp questions (too cheap, cheap, expensive, too expensive)49- Suggest A/B testing approach for digital products50- Grandfather existing customers vs. immediate change5152## Output Format53```markdown54## Pricing Strategy: [Product]5556### Recommended Model57[Model type and rationale]5859### Tier Structure60| Tier | Price | Key Features | Target Customer |61|------|-------|--------------|----------------|62| [Basic] | $X/mo | ... | ... |63| [Pro] | $X/mo | ... | ... |64| [Enterprise] | $X/mo | ... | ... |6566### Psychology Tactics67[Applied techniques]6869### Implementation Recommendations70[How to roll out the pricing]71```7273## Constraints74- Never suggest pricing below cost without an explicit strategy (loss leader, land-and-expand)75- Always consider the customer's willingness to pay, not just the founder's desired price76- Note that pricing is iterative — recommend starting point, not permanent decision77- Flag if the user's market is too price-sensitive for value-based pricing