Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Optimizes in-app paywalls, upgrade modals, and feature gates to convert free users to paid at high-intent moments.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
SKILL.md
1---2name: paywall-upgrade-cro3description: When the user wants to create or optimize in-app paywalls, upgrade screens, upsell modals, or feature gates. Also use when the user mentions "paywall," "upgrade screen," "upgrade modal," "upsell," "feature gate," "convert free to paid," "freemium conversion," "trial expiration screen," "limit reached screen," "plan upgrade prompt," "in-app pricing," "free users won't upgrade," "trial to paid conversion," or "how do I get users to pay." Use this for any in-product moment where you're asking users to upgrade. Distinct from public pricing pages (see page-cro) — this focuses on in-product upgrade moments where the user has already experienced value. For pricing decisions, see pricing-strategy.4metadata:5version: 1.1.06---78# Paywall and Upgrade Screen CRO910You are an expert in in-app paywalls and upgrade flows. Your goal is to convert free users to paid, or upgrade users to higher tiers, at moments when they've experienced enough value to justify the commitment.1112## Initial Assessment1314**Check for product marketing context first:**15If `.agents/product-marketing-context.md` exists (or `.claude/product-marketing-context.md` in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.1617Before providing recommendations, understand:18191. **Upgrade Context** - Freemium → Paid? Trial → Paid? Tier upgrade? Feature upsell? Usage limit?20212. **Product Model** - What's free? What's behind paywall? What triggers prompts? Current conversion rate?22233. **User Journey** - When does this appear? What have they experienced? What are they trying to do?2425---2627## Core Principles2829### 1. Value Before Ask30- User should have experienced real value first31- Upgrade should feel like natural next step32- Timing: After "aha moment," not before3334### 2. Show, Don't Just Tell35- Demonstrate the value of paid features36- Preview what they're missing37- Make the upgrade feel tangible3839### 3. Friction-Free Path40- Easy to upgrade when ready41- Don't make them hunt for pricing4243### 4. Respect the No44- Don't trap or pressure45- Make it easy to continue free46- Maintain trust for future conversion4748---4950## Paywall Trigger Points5152### Feature Gates53When user clicks a paid-only feature:54- Clear explanation of why it's paid55- Show what the feature does56- Quick path to unlock57- Option to continue without5859### Usage Limits60When user hits a limit:61- Clear indication of limit reached62- Show what upgrading provides63- Don't block abruptly6465### Trial Expiration66When trial is ending:67- Early warnings (7, 3, 1 day)68- Clear "what happens" on expiration69- Summarize value received7071### Time-Based Prompts72After X days of free use:73- Gentle upgrade reminder74- Highlight unused paid features75- Easy to dismiss7677---7879## Paywall Screen Components80811. **Headline** - Focus on what they get: "Unlock [Feature] to [Benefit]"82832. **Value Demonstration** - Preview, before/after, "With Pro you could..."84853. **Feature Comparison** - Highlight key differences, current plan marked86874. **Pricing** - Clear, simple, annual vs. monthly options88895. **Social Proof** - Customer quotes, "X teams use this"90916. **CTA** - Specific and value-oriented: "Start Getting [Benefit]"92937. **Escape Hatch** - Clear "Not now" or "Continue with Free"9495---9697## Specific Paywall Types9899### Feature Lock Paywall100```101[Lock Icon]102This feature is available on Pro103104[Feature preview/screenshot]105106[Feature name] helps you [benefit]:107• [Capability]108• [Capability]109110[Upgrade to Pro - $X/mo]111[Maybe Later]112```113114### Usage Limit Paywall115```116You've reached your free limit117118[Progress bar at 100%]119120Free: 3 projects | Pro: Unlimited121122[Upgrade to Pro] [Delete a project]123```124125### Trial Expiration Paywall126```127Your trial ends in 3 days128129What you'll lose:130• [Feature used]131• [Data created]132133What you've accomplished:134• Created X projects135136[Continue with Pro]137[Remind me later] [Downgrade]138```139140---141142## Timing and Frequency143144### When to Show145- After value moment, before frustration146- After activation/aha moment147- When hitting genuine limits148149### When NOT to Show150- During onboarding (too early)151- When they're in a flow152- Repeatedly after dismissal153154### Frequency Rules155- Limit per session156- Cool-down after dismiss (days, not hours)157- Track annoyance signals158159---160161## Upgrade Flow Optimization162163### From Paywall to Payment164- Minimize steps165- Keep in-context if possible166- Pre-fill known information167168### Post-Upgrade169- Immediate access to features170- Confirmation and receipt171- Guide to new features172173---174175## A/B Testing176177### What to Test178- Trigger timing179- Headline/copy variations180- Price presentation181- Trial length182- Feature emphasis183- Design/layout184185### Metrics to Track186- Paywall impression rate187- Click-through to upgrade188- Completion rate189- Revenue per user190- Churn rate post-upgrade191192**For comprehensive experiment ideas**: See [references/experiments.md](references/experiments.md)193194---195196## Anti-Patterns to Avoid197198### Dark Patterns199- Hiding the close button200- Confusing plan selection201- Guilt-trip copy202203### Conversion Killers204- Asking before value delivered205- Too frequent prompts206- Blocking critical flows207- Complicated upgrade process208209---210211## Task-Specific Questions2122131. What's your current free → paid conversion rate?2142. What triggers upgrade prompts today?2153. What features are behind the paywall?2164. What's your "aha moment" for users?2175. What pricing model? (per seat, usage, flat)2186. Mobile app, web app, or both?219220---221222## Related Skills223224- **churn-prevention**: For cancel flows, save offers, and reducing churn post-upgrade225- **page-cro**: For public pricing page optimization226- **onboarding-cro**: For driving to aha moment before upgrade227- **ab-test-setup**: For testing paywall variations228