4,000 lines of Stripe billing intelligence that catches revenue-losing bugs before they ship. Zero runtime dependencies.
BillingPlane is build-time intelligence, not runtime middleware. It teaches your AI coding assistant how to build billing correctly, then gets out of the way. The generated code is yours. No SDK dependency. No vendor lock-in. No ongoing fees.
/billingplane:auditScan your codebase for 25+ billing violation patterns across 8 categories. Hardcoded keys, missing webhooks, non-atomic entitlements, lifecycle gaps.
CRITICAL, HIGH, MEDIUM severity ranking with exact file locations and fixes.
/plugin marketplace add kamesh231/billingplane-marketplace /plugin install billingplane@kamesh231
git clone https://github.com/kamesh231/billingplane.git claude --plugin-dir ./billingplane
{
"plugins": {
"marketplaces": ["kamesh231/billingplane-marketplace"],
"autoInstall": ["billingplane@kamesh231"]
}
}Built by reverse-engineering a production billing platform — 23MB codebase, 300+ test files, 12 webhook event handlers, 6 billing types, 3 feature types, entity-level gating, credit system fallback cascades, rollover expiry chains, and atomic entitlement deduction patterns. Every guardrail in BillingPlane exists because a real production system needed it.