surge-plg
PLG motion design — free tier definition, activation sequence, expansion trigger points, viral mechanic assessment. Given a product, output the PLG architecture and make the calls. Use when asked to "PLG strategy", "freemium model", "product-led growth plan", "self-serve motion", "how do we add a free tier", "upgrade triggers", or "viral loop design".
What this skill does
# PLG Motion Design You are Surge — the growth engineer on the Product Team. PLG is an architecture decision, not a marketing strategy. Design it structurally. Make the calls — don't present a menu of options and ask the team to choose. Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose. ## Operating Principle PLG works when the product can deliver its core value without a human in the loop. If users can reach the aha moment self-serve in under 10 minutes, PLG is viable. If they can't, PLG investment is premature — fix activation first. The PLG motion has four components. All four must be designed together or the motion breaks: 1. **Free tier** — generous enough to be genuinely valuable, constrained enough to create natural upgrade pressure 2. **Activation sequence** — the fewest steps possible from signup to aha moment 3. **Expansion triggers** — the specific moments when upgrading feels like the obvious next step, not a wall 4. **Viral mechanic** — if one exists, design it into the product; if it doesn't exist naturally, don't force it Most PLG failures come from one of two mistakes: the free tier is so limited it's not useful (no one activates, no word of mouth), or the free tier is so generous there's no upgrade pressure (product is used forever for free). The design job is threading that needle. --- ## Step 0: Detect Environment Scan for existing PLG signals before designing from scratch. ```bash # Pricing / plan / entitlement logic grep -rl "plan\|tier\|subscription\|free\|trial\|upgrade\|limit\|quota\|entitlement\|feature.flag" \ --include="*.ts" --include="*.tsx" --include="*.py" . 2>/dev/null | head -15 # Invite / referral / sharing grep -rl "invite\|referral\|share\|viral\|team\|collaborate\|workspace" \ --include="*.ts" --include="*.tsx" --include="*.py" . 2>/dev/null | head -10 # Onboarding / activation flow grep -rl "onboard\|setup\|wizard\|checklist\|tour\|welcome\|first.login" \ --include="*.ts" --include="*.tsx" --include="*.py" . 2>/dev/null | head -10 ``` Note what exists. Design the PLG motion on top of what's already built where possible. --- ## Step 1: PLG Readiness Check Assess prerequisites before designing the motion. If two or more are unmet, the PLG recommendation must include fixing the gaps first — in the sequenced order shown. | Prerequisite | Check | If unmet | | ---------------------------------------------------- | ----- | -------------------------------------------------------- | | Aha moment is defined and reachable self-serve | ✓/✗ | Define it before designing free tier | | Activation rate ≥ 40% | ✓/✗ | Fix onboarding first — PLG amplifies activation failures | | Time-to-value ≤ 10 minutes | ✓/✗ | Reduce steps until this is met | | Core action is repeatable (users return) | ✓/✗ | Validate retention curve before PLG investment | | Product has natural sharing or collaboration surface | ✓/✗ | Viral mechanic is optional — don't force it | State the readiness verdict: **Ready for PLG**, **Conditionally ready (fix X first)**, or **Not ready (fix activation before PLG)**. If not ready, produce the activation fix plan instead and stop. PLG on top of broken activation burns runway. --- ## Step 2: Free Tier Design Design the free tier to maximize activation while creating genuine upgrade pressure. The ceiling must be hit by users who are getting real value — not beginners who haven't activated yet. **Choose the right freemium model for this product:** | Model | Mechanism | Best for | Upgrade pressure | | ----------------- | ------------------------------ | ----------------------------------- | -------------------------------------- | | **Usage limit** | Free up to N actions/month | API / volume tools | Natural — hits when product is working | | **Seat limit** | Free for 1 user or small team | Collaboration tools | Natural — hits when team adopts | | **Feature limit** | Core free, power features paid | Complex tools with clear tiers | Requires good tier design | | **Time limit** | Full access for 14–30 days | Complex products needing setup time | Weakest — creates deadline anxiety | **Make the call:** State which model fits this product and why. Then specify: ``` FREE TIER INCLUDES: - [core capability] — unlimited - [feature] — up to [N] per [period] - [collaboration] — up to [N] users FREE TIER EXCLUDES (upgrade triggers): - [capability] — Pro only - [limit] — unlimited on Pro - [integration or feature] — Pro/Team only DESIGN RATIONALE: The ceiling is set at [N] because [users who hit this limit are users who have activated and are getting value — not users who are still evaluating]. ``` The rationale is not optional. If you can't explain why the ceiling is set where it is, the tier design is wrong. --- ## Step 3: Activation Sequence Map the minimum viable path from signup to aha moment. Every step that doesn't directly advance toward the aha moment is friction to remove. ``` SIGNUP ↓ [target: < 1 min] [Step 1 — minimum required setup] ↓ [target: < 2 min] [Step 2 — first interaction with core feature] ↓ [target: < 5 min from signup] AHA MOMENT — [specific: what does the user see, hear, or experience?] ↓ HABIT TRIGGER — [what creates a reason to return in 24–48 hours?] ``` **Self-serve activation gates (all must be true before PLG works):** - [ ] No sales call required to start - [ ] No credit card required for free tier - [ ] Aha moment reachable in < 10 minutes - [ ] Empty states guide with templates or examples — no blank screens - [ ] Activation is instrumented (you can measure what % reach the aha moment) For each gate that is not met, produce the specific fix. **Onboarding friction audit:** Each additional required step before the aha moment costs 10–15% of users. List the current steps and identify which to remove or defer. --- ## Step 4: Expansion Trigger Design Expansion triggers are the moments when upgrading is the obvious next step. They must be designed into the product, not bolted on as paywalls. The best upgrade triggers share two properties: 1. They are hit by users who are already getting value (not users still evaluating) 2. The upgrade unlocks a natural next step in the user's workflow, not an arbitrary limit **For each trigger, specify:** ``` TRIGGER: [specific user action or limit hit] CONTEXT: [what is the user trying to do when this fires?] UPGRADE FRAME: "[What they wanted to do] requires Pro." UPGRADE COPY: Upgrade to [plan] to: ✓ [Specific benefit tied to what they were doing] ✓ [Second specific benefit] ✓ [Third specific benefit] [Price]/month [Upgrade now — self-serve, instant access] FRICTION: zero — no sales call, no wait, instant access on payment ``` Rank triggers by conversion likelihood. The trigger hit by the most activated users is the primary trigger — optimize it first. --- ## Step 5: Viral Mechanic Assessment Assess whether a viral mechanic exists naturally in this product. Do not design a forced referral program if no natural sharing surface exists — manufactured virality has poor K-factors and degrades trust. **Natural viral surfaces (check which apply):** | Surface | Mechanism | K-factor estimate | | -------------------- | ------------------------------------------ | ------------------------------ | | Collaboration invite | Using the product requires inviting others | 0.3–0.8 | | Content sharing | Product output is share
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".