
Pricing Strategy
Pick a pricing model and price points backed by value, alternatives, and competitive context before you commit to billing in code.
Overview
Pricing Strategy is an agent skill most often used in Validate (also Launch, Grow) that analyzes models, competition, and willingness to pay so solo builders can set defensible prices.
Install
npx skills add https://github.com/phuryn/pm-skills --skill pricing-strategyWhat is this skill?
- Maps core value, customer alternatives, and quantifiable outcomes to willingness to pay
- Compares flat-rate, per-seat, usage-based, tiered, and freemium models with fit guidance
- Supports competitor pricing research and optional user-provided survey or usage files
- Structured tables for model selection and positioning before implementation
- 5 pricing model types compared in a structured table (flat-rate, per-seat, usage-based, tiered, freemium)
Adoption & trust: 1.1k installs on skills.sh; 12.3k GitHub stars; 1/3 security scanners passed (skills.sh audits).
What problem does it solve?
You are about to ship billing but only have a gut-feel price and no structured view of value, alternatives, or competitor anchors.
Who is it for?
Solo SaaS founders choosing tiers, usage limits, or freemium gates before build and distribution work.
Skip if: Mature enterprises with dedicated pricing science teams and legal-approved rate cards already locked.
When should I use this skill?
Setting prices, evaluating pricing models, preparing for a pricing change, or comparing freemium vs paid approaches.
What do I get? / Deliverables
You get a recommended pricing model and rationale grounded in value and competition, ready to feed landing pages, prototypes, and payment integration.
- Recommended pricing model and tier structure
- Value- and competition-grounded pricing rationale
Recommended Skills
Journey fit
Spans multiple journey phases - primary shelf plus alternate fits below.
Pricing decisions belong on the validate shelf because you prove willingness to pay and model fit before full build and launch. The skill’s triggers explicitly cover setting prices, model evaluation, and freemium vs paid—canonical pricing subphase work.
Where it fits
Compare tiered vs usage-based pricing for an API wrapper before you prototype checkout.
Anchor MVP scope to a single paid tier once value and alternatives are documented.
Align public plan names and price points with competitive positioning for a Product Hunt launch.
Model elasticity and upgrade paths before raising prices for existing subscribers.
How it compares
Use for structured pricing design instead of asking the agent for a single number without competitive or value framing.
Common Questions / FAQ
Who is pricing-strategy for?
Solo and indie builders launching SaaS or paid products who need PM-grade pricing analysis inside their coding agent, not a separate consultant deck.
When should I use pricing-strategy?
In validate when scoping monetization; again at launch when positioning plans on a site; and in grow when evaluating a price change or freemium vs paid—especially before coding billing.
Is pricing-strategy safe to install?
It may request web search for competitor data; review the Security Audits panel on this page and avoid pasting secrets into attached financial files.
SKILL.md
READMESKILL.md - Pricing Strategy
## Pricing Strategy Design a pricing strategy grounded in value delivery, competitive positioning, and willingness to pay. ### Context You are developing a pricing strategy for **$ARGUMENTS**. If the user provides files (competitor pricing, survey data, financial models, or usage data), read them first. Use web search to research competitor pricing if needed. ### Instructions 1. **Understand the value delivered**: - What is the core value proposition? - What is the customer's alternative (and its cost)? - What quantifiable outcomes does the product deliver? (time saved, revenue gained, cost reduced) - What is the customer's willingness to pay based on that value? 2. **Evaluate pricing models** — recommend the best fit: | Model | Best For | Example | |---|---|---| | **Flat-rate** | Simple products, predictable costs | Basecamp ($99/mo flat) | | **Per-seat** | Collaboration tools, team products | Slack, Figma | | **Usage-based** | Infrastructure, API products | AWS, Twilio | | **Tiered** | Products with distinct user segments | Most SaaS (Free/Pro/Enterprise) | | **Freemium** | Products with viral/network effects | Spotify, Notion | | **Freemium + usage** | Platform products | Vercel, OpenAI API | | **Value-based** | High-impact enterprise tools | Salesforce, Palantir | 3. **Analyze competitive pricing**: - Map competitor pricing tiers and what's included - Identify where your product sits (premium, mid-market, budget) - Find pricing gaps or opportunities - Note any industry pricing conventions 4. **Design the pricing structure**: - **Tiers**: Define 2-4 tiers with clear differentiation - **Feature gating**: Which features go in which tier? (Use value metrics, not arbitrary limits) - **Value metric**: What unit do you charge on? (users, events, storage, API calls) - **Anchor pricing**: Set the most popular tier to feel like the obvious choice - **Annual discount**: Typically 15-20% off monthly pricing 5. **Estimate price sensitivity**: - Van Westendorp Price Sensitivity Meter (if survey data available): - Too cheap → quality concerns - Cheap → good value - Expensive → starting to hesitate - Too expensive → won't buy - Alternatively, estimate based on competitor pricing and value delivered 6. **Plan pricing experiments**: - A/B test pricing pages (different price points, tier names, feature bundles) - Founder-led sales conversations to test willingness to pay - Landing page tests with different price anchors - Cohort analysis of conversion rates by price point 7. **Output a pricing recommendation**: ``` Recommended Model: [Model type] Value Metric: [What you charge on] | Tier | Price | Target Segment | Key Features | Positioning | |---|---|---|---|---| Key Assumptions: - [Assumption] → [How to test] Risks: - [Risk] → [Mitigation] ``` Think step by step. Save as markdown. Flag any assumptions that need validation before launch. --- ### Further Reading - [Product Pricing Strategies 101](https://www.productcompass.pm/p/product-pricing-strategies-101) - [The AI Product Pricing Masterclass: OpenAI Product Lead on Why SaaS Pricing Fails in AI (and How to Fix It)](https://www.productcompass.pm/p/ai-product-pricing) (video course)