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.mdsource content
Document Intelligence
This skill supports three modes: Create, Update, and Find.
Mode Detection
| Signal | Mode | Confidence |
|---|---|---|
| "update", "revise", "change" in input | UPDATE | 100% |
File path provided () | UPDATE | 100% |
| "create", "new", "design" in input | CREATE | 100% |
| "find", "search", "list models" | FIND | 100% |
| "the pricing model", "our pricing" | UPDATE | 85% |
| Just product name | CREATE | 60% |
Threshold: ≥85% auto-proceed | 70-84% state assumption | <70% ask user
Mode Behaviors
CREATE: Generate complete new pricing model using template below.
UPDATE:
- Read existing model (search if path not provided)
- Preserve pricing philosophy and rationale
- Update price points, tiers, or feature matrix
- Increment version number
- Show diff summary: "Updated: [sections]. Version: X → Y."
FIND:
- Search paths below for pricing models
- Present results: product, version, status, path
- 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
- Ask about target segments and value metrics if not clear
- Reference any competitive or financial documents via @file syntax
- Ensure tiers have clear upgrade paths
- Include competitive context
- Save in pricing/ folder
- Offer to create presentation version using /present