Skip to main content

upsell-expansion

Finds expansion revenue opportunities in Stripe -- add-ons, seat upgrades, plan upgrades, and net revenue retention (NRR). Use when the user mentions "expansion revenue", "upsell", "NRR", "net revenue retention", "add-ons", or "grow existing accounts". For downgrades/proration, see subscription-plan-changes.

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
upsell-expansion
description
Finds expansion revenue opportunities in Stripe -- add-ons, seat upgrades, plan upgrades, and net revenue retention (NRR). Use when the user mentions "expansion revenue", "upsell", "NRR", "net revenue retention", "add-ons", or "grow existing accounts". For downgrades/proration, see subscription-plan-changes.
metadata
{"version":"1.0.0"}
# Upsell & Expansion ## 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. List active subs with items expanded 2. Segment: - Single-plan subs -> upsell to higher tier / add-ons - Users near usage/seat limits (if metadata tracks it) - Long-tenure subs on legacy low prices 3. Compute **NRR** = (start MRR + expansion - contraction - churn) / start MRR ## Output Template ``` Expansion Opportunities NRR (last period): [X]% (benchmark: >100% is expansion-positive) | Segment | Subs | Current MRR | Upsell path | Est. uplift | |---------|------|-------------|-------------|-------------| | No add-on | | | Agent add-on | | | Starter 12mo+ | | | -> Pro | | Priority: [highest-uplift, lowest-friction segment] ``` Cross-check add-on attach rate against `pricing-products-audit`.
Ver en GitHub