Product-org-os pricing-model

'Design a pricing model with specific tiers, packaging, and feature allocation per plan. Activate when: "design pricing tiers", "pricing model", "package our offering", pricing structure, tier

install
source · Clone the upstream repo
git clone https://github.com/yohayetsion/product-org-os
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/yohayetsion/product-org-os "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/pricing-model" ~/.claude/skills/yohayetsion-product-org-os-pricing-model && rm -rf "$T"
manifest: skills/pricing-model/SKILL.md
source content

Document Intelligence

This skill supports three modes: Create, Update, and Find.

Mode Detection

SignalModeConfidence
"update", "revise", "change" in inputUPDATE100%
File path provided (
@path/to/pricing-model.md
)
UPDATE100%
"create", "new", "design" in inputCREATE100%
"find", "search", "list models"FIND100%
"the pricing model", "our pricing"UPDATE85%
Just product nameCREATE60%

Threshold: ≥85% auto-proceed | 70-84% state assumption | <70% ask user

Mode Behaviors

CREATE: Generate complete new pricing model using template below.

UPDATE:

  1. Read existing model (search if path not provided)
  2. Preserve pricing philosophy and rationale
  3. Update price points, tiers, or feature matrix
  4. Increment version number
  5. Show diff summary: "Updated: [sections]. Version: X → Y."

FIND:

  1. Search paths below for pricing models
  2. Present results: product, version, status, path
  3. Ask: "Update one of these, or create new?"

Search Locations for Pricing Models

  • pricing/
  • strategy/pricing/
  • gtm/
  • business/

Design a Pricing Model for the specified product.

Vision to Value Phase

Phase 2: Strategic Decisions - Pricing model selection is a key commercial decision.

Prerequisites: Value proposition defined, competitive context understood Outputs used by: Pricing strategy, GTM strategy, sales enablement

Output Structure

# Pricing Model: [Product Name]

**Version**: [Version number]
**Owner**: [Name]
**Effective Date**: [Date]
**Status**: Draft / Proposed / Approved / Active

## Pricing Philosophy

**Value Basis**: [What customers are paying for]
**Pricing Approach**: Value-based / Cost-plus / Competitive / Penetration

## Pricing Model Type

**Selected Model**: [Per user / Per usage / Flat rate / Tiered / Freemium / etc.]

**Rationale**: [Why this model fits]

**Alternatives Considered**:
| Model | Pros | Cons | Why Not |
|-------|------|------|---------|
| [Alt 1] | [Pros] | [Cons] | [Reason] |
| [Alt 2] | [Pros] | [Cons] | [Reason] |

## Pricing Tiers

| Tier | Price | Billing | Target Segment | Key Limits |
|------|-------|---------|----------------|------------|
| Free | $0 | - | [Segment] | [Limits] |
| Starter | $X/mo | Monthly/Annual | [Segment] | [Limits] |
| Professional | $X/mo | Monthly/Annual | [Segment] | [Limits] |
| Enterprise | Custom | Annual | [Segment] | Unlimited |

## Feature Matrix

| Feature | Free | Starter | Pro | Enterprise |
|---------|------|---------|-----|------------|
| [Feature 1] | ✓ | ✓ | ✓ | ✓ |
| [Feature 2] | ✗ | ✓ | ✓ | ✓ |
| [Feature 3] | ✗ | ✗ | ✓ | ✓ |
| [Feature 4] | ✗ | ✗ | ✗ | ✓ |

## Usage Limits

| Metric | Free | Starter | Pro | Enterprise |
|--------|------|---------|-----|------------|
| [Users] | X | X | X | Unlimited |
| [Storage] | X GB | X GB | X GB | Unlimited |
| [API calls] | X/mo | X/mo | X/mo | Unlimited |

## Add-Ons

| Add-On | Price | Available On |
|--------|-------|--------------|
| [Add-on 1] | $X/mo | Pro+ |
| [Add-on 2] | $X/mo | All paid |

## Discount Policy

| Discount Type | Amount | Approval | Criteria |
|---------------|--------|----------|----------|
| Annual prepay | X% | Auto | Commit to annual |
| Multi-year | X% | Manager | 2+ year commit |
| Volume | Up to X% | Director | X+ seats |
| Strategic | Up to X% | VP | Strategic account |

## Competitive Comparison

| Competitor | Their Price | Our Price | Position |
|------------|-------------|-----------|----------|
| [Comp 1] | $X | $X | Premium/Parity/Value |

## Financial Model

| Scenario | ARPU | Customers | MRR |
|----------|------|-----------|-----|
| Conservative | $X | X | $X |
| Base | $X | X | $X |
| Optimistic | $X | X | $X |

Instructions

  1. Ask about target segments and value metrics if not clear
  2. Reference any competitive or financial documents via @file syntax
  3. Ensure tiers have clear upgrade paths
  4. Include competitive context
  5. Save in pricing/ folder
  6. Offer to create presentation version using /present