SkillAgentSearch skills...

pricing-strategy

Analyze and design pricing strategies including pricing models, competitive pricing analysis, willingness-to-pay estimation, and price elasticity

Install / Use

npx skills add phuryn/pm-skills --skill pricing-strategy

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

83/100

Supported Platforms

Universal

Our assessment of pricing-strategy

pricing-strategy scores 83/100 on our quality scale, 775th of 1,937 Development & Engineering skills we index (top 41%).

Its SKILL.md is 3.6 KB long, split into 4 sections and no code examples: a solid amount of guidance for an agent.

With 26,568 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
26/30
Structure
8/20
Description
15/15
Adoption
19/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 11 days ago, so pricing-strategy is actively maintained.
  • It is released under the MIT license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

Safety scan

No issues found

Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands.

Automated pattern scan on 2026-09-25. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.

pricing-strategy compared with similar skills

All 4 of these similar skills score higher than pricing-strategy; compare them before choosing.

SkillScoreStarsUpdatedFormat
pricing-strategy (this skill)by phuryn8326.6k11d agoSKILL.md
ai-job-searchby MadsLorentzen10044.0k4d agoCLAUDE.md
claude-howtoby luongnv8910041.7k6d agoCLAUDE.md
algorithmic-artby anthropics100177.9k3d agoSKILL.md
pptxby anthropics100177.9k3d agoSKILL.md

Frequently asked questions

How do I install pricing-strategy?
Run npx skills add phuryn/pm-skills --skill pricing-strategy. The install tabs above show the steps for each supported agent.
Which AI agents does pricing-strategy work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is pricing-strategy safe to use?
Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. It is MIT-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is pricing-strategy still maintained?
The repository was last updated 11 days ago, so pricing-strategy is actively maintained.

name: pricing-strategy description: "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."

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

Related Skills

View on GitHub
GitHub Stars26.6k
CategoryDevelopment
Updated11d ago
Forks2.8k

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions