revenue-forecasting
Installation
SKILL.md
Revenue Forecasting
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.
Inputs to gather
- Current MRR (via
mrr-arr-snapshotlogic) - New subs / month — count
activesubs created in last 30/60/90d (createdfilter) - Monthly churn % (via
churn-analysis) - Avg new MRR per sub
Model (simple)
Next month MRR = current_MRR * (1 - churn_rate) + new_MRR_added