Skip to main content
ClaudeWave
Skill1.3k estrellas del repoactualizado 2d ago

monetizing-innovation

This Claude Code skill applies Madhavan Ramanujam and Georg Tacke's "Monetizing Innovation" framework to validate customer willingness to pay before building products and design pricing around proven demand. Use it when discussing pricing strategy, packaging features into tiers, choosing monetization models, or avoiding common failures like feature shock and hidden gems that cause revenue misses.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/wondelai/skills /tmp/monetizing-innovation && cp -r /tmp/monetizing-innovation/monetizing-innovation ~/.claude/skills/monetizing-innovation
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Monetizing Innovation

A framework for designing the product around the price, distilled from Simon-Kucher partners Madhavan Ramanujam and Georg Tacke's *Monetizing Innovation*. Use it to validate willingness to pay before building, dodge the four monetization failures, segment customers by value, package features into tiers people actually want, choose the right monetization model, and price with behavioral science instead of gut feel.

## Core Principle

**Design the product around the price — have the willingness-to-pay talk early.** 72% of new products miss their revenue targets, and the common root cause is treating price as an afterthought: build first, guess a number at launch. Price is a measure of how much customers value what you are building, which makes it the best early signal of whether to build it at all. Test willingness to pay at the concept stage and let it shape scope, segments, packaging, and the business case.

## Scoring

**Goal: 10/10.** Rate pricing and packaging decisions 0-10 against the principles below. Report the current score and the specific changes needed to reach 10/10.

- **9-10:** WTP validated at concept stage; segments built on value; leader-led tiers with killers unbundled; price metric tracks delivered value; launch monitored against pre-agreed triggers
- **7-8:** Real WTP research, but it arrived late or packaging still carries a killer feature; monetization model chosen deliberately
- **5-6:** Price set near launch from costs or competitors; one-size-fits-all offer; tiers or freemium copied from industry fashion
- **3-4:** Roadmap driven by feature enthusiasm; price a finance afterthought; discounting starts in week one
- **0-2:** No pricing conversation before launch; feature-shocked flagship, no segments, price cuts as the only lever

## Framework

### 1. Price Before Product

**Core concept:** Have the willingness-to-pay talk while the product is still a concept — before specs freeze, before the business case is locked, before code is written. You are not setting the final price; you are measuring whether customers value the idea, how much, and which parts of it. Those answers shape what gets built and for whom.

**Why it works:** WTP data turns pricing from a launch-week guess into a design input. If customers will not pay enough to sustain the product, you learn it while change is cheap; if they will pay far more than assumed, you build the premium version instead of leaving money on the table. The business case stops being hockey-stick fiction and becomes a testable claim you maintain as a living document.

**Key insights:**
- Customers cannot name the perfect price, but they reliably reveal a range — ask what feels acceptable, what feels expensive, and what is prohibitively expensive
- Ask purchase probability on a 1-5 scale and trust only the top box: 5s count (discounted), 4s are maybes, everything below is a no
- Trade-off questions beat direct ones: ranking features or choosing between priced bundles exposes real priorities
- Run it as a value conversation ("what would this be worth to you?"), never as a quote — you are researching, not negotiating
- If you cannot state the WTP range for a feature, you cannot justify building it
- Rebuild the business case whenever scope, segment, or price assumptions move — it should live weekly, not annually

**Applications:**

| Context | Application | Example |
|---------|-------------|---------|
| New product concept | Run WTP interviews before specs freeze | 15 target-buyer interviews put the concept at $40-60/seat before the roadmap is set |
| Business case | Anchor revenue on tested WTP, not analogy | Model uses the interview WTP curve, not "1% of a $2B market" |
| Feature decision | Gate roadmap items on WTP evidence | SSO ships because 8 of 10 enterprise interviews flag it as must-pay |

**Ethical boundary:** WTP research exists to match price to delivered value — not to find each customer's maximum pain and extract it.

See: [references/wtp-conversations.md](references/wtp-conversations.md)

### 2. The Four Monetization Failures

**Core concept:** Monetization disasters come in four types. Feature shock: cramming too much into one product until complexity and cost destroy value. Minivation: the right product priced too timidly, leaving money on the table. Hidden gem: a game-changing product the organization never recognizes or monetizes. Undead: a product nobody wants, kept alive past the evidence. Every struggling product is drifting toward one of these.

**Why it works:** Naming the failure mode turns a vague "sales are soft" into a specific countermeasure: cut the feature pile, raise the price, give the gem an owner, or kill the zombie. The same WTP research that would have prevented each failure is also how you diagnose it — the diagnosis is testable, not a matter of opinion.

**Key insights:**
- Feature shock shows up in research as flat WTP while features pile on — each addition raises cost and confusion but not value
- Minivation hides behind internal anchors: the 10x product priced 10% above the product it replaces
- A win rate near 100% and zero price pushback is not great sales — it is minivation's signature
- Hidden gems die of ownership, not value: byproducts and side tools have no monetization owner unless one is appointed
- Undead products survive on sunk cost and rationalized research ("respondents didn't get it") — set kill criteria before you are emotionally invested
- Each failure has an opposite cure — cut, raise, spin out, kill — and applying the wrong one makes things worse

