Skip to main content

pricing-experiments

Designs Stripe pricing A/B tests, price increases, grandfathering, and elasticity analysis. Use when the user mentions "price test", "raise prices", "pricing experiment", "grandfathering", "price elasticity", or "should we change pricing". For catalog audit, see pricing-products-audit.

Ir a la instalación

Datos de origen

Repositorio
appeeky/stripe-skills
Última actividad en el origen
19 de julio de 2026 a las 10:10
Idioma detectado de SKILL.md
inglés
Estrellas
5
Forks
1

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
name
pricing-experiments
description
Designs Stripe pricing A/B tests, price increases, grandfathering, and elasticity analysis. Use when the user mentions "price test", "raise prices", "pricing experiment", "grandfathering", "price elasticity", or "should we change pricing". For catalog audit, see pricing-products-audit.
metadata
{"version":"1.0.0"}
# Pricing Experiments ## Stripe MCP Setup Requires **Stripe MCP** (https://docs.stripe.com/mcp). `GetMcpTools` before `CallMcpTool`. Paginate all lists (`limit: 100`, `starting_after` while `has_more`). Amounts in **cents**. Read-only for audits; confirm before writes. ## Workflow 1. Baseline: current prices + subs per price (`pricing-products-audit`) 2. Design test: - New `Price` object (never edit existing -- create new) - Split traffic at checkout (price ID by cohort/flag) - Grandfather existing subs (leave on old price) 3. Metrics to compare: conversion %, ARPU, churn at 30/60d ## Price Increase Playbook | Step | Action | |------|--------| | 1 | Create new higher price | | 2 | New customers -> new price | | 3 | Existing -> keep or migrate with notice (email + `subscriptions.update`) | | 4 | Measure churn delta post-migration | ## Output Template ``` Pricing Test Plan Hypothesis: [raising X->Y increases ARPU without >Zpp churn] Variants: control [price_A] vs test [price_B] Sample size needed: [N per arm] Success metric: ARPU / conversion / 30d retention Grandfathering: [policy] ``` Never mutate a live `Price` -- always create a new one.
Ver en GitHub