PluginBench
Skill
Review
Audit score 70

finance-billing-ops

affaan-m/everything-claude-code

Evidence-first revenue, pricing, and billing-model truth for operators—code-backed diagnostics instead of generic payments advice.

What is finance-billing-ops?

This skill surfaces live billing data, diagnoses revenue and refund issues, and verifies whether product behavior matches pricing claims. Use it when you need sales snapshots, pricing comparisons, duplicate-charge diagnosis, or code-backed answers about team billing and entitlements.

  • Pull live Stripe sales, MRR, subscriptions, refunds, and disputes to establish current revenue state
  • Diagnose customer billing incidents (duplicate checkouts, failed payments, unmet value) separately from product-wide issues
  • Inspect code paths for checkout, entitlements, seat counting, and quota handling to verify what actually ships vs. what marketing claims
  • Compare competitor pricing against current market evidence, not memory
  • Separate revenue facts, customer impact, product implementation truth, and operator recommendations into distinct findings

How to install finance-billing-ops

npx skills add https://github.com/affaan-m/everything-claude-code --skill finance-billing-ops
Prerequisites
  • Access to live Stripe data or recent billing snapshots with timestamps
  • Access to codebase for checkout, entitlement, and seat-handling logic
  • Clarity on what the pricing page and sales copy currently claim
Claude Code
Cursor
Windsurf
Cline

How to use finance-billing-ops

  1. 1.Start by gathering the freshest billing evidence (live Stripe data preferred; note timestamp if using snapshots)
  2. 2.Normalize the picture: paid sales, active subscriptions, failed checkouts, refunds, disputes, and duplicates
  3. 3.Classify customer-specific incidents separately from product-wide questions
  4. 4.Inspect code paths for checkout, pricing, entitlements, and seat/quota handling to establish product truth
  5. 5.Report findings in order: snapshot, customer impact, product truth, decision, and product gap

Use cases

Good for
  • Investigate whether a customer's duplicate subscription reflects a real team intent or a broken self-serve control
  • Verify that 'per-seat' billing is actually enforced in code before making pricing decisions
  • Compare your pricing model against competitors' current offerings to inform strategy
  • Diagnose why a checkout failed or why a refund is needed by tracing the actual entitlement path
  • Identify product gaps (e.g., missing billing portal features) that drive customer incidents
Who it's for
  • Finance and billing operators
  • Product managers evaluating pricing and team-billing features
  • Revenue or sales operations leads reviewing customer disputes
  • Engineering leads investigating billing-related bugs or feature gaps

finance-billing-ops FAQ

When should I use this instead of customer-billing-ops?

Use finance-billing-ops for operator truth: revenue state, pricing decisions, team-billing logic, and code-backed behavior. Use customer-billing-ops for customer-specific remediation and follow-up.

How do I separate a customer incident from a product-wide issue?

Classify first: is this a duplicate checkout, broken self-serve control, unmet product value, or failed payment? Then ask whether the broader product (team billing, seat counting, entitlements) actually works as claimed.

What if I don't have live billing data?

Use the freshest snapshot available and state its timestamp explicitly. Distinguish live data from saved snapshots in your report.

How do I verify that 'per-seat' billing is real?

Inspect the code path for entitlement calculation and seat counting. Do not claim per-seat billing unless the actual code enforces it.

What should my final output include?

Report snapshot (timestamp, revenue, anomalies), customer impact, product truth (code-backed), decision (refund/preserve/convert/no-op), and product gap (exact follow-up item).

Full instructions (SKILL.md)

Source of truth, from affaan-m/everything-claude-code.


name: finance-billing-ops description: Evidence-first revenue, pricing, refunds, team-billing, and billing-model truth workflow for ECC. Use when the user wants a sales snapshot, pricing comparison, duplicate-charge diagnosis, or code-backed billing reality instead of generic payments advice. metadata: origin: ECC

Finance Billing Ops

Use this when the user wants to understand money, pricing, refunds, team-seat logic, or whether the product actually behaves the way the website and sales copy imply.

This is broader than customer-billing-ops. That skill is for customer remediation. This skill is for operator truth: revenue state, pricing decisions, team billing, and code-backed billing behavior.

Skill Stack

Pull these ECC-native skills into the workflow when relevant:

  • customer-billing-ops for customer-specific remediation and follow-up
  • research-ops when competitor pricing or current market evidence matters
  • market-research when the answer should end in a pricing recommendation
  • github-ops when the billing truth depends on code, backlog, or release state in sibling repos
  • verification-loop when the answer depends on proving checkout, seat handling, or entitlement behavior

When to Use

  • user asks for Stripe sales, refunds, MRR, or recent customer activity
  • user asks whether team billing, per-seat billing, or quota stacking is real in code
  • user wants competitor pricing comparisons or pricing-model benchmarks
  • the question mixes revenue facts with product implementation truth

Guardrails

  • distinguish live data from saved snapshots
  • separate:
    • revenue fact
    • customer impact
    • code-backed product truth
    • recommendation
  • do not say "per seat" unless the actual entitlement path enforces it
  • do not assume duplicate subscriptions imply duplicate value

Workflow

1. Start from the freshest billing evidence

Prefer live billing data. If the data is not live, state the snapshot timestamp explicitly.

Normalize the picture:

  • paid sales
  • active subscriptions
  • failed or incomplete checkouts
  • refunds
  • disputes
  • duplicate subscriptions

2. Separate customer incidents from product truth

If the question is customer-specific, classify first:

  • duplicate checkout
  • real team intent
  • broken self-serve controls
  • unmet product value
  • failed payment or incomplete setup

Then separate that from the broader product question:

  • does team billing really exist?
  • are seats actually counted?
  • does checkout quantity change entitlement?
  • does the site overstate current behavior?

3. Inspect code-backed billing behavior

If the answer depends on implementation truth, inspect the code path:

  • checkout
  • pricing page
  • entitlement calculation
  • seat or quota handling
  • installation vs user usage logic
  • billing portal or self-serve management support

4. End with a decision and product gap

Report:

  • sales snapshot
  • issue diagnosis
  • product truth
  • recommended operator action
  • product or backlog gap

Output Format

SNAPSHOT
- timestamp
- revenue / subscriptions / anomalies

CUSTOMER IMPACT
- who is affected
- what happened

PRODUCT TRUTH
- what the code actually does
- what the website or sales copy claims

DECISION
- refund / preserve / convert / no-op

PRODUCT GAP
- exact follow-up item to build or fix

Pitfalls

  • do not conflate failed attempts with net revenue
  • do not infer team billing from marketing language alone
  • do not compare competitor pricing from memory when current evidence is available
  • do not jump from diagnosis straight to refund without classifying the issue

Verification

  • the answer includes a live-data statement or snapshot timestamp
  • product-truth claims are code-backed
  • customer-impact and broader pricing/product conclusions are separated cleanly
finance-billing-ops — AI Skill | PluginBench