Billing Automation
Selective Reading Rule
Start with:
references/senior-master-standard.md
references/usage-routing.md
references/quality-checklist.md
Then load only the inherited docs, scripts, assets, or examples that match the user's actual task.
Master automated billing systems including recurring billing, invoice generation, dunning management, proration, and tax calculation.
Use this skill when
- Implementing SaaS subscription billing
- Automating invoice generation and delivery
- Managing failed payment recovery (dunning)
- Calculating prorated charges for plan changes
- Handling sales tax, VAT, and GST
- Processing usage-based billing
- Managing billing cycles and renewals
Do not use this skill when
- You only need a one-off invoice or manual billing
- The task is unrelated to billing or subscriptions
- You cannot change pricing, plans, or billing flows
Instructions
- Define plans, pricing, billing intervals, and proration rules.
- Map subscription lifecycle states and renewal/cancellation behavior.
- Implement invoicing, payments, retries, and dunning workflows.
- Model taxes and compliance requirements per region.
- Validate with sandbox payments and reconcile ledger outputs.
- If detailed templates are required, open
resources/implementation-playbook.md.
Safety
- Do not charge real customers in testing environments.
- Verify tax handling and compliance obligations before production rollout.
Resources
resources/implementation-playbook.md for detailed patterns, checklists, and examples.
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
1---2name: billing-automation3description: ALWAYS use this when the request matches Billing Automation: Master automated billing systems including recurring billing, invoice generation, dunning management, proration, and tax calculation.4---56# Billing Automation78## Selective Reading Rule910Start with:1112- `references/senior-master-standard.md`13- `references/usage-routing.md`14- `references/quality-checklist.md`1516Then load only the inherited docs, scripts, assets, or examples that match the user's actual task.1718Master automated billing systems including recurring billing, invoice generation, dunning management, proration, and tax calculation.1920## Use this skill when2122- Implementing SaaS subscription billing23- Automating invoice generation and delivery24- Managing failed payment recovery (dunning)25- Calculating prorated charges for plan changes26- Handling sales tax, VAT, and GST27- Processing usage-based billing28- Managing billing cycles and renewals2930## Do not use this skill when3132- You only need a one-off invoice or manual billing33- The task is unrelated to billing or subscriptions34- You cannot change pricing, plans, or billing flows3536## Instructions3738- Define plans, pricing, billing intervals, and proration rules.39- Map subscription lifecycle states and renewal/cancellation behavior.40- Implement invoicing, payments, retries, and dunning workflows.41- Model taxes and compliance requirements per region.42- Validate with sandbox payments and reconcile ledger outputs.43- If detailed templates are required, open `resources/implementation-playbook.md`.4445## Safety4647- Do not charge real customers in testing environments.48- Verify tax handling and compliance obligations before production rollout.4950## Resources5152- `resources/implementation-playbook.md` for detailed patterns, checklists, and examples.5354## Limitations55- Use this skill only when the task clearly matches the scope described above.56- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.57- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.