Plan entitlements
Check capabilities at the call site with entitled?(account, feature), and never gate features on the raw price id.
What this skill helps you build
Decide what each plan can access through one centralized entitled?(account, feature) gate — decoupled from the billing price id.
The production takeaway
Check capabilities at the call site with entitled?(account, feature), and never gate features on the raw price id.
Inside this skill
The full skill expands these implementation areas with decisions, edge cases, prompts, tests, and framework-specific code.
Unlock the full implementation
Paid access includes the complete skill body, implementation prompt, common mistakes, production checklist, and code examples where this skill includes them.