mcpbeat Sign in

Pricing Change Strategist Skill for Claude

Design and roll out a price increase or packaging change without triggering churn. Segments the base by price sensitivity, models revenue and churn scenarios, decides grandfathering and notice strategy, and produces the full comms kit (customer email, in-app notice, sales talk track, support FAQ, objection handling). Use when raising prices, repackaging tiers, or moving customers to new plans.

1k tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
235
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/OneWave-AI/claude-skills --skill pricing-change-strategist

The instruction itself

8 sections, as written by the author

Pricing Change Strategist

Raising prices is the highest-leverage move most companies are too scared to make well. Done carelessly it churns your base and lights up Twitter. Done well it's nearly pure margin. This skill plans the change end to end — the math, the segmentation, the grandfathering call, and every word customers will read.

Pair it with product-launch-war-room (to decide *whether*) and customer-panel-of-experts (to hear how each segment reacts). This skill owns the *how*.

Step 1 — Establish the baseline

Gather (read-only from billing/CRM where connected — Stripe, Mercury, Supabase via $SUPABASE_TOKEN; otherwise ask):

  • Current pricing, tiers, and discount reality (list vs. actual realized).
  • Revenue distribution: ACV by segment, concentration, % on legacy/grandfathered plans.
  • Churn and expansion rates by segment.
  • Cost-to-serve by tier (where the margin actually is).
  • The trigger: why now — cost, value delivered, repositioning, market.

Security: read-only. Never modify subscriptions, prices, or send anything. No real customer PII in artifacts — segment in aggregate. Secrets in env vars only.

Step 2 — Segment by price sensitivity

Split the base into action groups, e.g.:

  • Anchor accounts — high revenue, high switching cost → can absorb increase, handle white-glove.
  • Price-sensitive core — value-conscious, mobile → highest churn risk, needs the strongest value story.
  • Legacy / underpriced — paying far below current value → biggest opportunity, biggest betrayal risk.
  • At-risk — already low engagement → may use the increase as an exit cue; decide if you want to keep them.

For each: current price, proposed price, % change, estimated churn response, net revenue impact.

Step 3 — Model the scenarios

Build a simple, transparent model (write it out so the math is auditable — never hand-wave aggregates):

  • Conservative / expected / aggressive increase levels.
  • For each: projected churn %, retained revenue, net new revenue, payback on any concessions.
  • The break-even churn: how much churn the increase can absorb before it's net-negative.
  • Sensitivity: which assumption the outcome hinges on most.

State assumptions explicitly and label them assumptions. If billing data is connected, ground the model in real numbers and cite them; if not, mark it as estimated and tell the user what data would tighten it.

Step 4 — Decide the policy

  • Grandfathering: none / time-boxed / permanent for anchors — with the revenue trade-off of each.
  • Notice period: how much warning (longer for larger increases / annual contracts).
  • Migration path: how legacy plans move, and the off-ramp for those who won't.
  • Concessions: annual-prepay discount, lock-in window, feature sweetener to soften the change.
  • Sequencing: new customers first → expansions → renewals → existing base, or a clean date.

Step 5 — Produce the comms kit

# Price Change Plan — {Company}
Generated: {timestamp} · Grounding: {billing-data / estimated}

## Recommendation
Increase {X%} on {segments}, {grandfathering policy}, {notice}, effective {date}.
Expected: +{$} net revenue, {Y%} churn risk, break-even at {Z%} churn.

## Segment plan (table)
## Scenario model (table + assumptions)
## Rollout timeline & sequencing
## Risk register & rollback triggers

## Comms — ready to send
### Customer email (warm, value-first, no apology-for-existing tone)
### In-app / banner notice
### Sales talk track (for accounts that push back)
### Support FAQ + objection handling ("why is it going up", "I'll cancel", "match my old price")
### Internal brief (so the team answers consistently)

Lead every customer-facing message with *value delivered*, then the change, then the path forward — never apologize for charging fairly. Match the user's voice: direct, confident, no corporate fluff.

Step 6 — Pressure-test

Offer to run the email and talk track through prospect-panel-simulator / customer-panel-of-experts before sending, and to set the rollback triggers as a monitoring checklist.

Guardrails recap

Read-only on billing — never change a subscription · model is transparent and assumptions are labeled · grandfathering and rollback are explicit decisions · comms lead with value, never apology · no real customer PII in artifacts.

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 onewave-ai/pricing-change-strategist 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.