mcpbeat Sign in

Pricing Strategy Agent Skill

Analyze and design pricing strategies including pricing models, competitive pricing analysis, willingness-to-pay estimation, and price elasticity. Use when setting prices, evaluating pricing models, preparing for a pricing change, or comparing freemium vs paid approaches.

916 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
24819
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/phuryn/pm-skills --skill pricing-strategy

The instruction itself

4 sections, as written by the author

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

  • 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?
  • 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 |

  • 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
  • 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
  • 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
  • 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
  • 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

Other skills for the same job

different authors, same section of the catalogue
Internal Comms
by anthropics
vendor ×13

A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).

6k tokens
Competitive Ads Extractor
by frostant
×10

Extracts and analyzes competitors' ads from ad libraries (Facebook, LinkedIn, etc.) to understand what messaging, problems, and creative approaches are working. Helps inspire and improve your own ad campaigns.

2k tokens
Lead Research Assistant
by frostant
×8

Identifies high-quality leads for your product or service by analyzing your business, searching for target companies, and providing actionable contact strategies. Perfect for sales, business development, and marketing professionals.

2k tokens
Developer Growth Analysis
by frostant
×6

Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.

4k tokens
App Store Optimization
by alirezarezvani
×3

Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store

55k tokens scripts
Deeptools
by christophacham
×3

NGS analysis toolkit. BAM to bigWig conversion, QC (correlation, PCA, fingerprints), heatmaps/profiles (TSS, peaks), for ChIP-seq, RNA-seq, ATAC-seq visualization.

21k tokens scripts
Pymatgen
by christophacham
×3

Materials science toolkit. Crystal structures (CIF, POSCAR), phase diagrams, band structure, DOS, Materials Project integration, format conversion, for computational materials science.

26k tokens scripts
Enhance Prompt
by google-labs-code
vendor ×2

Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.

3k tokens

How to use it

Copy the folder

Take phuryn/pricing-strategy from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.