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で見る