pricing-models

Guide SaaS pricing model selection and Stripe subscription schema implementation.

14|3|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/rnavarych/alpha-engineer --skill pricing-models
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pricing-models
Source: https://github.com/rnavarych/alpha-engineer/tree/main/plugins/billy-milligan/skills/product/pricing-models
Command: npx skills add https://github.com/rnavarych/alpha-engineer --skill pricing-models

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you design and implement effective pricing models for SaaS products, ensuring alignment with value delivery and business goals.

Core Features & Use Cases

  • Pricing Model Selection: Guides you in choosing between per-seat, usage-based, tiered, or freemium models.
  • Billing Implementation: Provides insights into Stripe subscription schemas, proration, and metered billing.
  • Economic Principles: Covers LTV:CAC ratios, freemium conversion rates, and pricing psychology.
  • Use Case: When launching a new SaaS product, use this Skill to determine the optimal pricing tiers and understand how to implement subscription billing using Stripe.

Quick Start

Use the pricing-models skill to design a tiered pricing strategy for a new SaaS product.

Frequently Asked Questions about pricing-models

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a SaaS pricing model for a new product?

Design a SaaS pricing model by selecting between per-seat, usage-based, tiered, or freemium structures based on your value delivery. This ensures your subscription billing aligns with business goals and user expectations.

What is the best way to implement subscription billing using Stripe?

Implement subscription billing using Stripe by configuring its subscription schema to handle proration, trial periods, and metered billing. This approach manages recurring payments and dunning effectively.

How does proration work when changing SaaS subscription tiers?

Proration adjusts subscription billing costs automatically when users upgrade or downgrade tiers mid-cycle. It calculates the difference between plans to ensure accurate invoicing without resetting the billing period.

Can I use a freemium model and still hit target LTV:CAC ratios?

A freemium model can hit target LTV:CAC ratios if free-to-paid conversion rates and lifetime value offset customer acquisition costs. Evaluate freemium economics carefully to ensure long-term profitability.

When should I choose usage-based billing over per-seat pricing?

Choose usage-based billing over per-seat pricing when customer value directly correlates with consumption volume. Per-seat works best for collaborative tools, while metered billing suits variable API or infrastructure usage.