signup-flow-cro
Optimize signup and registration conversion funnels. Use when asked to improve signup rates, reduce form abandonment, audit registration flows, or optimize conversion funnels. Trigger phrases: "signup optimization", "registration flow", "form conversion", "signup CRO", "reduce abandonment", "signup funnel", "form optimization", "conversion rate optimization", "registration page".
What this skill does
# Signup Flow CRO
Audit and optimize signup conversion funnels to maximize registration completions.
---
## 1. Signup Flow Audit Framework
When auditing a signup flow, evaluate each of these dimensions:
### Number of Steps
| Steps | Benchmark Completion Rate | Notes |
|-------|--------------------------|-------|
| 1 (single page) | 65-80% | Best for simple products |
| 2 | 50-65% | Good balance of data collection and UX |
| 3 | 35-50% | Acceptable for complex products |
| 4+ | 20-35% | Only if justified by product complexity |
**Rule of thumb:** Every additional step loses 10-20% of users.
**Audit questions:**
- Can any steps be combined?
- Can any steps be deferred to post-signup?
- Is every step necessary for the user to start getting value?
### Form Fields
| Fields | Impact on Conversion |
|--------|---------------------|
| Email only | Highest conversion (baseline) |
| Email + password | -10-15% vs email only |
| Email + password + name | -15-25% vs email only |
| 5+ fields | -30-50% vs email only |
**Audit questions:**
- Which fields are truly required at signup? (vs. collected later)
- Can you use progressive profiling instead of upfront collection?
- Are field labels clear and unambiguous?
- Do fields use appropriate input types (email, tel, etc.)?
- Are there unnecessary fields (phone, company size, "how did you hear about us")?
### Social Login Options
| Provider | Typical Lift | Best For |
|----------|-------------|----------|
| Google | +15-25% | B2B, SaaS, productivity tools |
| Apple | +5-15% | iOS-first products, privacy-conscious users |
| GitHub | +10-20% | Developer tools |
| Microsoft | +5-15% | Enterprise, Office-adjacent tools |
| Facebook | +5-10% | B2C, social products (declining trust) |
**Audit questions:**
- Are social login buttons prominent or buried?
- Do social logins request minimal permissions?
- Is there a fallback if social auth fails?
### Progress Indicators
For multi-step flows, progress indicators reduce abandonment.
**Types:**
- Step counter ("Step 2 of 3")
- Progress bar (visual fill)
- Checklist (shows completed and upcoming steps)
- Breadcrumb ("Account > Profile > Preferences")
**Best practice:** Show remaining steps, not total steps. "Just 1 more step" is more motivating than "Step 3 of 4."
### Error Handling
**Audit checklist:**
- [ ] Inline validation (errors appear next to the field, not at top of form)
- [ ] Real-time validation (check as user types, not on submit)
- [ ] Clear error messages (say what's wrong AND how to fix it)
- [ ] Password requirements shown upfront (not after failed attempt)
- [ ] Email format validation with helpful suggestion ("Did you mean gmail.com?")
- [ ] Preserve entered data on error (never clear the form)
- [ ] Specific duplicate account messaging ("An account with this email exists. Log in?")
### Mobile Optimization
**Audit checklist:**
- [ ] Form fills the viewport without horizontal scroll
- [ ] Input fields are at least 44px tap targets
- [ ] Keyboard type matches input (email keyboard for email, number pad for phone)
- [ ] Auto-focus on first field
- [ ] Sticky CTA button visible without scrolling
- [ ] No CAPTCHA that's hard to solve on mobile (use invisible reCAPTCHA)
- [ ] Social login buttons work smoothly on mobile
---
## 2. Benchmark Conversion Rates by Industry
### Visitor-to-Signup Rates
| Industry | Free Signup | Free Trial | Paid Signup |
|----------|-----------|-----------|-------------|
| SaaS (B2B) | 2-5% | 3-8% | 1-3% |
| SaaS (B2C) | 5-15% | 5-10% | 2-5% |
| E-commerce | 2-4% | N/A | 2-4% |
| Media/Content | 5-10% | N/A | 1-2% |
| FinTech | 1-3% | N/A | 0.5-2% |
| EdTech | 3-8% | 5-12% | 1-3% |
| Health/Fitness | 5-10% | 8-15% | 2-5% |
| Developer Tools | 8-15% | 10-20% | 2-5% |
| Marketplace | 3-8% | N/A | N/A |
### Signup-to-Activation Rates
| Product Type | Benchmark |
|-------------|-----------|
| Self-serve SaaS | 20-40% |
| Free trial (no CC) | 15-25% |
| Free trial (CC required) | 40-60% |
| Freemium | 10-20% |
| Mobile app | 15-30% |
---
## 3. A/B Test Hypotheses by Step
### Pre-Signup (Landing Page to Signup Start)
**Hypothesis 1: Reducing perceived effort increases signup starts**
- Test: Replace "Create Account" button with "Get Started Free" or "Start in 30 seconds"
- Expected lift: 5-15%
**Hypothesis 2: Social proof near CTA increases conversion**
- Test: Add "Join 10,000+ teams" or user count next to signup button
- Expected lift: 5-12%
**Hypothesis 3: Showing the product increases intent**
- Test: Add screenshot or demo GIF above signup form
- Expected lift: 10-20%
**Hypothesis 4: Reducing options increases action**
- Test: Remove pricing tiers from signup page; show one clear CTA
- Expected lift: 8-15%
### Step 1: Account Creation
**Hypothesis 5: Social login as primary option reduces friction**
- Test: Show "Continue with Google" as the primary/largest button, email form secondary
- Expected lift: 15-25%
**Hypothesis 6: Fewer fields increase completion**
- Test: Email-only signup (collect name later) vs email + name + password
- Expected lift: 10-20%
**Hypothesis 7: Magic link eliminates password friction**
- Test: "Enter email, we'll send a login link" vs traditional password creation
- Expected lift: 5-15% (higher for mobile)
**Hypothesis 8: Password visibility toggle reduces errors**
- Test: Add show/hide password toggle
- Expected lift: 3-8%
### Step 2: Profile / Preferences
**Hypothesis 9: Making profile completion optional increases flow-through**
- Test: Add "Skip for now" option to profile step
- Expected lift: 15-25%
**Hypothesis 10: Explaining why increases willingness**
- Test: Add micro-copy explaining why each field is needed ("We use this to personalize your dashboard")
- Expected lift: 5-10%
**Hypothesis 11: Visual selection beats text input**
- Test: Use icon/image cards for preference selection vs dropdown/text
- Expected lift: 8-15%
### Step 3: Verification
**Hypothesis 12: Delayed email verification increases activation**
- Test: Let users access the product immediately, verify email later
- Expected lift: 20-40% on activation rate
**Hypothesis 13: SMS verification is faster than email**
- Test: Offer phone verification as alternative to email
- Expected lift: 5-10% on verification completion
### Post-Signup
**Hypothesis 14: Immediate value delivery reduces churn**
- Test: Drop users into a pre-populated workspace vs empty state
- Expected lift: 15-30% on day-1 retention
---
## 4. Signup Page Templates
### Minimal (Email-Only)
```
[Logo]
Get started with [Product]
[Email input field]
[Continue button: "Start Free"]
or continue with [Google] [Apple]
Already have an account? Log in
[Privacy note: "No credit card required. Free forever for individuals."]
```
### Standard (Email + Password)
```
[Logo]
Create your [Product] account
[Continue with Google]
[Continue with Apple]
---- or ----
[Email input]
[Password input] [show/hide toggle]
[Continue button]
By signing up, you agree to our Terms and Privacy Policy.
Already have an account? Log in
```
### Multi-Step
```
Step 1: Account
[Logo]
"Let's set up your account"
[Email] [Password] [Continue]
Step 2: About You (optional)
"Help us personalize your experience"
[Role dropdown] [Company size] [Use case cards]
[Continue] [Skip for now]
Step 3: Workspace
"Name your workspace"
[Workspace name input]
[Invite teammates (optional): email1, email2]
[Get Started]
```
---
## 5. Friction Reducers
### Micro-Copy That Converts
| Location | Copy | Purpose |
|----------|------|---------|
| Below CTA | "Free forever. No credit card." | Remove risk |
| Below CTA | "Setup takes 30 seconds" | Set expectation |
| By email field | "We'll never spam you" | Build trust |
| By password field | "8+ characters" | Prevent errors |
| By social login | "We only access your name and email" | Privacy assurance |
| After form | "Join 50,000+ users" | Social proof |
### Trust Signals
- Security badges (SSL, SOC2, GDPR)
- Customer 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".