**Applications:**

| Context | Application | Example |
|---------|-------------|---------|
| Pre-launch review | Classify which failure the product is drifting toward | All-in-one analytics suite tests as feature shock; cut to the three features with proven WTP |
| Price review | Check price against the WTP ceiling, not last year's list | Plugin priced at $9 while interviews call $49 acceptable — m
37signals-waySkill

Build lean, opinionated products using the 37signals philosophy from Getting Real, Rework, and Shape Up. Use when the user mentions "Getting Real", "Rework", "Shape Up", "37signals", "Basecamp method", "six-week cycles", "fixed time variable scope", "appetite vs estimates", "betting table", "breadboarding", "fat marker sketch", "build less", "underdo the competition", or "opinionated software". Also trigger when cutting scope to ship faster, running small teams, avoiding long-term roadmaps, or eliminating meetings. Covers shaping, betting, building, and the art of saying no. For MVP validation, see lean-startup. For design sprints, see design-sprint.

blue-ocean-strategySkill

Create uncontested market space using value innovation instead of competing head-to-head. Use when the user mentions "blue ocean", "red ocean", "strategy canvas", "ERRC framework", "value innovation", "non-customers", "buyer utility map", "eliminate-reduce-raise-create", or "uncontested market". Also trigger when comparing pricing strategies, exploring new market categories, finding underserved customer segments, or asking how to stop competing on price. Covers the Four Actions Framework, buyer utility map, and value-cost trade-offs. For tech adoption strategy, see crossing-the-chasm. For product positioning, see obviously-awesome.

clean-architectureSkill

Structure software around the Dependency Rule: source code dependencies point inward from frameworks to use cases to entities. Use when the user mentions "architecture layers", "dependency rule", "ports and adapters", "hexagonal architecture", "use case boundary", "onion architecture", "screaming architecture", or "framework independence". Also trigger when decoupling business logic from databases or frameworks, defining module boundaries, or debating where to put business rules. Covers component principles, boundaries, and SOLID. For code quality, see clean-code. For domain modeling, see domain-driven-design.

clean-codeSkill

Write readable, maintainable code through disciplined naming, small functions, and clean error handling. Use when the user mentions "code review", "naming conventions", "function too long", "code smells", "readable code", "boy scout rule", "single responsibility", or "unit test quality". Also trigger when reviewing pull requests for readability, refactoring messy functions, debating comment styles, or improving error handling patterns. Covers SRP, comment discipline, formatting, and unit testing. For refactoring techniques, see refactoring-patterns. For architecture, see clean-architecture.

contagiousSkill

Engineer word-of-mouth and virality using the STEPPS framework (Social Currency, Triggers, Emotion, Public, Practical Value, Stories). Use when the user mentions "go viral", "word of mouth", "shareable content", "social currency", "why people share", "viral loop", "referral program", or "organic growth". Also trigger when designing shareable features, crafting social media campaigns, or building products that spread through peer recommendation. Covers environmental triggers and high-arousal emotional content. For sticky messaging, see made-to-stick. For persuasion tactics, see influence-psychology.

continuous-discoverySkill

Build a weekly cadence of customer touchpoints using Opportunity Solution Trees, assumption mapping, and interview snapshots. Use when the user mentions "continuous discovery", "opportunity solution tree", "weekly interviews", "assumption testing", "discovery habits", "product trio", or "outcome-based roadmap". Also trigger when setting up regular customer feedback loops, prioritizing which experiments to run, or connecting discovery insights to delivery work. Covers experience mapping, co-creation, and prioritizing opportunities. For interview technique, see mom-test. For team structure, see inspired-product.

cro-methodologySkill

Audit websites and landing pages for conversion issues and design evidence-based A/B tests. Use when the user mentions "landing page isnt converting", "conversion rate", "A/B test", "why visitors leave", "objection handling", "bounce rate", "split testing", or "conversion funnel". Also trigger when diagnosing why signups are low, designing experiment hypotheses, or auditing checkout flows for friction points. Covers funnel mapping, persuasion assets, and objection/counter-objection frameworks. For overall marketing strategy, see one-page-marketing. For usability issues, see ux-heuristics.

crossing-the-chasmSkill

Navigate the technology adoption lifecycle from early adopters to mainstream market. Use when the user mentions "crossing the chasm", "beachhead segment", "whole product", "early adopters vs. mainstream", "tech go-to-market", "bowling pin strategy", "technology adoption lifecycle", or "pragmatist buyers". Also trigger when a startup has early traction but struggles to grow beyond initial users, or when planning go-to-market for technical products. Covers D-Day analogy, bowling-pin strategy, and positioning against incumbents. For product positioning, see obviously-awesome. For new market creation, see blue-ocean-strategy.