AddThisFeature

Plan Comparison

Show what each plan includes and what would actually change for this account.

moderate Monetization

What it adds

A side-by-side plan table driven by real entitlements, marking the current plan and the transitions this account can make.

What your agent is told to do

5
  1. 1

    Build every comparison row from the live entitlement definitions. Hard-coded marketing copy drifts from what the app actually enforces, and the table becomes a lie.

  2. 2

    Mark the current plan unmistakably, and render only the transitions this account is eligible for. A disabled button with no explanation is worse than no button.

  3. 3

    Show limits as numbers with the account's current usage against them, so a downgrade that would break something is visible before it is chosen.

  4. 4

    Cover interval (monthly versus annual), add-ons, and whether displayed prices include tax. A price that changes at checkout destroys trust.

  5. 5

    Do NOT build the contextual single-feature upsell — that is owned by Upgrade Modal. Subscription state and payment methods are owned by Billing Portal, and the money delta of a change is owned by Proration Preview. Link to them; do not duplicate them.

Edge cases it handles

7
  • A grandfathered plan may not appear in the current lineup at all. Show it as the current plan anyway, with what would be lost by moving off it.
  • Custom or negotiated plans must not be flattened into the nearest public tier. Show the real entitlements or defer to a contact route.
  • A downgrade that would exceed the target plan's limits must warn with specifics — which items, how many over — before the user commits.
  • Currency and tax vary by region. Show the account's own currency rather than a converted approximation.
  • Annual and monthly rows are not comparable at a glance. Show the interval explicitly rather than relying on a toggle the user may not notice.
  • A plan the account cannot buy — region-restricted, sales-only, deprecated — must be hidden or labelled, not shown as an option that fails at checkout.
  • Rows must be honest about degree. 'Included' versus 'included up to 5' versus 'paid add-on' are three different answers and a tick mark gives all three the same one.

Definition of done

9
  • Every row is generated from live entitlement data, not static copy.
  • The current plan is clearly marked and only eligible transitions are offered.
  • Limits show the account's current usage alongside each plan's allowance.
  • Billing interval, add-ons, currency, and tax treatment are stated on the table.
  • Grandfathered and custom plans render correctly rather than being mapped to a public tier.
  • A downgrade that would breach a limit warns with specifics before confirmation.
  • The table links to the upgrade, billing, and proration surfaces instead of reimplementing them.
  • The feature matches the existing design system.
  • No existing functionality is broken.

Related features

How it works

  1. 1

    Copy the link

    Grab the Markdown instruction URL for this feature.

  2. 2

    Give it to your AI

    Paste it into Claude Code, Cursor, v0, Lovable — whatever you build with.

  3. 3

    It inspects, then implements

    Your agent reads your existing app first, then adds the feature to fit it.

Works with your stack

These instructions are written to adapt. They tell the agent to detect your framework, match your existing design system, and reuse what you already have — rather than assuming a particular stack.

Need it tighter than that? Customize the feature and tell it exactly what you're running.