paywall-upgrade-cro
In-app paywall and upgrade screen optimization covering feature gate design, usage limit UX, trial expiration flows, upgrade trigger timing, save offer strategy, and ethical monetization patterns.
What this skill does
# Paywall & Upgrade Screen CRO Production-grade framework for in-product upgrade flows. Covers feature gate design, usage limit UX, trial expiration sequences, upgrade trigger timing, dark pattern avoidance, and ethical monetization. Distinct from public pricing pages (use page-cro for those) -- this focuses on in-product moments where users have already experienced value. --- ## Table of Contents - [Initial Assessment](#initial-assessment) - [The Value-First Principle](#the-value-first-principle) - [Paywall Trigger Architecture](#paywall-trigger-architecture) - [Paywall Screen Design](#paywall-screen-design) - [Feature Gate Patterns](#feature-gate-patterns) - [Usage Limit UX](#usage-limit-ux) - [Trial Expiration Flows](#trial-expiration-flows) - [Timing and Frequency Rules](#timing-and-frequency-rules) - [Upgrade Flow Optimization](#upgrade-flow-optimization) - [Dark Pattern Avoidance](#dark-pattern-avoidance) - [Platform-Specific Considerations](#platform-specific-considerations) - [Metrics and Benchmarks](#metrics-and-benchmarks) - [A/B Test Framework](#ab-test-framework) - [Output Artifacts](#output-artifacts) - [Related Skills](#related-skills) --- ## Initial Assessment ### Required Context | Question | Why It Matters | |----------|---------------| | What is the upgrade model? (freemium to paid, trial to paid, tier upgrade) | Determines the paywall type | | What is free vs paid? | Defines the value gap to communicate | | What triggers upgrade prompts today? | Identifies current trigger points | | What is the current free-to-paid conversion rate? | Baseline for improvement | | What is the aha moment for users? | Determines when the paywall should appear | | What pricing model? (per seat, usage, flat) | Affects paywall messaging | | Mobile app, web app, or both? | Platform-specific requirements | --- ## The Value-First Principle The single most important rule in paywall design: **The user must have experienced real value before seeing an upgrade prompt.** ### Value-First Checklist - [ ] User has completed the activation event (aha moment reached) - [ ] User has used the product at least 2-3 times - [ ] User has created or stored data they would lose - [ ] The upgrade feels like a natural next step, not a trap ### When to Show vs When NOT to Show | Show | Do Not Show | |------|------------| | After aha moment is reached | During onboarding | | When user hits a genuine limit | On first login | | When user clicks a paid feature | When user is in the middle of a task | | After milestone completion | Immediately after a frustrating experience | | On session start (gentle reminder) | After every action | --- ## Paywall Trigger Architecture ### Trigger Types | Trigger | When It Fires | Best For | |---------|--------------|----------| | Feature gate | User clicks a locked feature | Feature-differentiated tiers | | Usage limit | User reaches a quota | Usage-based pricing | | Trial expiration | Trial period ending | Time-limited trial models | | Time-based | After N days of active use | Freemium nurture | | Milestone-based | After user achieves X | Upsell at success moments | | Team-based | When team grows past free seat limit | Per-seat models | ### Trigger Priority Map | User State | Primary Trigger | Timing | |-----------|----------------|--------| | Activated, under limits | Feature gate (when they try paid feature) | On click | | Approaching limit | Soft warning (80% of limit) | Proactive | | Hit limit | Usage limit paywall | On action that exceeds limit | | Trial day 7 of 14 | Trial ending reminder | Session start | | Trial day 13 of 14 | Urgent trial expiration | Session start + email | | Trial day 14 | Trial expired | On login | | Active for 30+ days, free | Value-based upgrade prompt | Session start, once per week | --- ## Paywall Screen Design ### Screen Anatomy ``` ┌─────────────────────────────────────┐ │ [X Close / "Not now"] │ Escape hatch (always visible) │ │ │ HEADLINE: Value-focused │ "Unlock [feature] to [benefit]" │ │ │ [Feature preview / screenshot] │ Show what they are missing │ │ │ KEY BENEFITS: │ │ - Benefit 1 │ │ - Benefit 2 │ │ - Benefit 3 │ │ │ │ PRICE: $X/month │ Clear, simple pricing │ (or plan comparison) │ │ │ │ [UPGRADE CTA - Primary] │ "Start Pro Plan" │ [Maybe Later - Secondary] │ Clear secondary action │ │ │ "Join 5,000+ teams on Pro" │ Social proof └─────────────────────────────────────┘ ``` ### Copy Patterns by Trigger Type | Trigger | Headline Pattern | CTA Pattern | |---------|-----------------|-------------| | Feature gate | "Unlock [Feature] to [Benefit]" | "Upgrade to [Plan]" | | Usage limit | "You've used all [N] [resources]" | "Get Unlimited [Resources]" | | Trial expiring | "Your trial ends in [N] days" | "Continue with [Plan]" | | Milestone | "You just hit [milestone]! Keep growing with Pro" | "Upgrade & Keep Growing" | | Time-based | "[Product] Pro helps teams like yours [benefit]" | "See Pro Features" | --- ## Feature Gate Patterns ### Soft Gate (Preview + Lock) User can see what the feature does but cannot use it fully. ``` ┌──────────────────────────────┐ │ [Feature Preview] │ Blurred screenshot or partial result │ │ │ [Lock Icon] Pro Feature │ │ │ │ [Feature name] lets you: │ │ - Capability 1 │ │ - Capability 2 │ │ │ │ [Upgrade to Pro - $X/mo] │ │ [Maybe Later] │ └──────────────────────────────┘ ``` ### Hard Gate (Block + Explain) User cannot access the feature at all. Show the value clearly. ``` ┌──────────────────────────────┐ │ [Lock Icon] │ │ │ │ This feature is available │ │ on the Pro plan │ │ │ │ What you get: │ │ - Benefit 1 │ │ - Benefit 2 │ │ - Benefit 3 │ │ │ │ [Upgrade to Pro] │ │ [Compare Plans] │ └──────────────────────────────┘ ``` ### Feature Gate Design Rules - Always explain WHY the feature is valuable (not just that it is locked) - Show what the feature produces (output preview) when possible - Include a "Compare Plans" link for users who want more detail - Do not gate features the user was already using during trial --- ## Usage Limit UX ### Approaching Limit (80% Warning) ``` ┌──────────────────────────────────┐ │ [Progress Bar: 80%] │ │ You've used 80 of 100 credits │ │ │ │ [Get More Credits] [Dismiss] │ └──────────────────────────────────┘ ``` ### At Limit (100%) ``` ┌──────────────────────────────────────┐ │ [Progress Bar: 100%] │ │ You've reached your monthly limit │ │ │ │ Free: 100 credits | Pro: Unlimited │ │ │ │ [Upgrade to Pro] │ │ [Delete items to free space] │ Alternative action └──────────────────────────────────────┘ ``` ### Usage Limit Rules - Show usage context before the limit hits (progress indicators in the UI) - Provide an alternative action (delete, archive, export) when possible - Never delete user data when limits are reached - Allow grace period (do not cut off mid-task) --- ## Trial Expiration Flows ### Trial Countdown Sequence | Day | Channel | Message | Tone | |-----|---------|---------|------| | Day 7 (of 14) | In-app banner | "7 days left in your trial" | Informational | | Day 10 | Email | "4
Related in Ads & Marketing
ads
IncludedMulti-platform paid advertising audit and optimization skill. Analyzes Google, Meta, YouTube, LinkedIn, TikTok, Microsoft, and Apple Ads. 250+ checks with scoring, parallel agents, industry templates, and AI creative generation.
banana
IncludedAI image generation Creative Director powered by Google Gemini Nano Banana models. Use this skill for ANY request involving image creation, editing, visual asset production, or creative direction. Triggers on: generate an image, create a photo, edit this picture, design a logo, make a banner, visual for my anything, and all /banana commands. Handles text-to-image, image editing, multi-turn creative sessions, batch workflows, and brand presets.
rpg-migration-analyzer
IncludedAnalyzes legacy RPG (Report Program Generator) programs from AS/400 and IBM i systems for migration to modern Java applications. Extracts business logic from RPG III/IV/ILE source code, identifies data structures (D-specs), file operations (F-specs), program dependencies (CALLB/CALLP), and converts RPG constructs to Java equivalents. Generates migration reports, complexity estimates, and Java implementation strategies with POJO classes, JPA entities, and service methods. Use when modernizing AS/400 or IBM i legacy systems, analyzing RPG source files (.rpg, .rpgle, .RPGLE), converting RPG to Java, mapping data specifications to Java classes, planning legacy system migration, or when user mentions RPG analysis, Report Program Generator, RPG III/IV/ILE, AS/400 modernization, IBM i migration, packed decimal conversion, or mainframe application rewrite.
brand-library-architect
IncludedBuild a complete brand library for a product — visual asset render pipeline, brand documentation set (BRAND, COPY, MANIFESTO, BIOS, FAQ, GLOSSARY, TONE, PRICING), open-source convention files (README, CONTRIBUTING, SECURITY, CODE_OF_CONDUCT), and a self-contained press kit. This skill should be used when the user asks to "build a brand library / brand kit / press kit / brand assets" for a product, "set up a brand library workflow," "create a positioning manifesto plus visual identity," or any combination of brand documentation + visual asset pipeline. Apply phase-by-phase or run end-to-end. Templates are product-agnostic and use {{TOKEN}} placeholders the skill prompts the user to fill.
writing-tech-post
IncludedAuthors engineering blog posts end-to-end: launch deep-dives, incident postmortems, architecture migrations, performance case studies, tutorials, AI/agent system writeups, security disclosures, and research-to-product translations. Picks the correct archetype, plans the abstraction ladder, enforces an evidence cadence (diagrams, benchmarks, profiles, traces, code, ablations), tunes voice against publisher house styles (Datadog, Vercel, GitHub, AWS, Meta, Cloudflare, Jane Street), and runs a pre-publish gate for narrative momentum and disclosure ethics. Use when drafting a new engineering post, restructuring a draft that feels flat, deciding which evidence form belongs where, validating that depth and product context are balanced, or preparing a postmortem, migration, or performance narrative for external publication. Do not use for API reference documentation, README authoring, marketing copy, release notes, generic SEO content, ghost-written executive thought leadership, or non-engineering long-form essays.
blog-google
IncludedGoogle API integration for blog performance: PageSpeed Insights, CrUX Core Web Vitals with 25-week history, Search Console performance, URL Inspection, Indexing API, GA4 organic traffic, NLP entity analysis for E-E-A-T, YouTube video search for embedding, and Google Ads Keyword Planner. Progressive feature availability based on credential tier (API key, OAuth/service account, GA4, Ads). Shares config with claude-seo at ~/.config/claude-seo/google-api.json. Use when user says "google data", "page speed", "core web vitals", "search console", "indexation", "GA4", "keyword research", "nlp entities", "blog performance", "youtube search", "google api setup".