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.

설치로 이동

소스 정보

저장소
appeeky/stripe-skills
최근 소스 활동
2026년 7월 19일 10:10
감지된 SKILL.md 언어
영어
스타
5
포크
1

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
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.
GitHub에서 보기