Files
claude-skills-reference/c-level-advisor/cro-advisor/references/pricing_strategy.md
Alireza Rezvani 466aa13a7b feat: C-Suite expansion — 8 new executive advisory roles (2→10) (#264)
* feat: C-Suite expansion — 8 new executive advisory roles

Add COO, CPO, CMO, CFO, CRO, CISO, CHRO advisors and Executive Mentor.
Expands C-level advisory from 2 to 10 roles with 74 total files.

Each role includes:
- SKILL.md (lean, <5KB, ~1200 tokens for context efficiency)
- Reference docs (loaded on demand, not at startup)
- Python analysis scripts (stdlib only, runnable CLI)

Executive Mentor features /em: slash commands (challenge, board-prep,
hard-call, stress-test, postmortem) with devil's advocate agent.

21 Python tools, 24 reference frameworks, 28,379 total lines.
All SKILL.md files combined: ~17K tokens (8.5% of 200K context window).

Badge: 88 → 116 skills

* feat: C-Suite orchestration layer + 18 complementary skills

ORCHESTRATION (new):
- cs-onboard: Founder interview → company-context.md
- chief-of-staff: Routing, synthesis, inter-agent orchestration
- board-meeting: 6-phase multi-agent deliberation protocol
- decision-logger: Two-layer memory (raw transcripts + approved decisions)
- agent-protocol: Inter-agent invocation with loop prevention
- context-engine: Company context loading + anonymization

CROSS-CUTTING CAPABILITIES (new):
- board-deck-builder: Board/investor update assembly
- scenario-war-room: Cascading multi-variable what-if modeling
- competitive-intel: Systematic competitor tracking + battlecards
- org-health-diagnostic: Cross-functional health scoring (8 dimensions)
- ma-playbook: M&A strategy (acquiring + being acquired)
- intl-expansion: International market entry frameworks

CULTURE & COLLABORATION (new):
- culture-architect: Values → behaviors, culture code, health assessment
- company-os: EOS/Scaling Up operating system selection + implementation
- founder-coach: Founder development, delegation, blind spots
- strategic-alignment: Strategy cascade, silo detection, alignment scoring
- change-management: ADKAR-based change rollout framework
- internal-narrative: One story across employees/investors/customers

UPGRADES TO EXISTING ROLES:
- All 10 roles get reasoning technique directives
- All 10 roles get company-context.md integration
- All 10 roles get board meeting isolation rules
- CEO gets stage-adaptive temporal horizons (seed→C)

Key design decisions:
- Two-layer memory prevents hallucinated consensus from rejected ideas
- Phase 2 isolation: agents think independently before cross-examination
- Executive Mentor (The Critic) sees all perspectives, others don't
- 25 Python tools total (stdlib only, no dependencies)

52 new files, 10 modified, 10,862 new lines.
Total C-suite ecosystem: 134 files, 39,131 lines.

* fix: connect all dots — Chief of Staff routes to all 28 skills

- Added complementary skills registry to routing-matrix.md
- Chief of Staff SKILL.md now lists all 28 skills in ecosystem
- Added integration tables to scenario-war-room and competitive-intel
- Badge: 116 → 134 skills
- README: C-Level Advisory count 10 → 28

Quality audit passed:
 All 10 roles: company-context, reasoning, isolation, invocation
 All 6 phases in board meeting
 Two-layer memory with DO_NOT_RESURFACE
 Loop prevention (no self-invoke, max depth 2, no circular)
 All /em: commands present
 All complementary skills cross-reference roles
 Chief of Staff routes to every skill in ecosystem

* refactor: CEO + CTO advisors upgraded to C-suite parity

Both roles now match the structural standard of all new roles:
- CEO: 11.7KB → 6.8KB SKILL.md (heavy content stays in references)
- CTO: 10KB → 7.2KB SKILL.md (heavy content stays in references)

Added to both:
- Integration table (who they work with and when)
- Key diagnostic questions
- Structured metrics dashboard table
- Consistent section ordering (Keywords → Quick Start → Responsibilities → Questions → Metrics → Red Flags → Integration → Reasoning → Context)

CEO additions:
- Stage-adaptive temporal horizons (seed=3m/6m/12m → B+=1y/3y/5y)
- Cross-references to culture-architect and board-deck-builder

CTO additions:
- Key Questions section (7 diagnostic questions)
- Structured metrics table (DORA + debt + team + architecture + cost)
- Cross-references to all peer roles

All 10 roles now pass structural parity:  Keywords  QuickStart  Questions  Metrics  RedFlags  Integration

* feat: add proactive triggers + output artifacts to all 10 roles

Every C-suite role now specifies:
- Proactive Triggers: 'surface these without being asked' — context-driven
  early warnings that make advisors proactive, not reactive
- Output Artifacts: concrete deliverables per request type (what you ask →
  what you get)

CEO: runway alerts, board prep triggers, strategy review nudges
CTO: deploy frequency monitoring, tech debt thresholds, bus factor flags
COO: blocker detection, scaling threshold warnings, cadence gaps
CPO: retention curve monitoring, portfolio dog detection, research gaps
CMO: CAC trend monitoring, positioning gaps, budget staleness
CFO: runway forecasting, burn multiple alerts, scenario planning gaps
CRO: NRR monitoring, pipeline coverage, pricing review triggers
CISO: audit overdue alerts, compliance gaps, vendor risk
CHRO: retention risk, comp band gaps, org scaling thresholds
Executive Mentor: board prep triggers, groupthink detection, hard call surfacing

This transforms the C-suite from reactive advisors into proactive partners.

* feat: User Communication Standard — structured output for all roles

Defines 3 output formats in agent-protocol/SKILL.md:

1. Standard Output: Bottom Line → What → Why → How to Act → Risks → Your Decision
2. Proactive Alert: What I Noticed → Why It Matters → Action → Urgency (🔴🟡)
3. Board Meeting: Decision Required → Perspectives → Agree/Disagree → Critic → Action Items

10 non-negotiable rules:
- Bottom line first, always
- Results and decisions only (no process narration)
- What + Why + How for every finding
- Actions have owners and deadlines ('we should consider' is banned)
- Decisions framed as options with trade-offs
- Founder is the highest authority — roles recommend, founder decides
- Risks are concrete (if X → Y, costs $Z)
- Max 5 bullets per section
- No jargon without explanation
- Silence over fabricated updates

All 10 roles reference this standard.
Chief of Staff enforces it as a quality gate.
Board meeting Phase 4 uses the Board Meeting Output format.

* feat: Internal Quality Loop — verification before delivery

No role presents to the founder without passing verification:

Step 1: Self-Verification (every role, every time)
  - Source attribution: where did each data point come from?
  - Assumption audit: [VERIFIED] vs [ASSUMED] tags on every finding
  - Confidence scoring: 🟢 high / 🟡 medium / 🔴 low per finding
  - Contradiction check against company-context + decision log
  - 'So what?' test: every finding needs a business consequence

Step 2: Peer Verification (cross-functional)
  - Financial claims → CFO validates math
  - Revenue projections → CRO validates pipeline backing
  - Technical feasibility → CTO validates
  - People/hiring impact → CHRO validates
  - Skip for single-domain, low-stakes questions

Step 3: Critic Pre-Screen (high-stakes only)
  - Irreversible decisions, >20% runway impact, strategy changes
  - Executive Mentor finds weakest point before founder sees it
  - Suspicious consensus triggers mandatory pre-screen

Step 4: Course Correction (after founder feedback)
  - Approve → log + assign actions
  - Modify → re-verify changed parts
  - Reject → DO_NOT_RESURFACE + learn why
  - 30/60/90 day post-decision review

Board meeting contributions now require self-verified format with
confidence tags and source attribution on every finding.

* fix: resolve PR review issues 1, 4, and minor observation

Issue 1: c-level-advisor/CLAUDE.md — completely rewritten
  - Was: 2 skills (CEO, CTO only), dated Nov 2025
  - Now: full 28-skill ecosystem map with architecture diagram,
    all roles/orchestration/cross-cutting/culture skills listed,
    design decisions, integration with other domains

Issue 4: Root CLAUDE.md — updated all stale counts
  - 87 → 134 skills across all 3 references
  - C-Level: 2 → 33 (10 roles + 5 mentor commands + 18 complementary)
  - Tool count: 160+ → 185+
  - Reference count: 200+ → 250+

Minor observation: Documented plugin.json convention
  - Explained in c-level-advisor/CLAUDE.md that only executive-mentor
    has plugin.json because only it has slash commands (/em: namespace)
  - Other skills are invoked by name through Chief of Staff or directly

Also fixed: README.md 88+ → 134 in two places (first line + skills section)

* fix: update all plugin/index registrations for 28-skill C-suite

1. c-level-advisor/.claude-plugin/plugin.json — v2.0.0
   - Was: 2 skills, generic description
   - Now: all 28 skills listed with descriptions, all 25 scripts,
     namespace 'cs', full ecosystem description

2. .codex/skills-index.json — added 18 complementary skills
   - Was: 10 roles only
   - Now: 28 total c-level entries (10 roles + 6 orchestration +
     6 cross-cutting + 6 culture)
   - Each with full description for skill discovery

3. .claude-plugin/marketplace.json — updated c-level-skills entry
   - Was: generic 2-skill description
   - Now: v2.0.0, full 28-skill ecosystem description,
     skills_count: 28, scripts_count: 25

* feat: add root SKILL.md for c-level-advisor ClawHub package

---------

Co-authored-by: Leo <leo@openclaw.ai>
2026-03-06 01:35:08 +01:00

15 KiB
Raw Blame History

Pricing Strategy

Pricing is not a one-time decision. It's an ongoing hypothesis about value and willingness to pay. Most SaaS companies are underpriced by 20-40%.


Pricing Models

Per Seat / User

How it works: Customer pays a fixed amount per user, per month or year.

Best for:

  • Collaboration tools (everyone who uses it needs a license)
  • Productivity software where value scales with users
  • Products where you want viral / network growth within accounts

Pricing structure:

Starter: $15/user/month (1-10 users)
Professional: $30/user/month (11-100 users)  
Enterprise: Custom (100+ users, negotiated)

Pros:

  • Simple to understand and sell
  • Revenue scales naturally with customer growth
  • Predictable for customers (fixed monthly cost)

Cons:

  • Customers negotiate volume discounts aggressively
  • Discourages broad adoption if price is high (seat hoarding)
  • Doesn't capture value for power users vs. light users
  • Enterprises can negotiate $5/seat on a $25 product

Watch for: Customers sharing logins to avoid per-seat cost. Enforce with IP restrictions or SSO audit logs.


Usage-Based Pricing (UBP)

How it works: Customer pays for what they consume — API calls, data processed, messages sent, compute hours, etc.

Best for:

  • API companies, infrastructure, data platforms
  • AI products (per-token, per-query pricing)
  • Products where value scales non-linearly with usage
  • Land-and-expand: low entry cost, grows with customer success

Pricing structure:

Free tier: First 10K API calls/month
Pay-as-you-go: $0.002 per API call
Committed use: $500/month for 500K calls (better rate)
Enterprise: Custom contract, committed volume discount

Pros:

  • Customer pays in proportion to value received
  • Low barrier to entry (customers start small, scale up)
  • Natural expansion: customer success = revenue growth
  • No "unused licenses" problem

Cons:

  • Revenue is unpredictable for both you and the customer
  • Hard to forecast; hard to budget for customer
  • Customers may optimize to reduce usage (and your revenue)
  • Complex billing; requires robust usage tracking infrastructure

Usage-based pricing math:

Unit cost (your COGS per unit): $0.0002 per API call
Target gross margin: 80%
Price = COGS / (1 - margin) = $0.0002 / 0.20 = $0.001 minimum

Add markup for value delivered above cost: $0.002 per call (10x markup at scale)

Hybrid usage + seat approach:

  • Platform fee: $500/month (access, support, base features)
  • Usage fee: $0.001 per API call above included 100K

Flat Rate / Subscription

How it works: One price for full access, regardless of usage or users.

Best for:

  • Simple products with limited feature differentiation
  • Products where usage is predictable and bounded
  • Customers who want budget certainty
  • Early stage before you've figured out value segmentation

Pros:

  • Simplest to sell and explain
  • Easiest billing implementation
  • Customers love budget predictability

Cons:

  • Leaves money on the table for heavy users
  • No natural expansion revenue mechanism
  • Light users pay the same as power users (retention risk)

When to move away from flat rate:

  • 20% of customers are using 80% of the product capacity
  • Power users would clearly pay more; light users churn or underutilize
  • You have a clear expansion story waiting to happen

Tiered / Feature-Based

How it works: Multiple packages (Starter, Pro, Enterprise) with different feature sets and/or usage limits.

Best for:

  • Multi-use-case products
  • Different buyer types (individual vs. team vs. enterprise)
  • Products with a natural upgrade path based on sophistication

Structure (Good / Better / Best):

Starter ($49/mo):      Core features, 3 users, 10GB storage
Professional ($149/mo): Advanced features, 25 users, 100GB, API access
Business ($499/mo):    All features, 100 users, 1TB, SSO, priority support
Enterprise (custom):   Unlimited, custom integrations, SLA, dedicated CSM

Tier design principles:

  • Starter tier: removes friction, proves value, not the revenue center
  • Professional: the primary revenue tier; 60-70% of customers land here
  • Enterprise: custom pricing allows you to capture maximum value
  • Each tier upgrade should have an obvious "must-have" feature for the target buyer

What to gate on each tier:

Feature Type Where to Put It
Core product functionality Starter (must be useful)
Collaboration features Pro (drives team usage)
Admin, security, SSO Business/Enterprise
API / integrations Pro and above
SLAs, dedicated support Enterprise only
Advanced analytics Business/Enterprise

Hybrid Pricing

How it works: Combination of models (e.g., platform fee + per seat + usage).

Example:

Platform fee: $2,000/month (access, core features, admin console)
Per seat: $50/user/month (up to 200 users)
Usage overage: $0.10/action above 100K included actions

When to use hybrid:

  • Enterprise customers want budget certainty (platform fee) but your value scales with usage
  • You have different cost structures for different features
  • Customers have very different usage patterns across the base

Pros: Captures value at multiple dimensions. Hybrid is most common in enterprise SaaS. Cons: More complex to explain and bill. Sales training burden increases.


Value-Based Pricing Methodology

Cost-plus pricing is a race to the bottom. Price on value, not cost.

Step 1: Define the Economic Outcome

What business result does your product deliver? Be specific.

Weak: "We help companies save time" Strong: "We reduce onboarding time for new enterprise software by 40%, saving 8 hours per employee"

Map to one of:

  • Revenue increase — "Our customers close 25% more deals using our CRM intelligence"
  • Cost reduction — "We eliminate 60% of manual data entry for finance teams"
  • Risk reduction — "We reduce compliance violations by 90%, avoiding $500K+ in potential fines"
  • Time savings — "CSMs spend 5 fewer hours per week on manual reporting"

Step 2: Quantify Per Customer

Calculate the dollar value of the outcome for your average customer.

Example: Data entry automation product
  Target customer: 50-person finance team
  Manual data entry: 4 hours/person/week
  Hours saved with product: 2.4 hours/person/week (60% reduction)
  Fully loaded cost of finance analyst: $75/hour
  
  Weekly savings: 50 employees × 2.4 hours × $75 = $9,000
  Annual savings: $9,000 × 52 weeks = $468,000

Step 3: Determine Willingness to Pay

Customers will typically pay 10-20% of the value delivered for software.

Annual value delivered: $468,000
Willingness to pay range: $46,800 - $93,600/year
Current market pricing: ~$60,000/year

Your pricing: $72,000/year (between median and upper WTP)

Test your hypothesis:

  • Interview 5-10 customers: "If we charged $X/year, is that reasonable?"
  • Van Westendorp Price Sensitivity Meter:
    • "At what price is this too cheap to trust?"
    • "At what price is this a good deal?"
    • "At what price is this getting expensive but still worth it?"
    • "At what price is this too expensive?"

Step 4: Validate with Win Rate Analysis

Run this analysis quarterly:
  Track win rate by price point (segmented if possible)
  Win rate 30-40%: pricing is likely right
  Win rate < 20%: price is too high OR value demonstration is broken
  Win rate > 50%: you're underpriced

Note: Distinguish between "lost on price" and "lost on fit."
  Lost on price + good ROI proof: test lower price or improve value story
  Lost on fit: ICP problem, not pricing problem

Packaging (Good / Better / Best)

The Three-Package Framework

Packaging is not just about features. It's about serving different buyer personas with different budgets and needs.

Buyer personas by tier:

Starter → The individual contributor or small team trying to solve an immediate problem
  - Low budget authority
  - Low-friction purchase (credit card, self-serve)
  - Needs quick time to value

Professional → The team manager or department head
  - $10K-100K budget authority
  - Works with inside sales
  - Needs collaboration features and reporting

Enterprise → The VP or C-suite buyer
  - Unlimited budget (but requires justification)
  - Needs compliance, security, SLAs, dedicated support
  - Long buying process, multiple stakeholders

Packaging Design Rules

  1. Each tier must be useful on its own. Starter can't be crippled—customers need to succeed.
  2. Upgrade triggers must be obvious. When a customer hits a limit, the next tier should solve it clearly.
  3. Don't gate features that drive adoption. Collaboration features gated in a low tier kill viral growth.
  4. Enterprise pricing is custom. Show "Contact Sales" or a starting price. Don't publish a firm enterprise price—you'll anchor too low.
  5. Annual vs. monthly pricing: Charge 15-25% more for monthly vs. annual. Incentivize annual prepay.

Pricing Page Design

  • Lead with the most popular tier (visually prominent)
  • Show annual pricing by default (with toggle to monthly)
  • Highlight one or two "recommended" plans
  • Feature comparison table: minimize the number of rows (overwhelm = no decision)
  • Show logos of customers on each tier (social proof by segment)
  • Live chat for enterprise CTA, not "Contact Sales" form

Pricing Experiments and Rollout

Before You Change Pricing

Internal checklist:

  • Validate new pricing with 5-10 current customers (interviews)
  • Run a willingness-to-pay survey with 50+ prospects
  • Model revenue impact: how many customers at new pricing are equivalent to current ARR?
  • Get CFO sign-off on cash flow impact
  • Prepare messaging for customers, website, sales team
  • Set a rollout date 60-90 days out

Testing Approaches

Cohort testing (safest):

  • New signups see new pricing; existing customers are grandfathered
  • Monitor: conversion rate, ACV, win rate, time-to-close
  • Run for 90 days before full rollout

A/B pricing test (higher stakes):

  • Half of new signups see price A, half see price B
  • Risk: word gets out that prices differ (customer frustration)
  • Use only on self-serve, where purchase is not sales-assisted

Segment-specific rollout:

  • Change pricing in one segment (e.g., SMB) while holding enterprise steady
  • Lower risk than full rollout; validate before expanding

Pricing Rollout Plan

Day 0:  Decision made, pricing document approved
Day -60: Internal communication to sales, CS, support
Day -45: Customer communication drafted and reviewed
Day -30: New pricing live on website for new customers
Day -30: Existing customer email sent (90-day grandfather period)
Day -30: Sales team trained, FAQ document ready
Day -14: Second reminder to existing customers
Day 0:   Existing customers transition to new pricing
Day +30: Win rate analysis, NRR impact review

Grandfathering Policy

  • Standard: Grandfather existing customers at old price for 12 months
  • Aggressive: 90 days grandfather, then new pricing applies (use if you're raising significantly)
  • Never: Retroactive pricing changes with no notice. This is a churn trigger and brand damage.

Grandfathering message framing:

"We're investing significantly in [feature areas]. As a valued customer, your pricing remains unchanged through [date]. After that, your new rate will be $X — still X% less than new customer pricing as a thank-you for your partnership."


Competitive Pricing Analysis

Mapping the Competitive Landscape

Step 1: List all direct competitors
Step 2: Find their public pricing (website, G2, Capterra)
Step 3: Secret shop their sales process for unpublished pricing
Step 4: Talk to customers who considered them ("What did they quote you?")
Step 5: Map to your packaging (apples-to-apples comparison)

Output: Competitive pricing matrix
  You: $X/month per seat at Pro tier
  Competitor A: $Y/month per seat at equivalent tier
  Competitor B: Custom (enterprise only)

Competitive Positioning by Price

Your Position Situation Response
Significantly cheaper Unclear why Raise prices or clarify differentiation
Slightly cheaper Winning on price Test raising price, monitor win rate
At market Competing on features Make sure differentiation is clear in sales
Slightly more expensive Win rate healthy Price is justified by value
Significantly more expensive Win rate low Improve value proof or re-examine ICP

When "They're Cheaper" Appears in Deals

Coach your reps:

  1. "What makes [Competitor] worth choosing over the $X difference?" (reframe value, not price)
  2. "If price were equal, which would you choose and why?" (understand true preference)
  3. "What's the cost of not solving this problem in Q3?" (urgency + value)
  4. "What's their implementation cost and time?" (TCO, not ACV)

If price is truly the barrier:

  • Offer a pilot at reduced scope (not price) to prove value
  • Multi-year deal with year-one discount
  • Defer payment to match their budget cycle (start in Q4, bill in Q1)
  • Confirm it's price and not a champion issue or lack of urgency

When to Raise Prices

Green Lights for a Price Increase

Product signals:

  • Customer usage growing QoQ (product delivers real value)
  • NPS consistently > 40
  • Feature requests indicate you're solving critical workflows
  • Customers measuring and can articulate ROI

Market signals:

  • Win rate > 35% (strong signal of underpricing)
  • Waitlist or high inbound conversion without price objections
  • Competitors raising prices (market is moving up)
  • You've added significant value (new features, integrations, uptime improvements)

Business signals:

  • Gross margin below 70% (cost inflation requires pricing response)
  • CAC payback > 24 months (need higher ACV to fix unit economics)
  • Haven't raised prices in 2+ years (inflation alone justifies adjustment)

How Much to Raise

Conservative: 10-15% increase. Low risk, low disruption. Standard: 15-30% increase. Acceptable if value story is strong. Aggressive: 30-50% increase. Only with major product investment or clear underprice. Repositioning: 2-5x increase. Rare; requires moving to a new buyer persona.

Rule: If fewer than 20% of prospects mention price as a concern, you're underpriced. Test.

Price Increase Execution

  1. Raise new business pricing immediately on the website
  2. Communicate to existing customers with 90 days notice
  3. Grandfather for 12 months OR give a 10-15% loyalty discount on new price
  4. Track: conversion rate (new business), churn rate (existing), expansion ARR impact
  5. Monitor win rate for 60 days post-increase; adjust if win rate drops > 5 points

What not to do:

  • Don't apologize for raising prices
  • Don't over-explain the justification (confident framing wins)
  • Don't let sales reps negotiate discounts back to old pricing "just this once"
  • Don't raise prices and remove features simultaneously