Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Optimizes signup, registration, and trial activation flows to reduce abandonment and increase completion rates.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
SKILL.md
1---2name: signup-flow-cro3description: When the user wants to optimize signup, registration, account creation, or trial activation flows. Also use when the user mentions "signup conversions," "registration friction," "signup form optimization," "free trial signup," "reduce signup dropoff," "account creation flow," "people aren't signing up," "signup abandonment," "trial conversion rate," "nobody completes registration," "too many steps to sign up," or "simplify our signup." Use this whenever the user has a signup or registration flow that isn't performing. For post-signup onboarding, see onboarding-cro. For lead capture forms (not account creation), see form-cro.4metadata:5version: 1.1.06---78# Signup Flow CRO910You are an expert in optimizing signup and registration flows. Your goal is to reduce friction, increase completion rates, and set users up for successful activation.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. **Flow Type**20- Free trial signup21- Freemium account creation22- Paid account creation23- Waitlist/early access signup24- B2B vs B2C25262. **Current State**27- How many steps/screens?28- What fields are required?29- What's the current completion rate?30- Where do users drop off?31323. **Business Constraints**33- What data is genuinely needed at signup?34- Are there compliance requirements?35- What happens immediately after signup?3637---3839## Core Principles4041### 1. Minimize Required Fields42Every field reduces conversion. For each field, ask:43- Do we absolutely need this before they can use the product?44- Can we collect this later through progressive profiling?45- Can we infer this from other data?4647**Typical field priority:**48- Essential: Email (or phone), Password49- Often needed: Name50- Usually deferrable: Company, Role, Team size, Phone, Address5152### 2. Show Value Before Asking for Commitment53- What can you show/give before requiring signup?54- Can they experience the product before creating an account?55- Reverse the order: value first, signup second5657### 3. Reduce Perceived Effort58- Show progress if multi-step59- Group related fields60- Use smart defaults61- Pre-fill when possible6263### 4. Remove Uncertainty64- Clear expectations ("Takes 30 seconds")65- Show what happens after signup66- No surprises (hidden requirements, unexpected steps)6768---6970## Field-by-Field Optimization7172### Email Field73- Single field (no email confirmation field)74- Inline validation for format75- Check for common typos (gmial.com → gmail.com)76- Clear error messages7778### Password Field79- Show password toggle (eye icon)80- Show requirements upfront, not after failure81- Consider passphrase hints for strength82- Update requirement indicators in real-time8384**Better password UX:**85- Allow paste (don't disable)86- Show strength meter instead of rigid rules87- Consider passwordless options8889### Name Field90- Single "Full name" field vs. First/Last split (test this)91- Only require if immediately used (personalization)92- Consider making optional9394### Social Auth Options95- Place prominently (often higher conversion than email)96- Show most relevant options for your audience97- B2C: Google, Apple, Facebook98- B2B: Google, Microsoft, SSO99- Clear visual separation from email signup100- Consider "Sign up with Google" as primary101102### Phone Number103- Defer unless essential (SMS verification, calling leads)104- If required, explain why105- Use proper input type with country code handling106- Format as they type107108### Company/Organization109- Defer if possible110- Auto-suggest as they type111- Infer from email domain when possible112113### Use Case / Role Questions114- Defer to onboarding if possible115- If needed at signup, keep to one question116- Use progressive disclosure (don't show all options at once)117118---119120## Single-Step vs. Multi-Step121122### Single-Step Works When:123- 3 or fewer fields124- Simple B2C products125- High-intent visitors (from ads, waitlist)126127### Multi-Step Works When:128- More than 3-4 fields needed129- Complex B2B products needing segmentation130- You need to collect different types of info131132### Multi-Step Best Practices133- Show progress indicator134- Lead with easy questions (name, email)135- Put harder questions later (after psychological commitment)136- Each step should feel completable in seconds137- Allow back navigation138- Save progress (don't lose data on refresh)139140**Progressive commitment pattern:**1411. Email only (lowest barrier)1422. Password + name1433. Customization questions (optional)144145---146147## Trust and Friction Reduction148149### At the Form Level150- "No credit card required" (if true)151- "Free forever" or "14-day free trial"152- Privacy note: "We'll never share your email"153- Security badges if relevant154- Testimonial near signup form155156### Error Handling157- Inline validation (not just on submit)158- Specific error messages ("Email already registered" + recovery path)159- Don't clear the form on error160- Focus on the problem field161162### Microcopy163- Placeholder text: Use for examples, not labels164- Labels: Keep visible (not just placeholders) — placeholders disappear when typing, leaving users unsure what they're filling in165- Help text: Only when needed, placed close to field166167---168169## Mobile Signup Optimization170171- Larger touch targets (44px+ height)172- Appropriate keyboard types (email, tel, etc.)173- Autofill support174- Reduce typing (social auth, pre-fill)175- Single column layout176- Sticky CTA button177- Test with actual devices178179---180181## Post-Submit Experience182183### Success State184- Clear confirmation185- Immediate next step186- If email verification required:187- Explain what to do188- Easy resend option189- Check spam reminder190- Option to change email if wrong191192### Verification Flows193- Consider delaying verification until necessary194- Magic link as alternative to password195- Let users explore while awaiting verification196- Clear re-engagement if verification stalls197198---199200## Measurement201202### Key Metrics203- Form start rate (landed → started filling)204- Form completion rate (started → submitted)205- Field-level drop-off (which fields lose people)206- Time to complete207- Error rate by field208- Mobile vs. desktop completion209210### What to Track211- Each field interaction (focus, blur, error)212- Step progression in multi-step213- Social auth vs. email signup ratio214- Time between steps215216---217218## Output Format219220### Audit Findings221For each issue found:222- **Issue**: What's wrong223- **Impact**: Why it matters (with estimated impact if possible)224- **Fix**: Specific recommendation225- **Priority**: High/Medium/Low226227### Recommended Changes228Organized by:2291. Quick wins (same-day fixes)2302. High-impact changes (week-level effort)2313. Test hypotheses (things to A/B test)232233### Form Redesign (if requested)234- Recommended field set with rationale235- Field order236- Copy for labels, placeholders, buttons, errors237- Visual layout suggestions238239---240241## Common Signup Flow Patterns242243### B2B SaaS Trial2441. Email + Password (or Google auth)2452. Name + Company (optional: role)2463. → Onboarding flow247248### B2C App2491. Google/Apple auth OR Email2502. → Product experience2513. Profile completion later252253### Waitlist/Early Access2541. Email only2552. Optional: Role/use case question2563. → Waitlist confirmation257258### E-commerce Account2591. Guest checkout as default2602. Account creation optional post-purchase2613. OR Social auth with single click262263---264265## Experiment Ideas266267### Form Design Experiments268269**Layout & Structure**270- Single-step vs. multi-step signup flow271- Multi-step with progress bar vs. without272- 1-column vs. 2-column field layout273- Form embedded on page vs. separate signup page274- Horizontal vs. vertical field alignment275276**Field Optimization**277- Reduce to minimum fields (email + password only)278- Add or remove phone number field279- Single "Name" field vs. "First/Last" split280- Add or remove company/organization field281- Test required vs. optional field balance282283**Authentication Options**284- Add SSO options (Google, Microsoft, GitHub, LinkedIn)285- SSO prominent vs. email form prominent286- Test which SSO options resonate (varies by audience)287- SSO-only vs. SSO + email option288289**Visual Design**290- Test button colors and sizes for CTA prominence291- Plain background vs. product-related visuals292- Test form container styling (card vs. minimal)293- Mobile-optimized layout testing294295---296297### Copy & Messaging Experiments298299**Headlines & CTAs**300- Test headline variations above signup form301- CTA button text: "Create Account" vs. "Start Free Trial" vs. "Get Started"302- Add clarity around trial length in CTA303- Test value proposition emphasis in form header304305**Microcopy**306- Field labels: minimal vs. descriptive307- Placeholder text optimization308- Error message clarity and tone309- Password requirement display (upfront vs. on error)310311**Trust Elements**312- Add social proof next to signup form313- Test trust badges near form (security, compliance)314- Add "No credit card required" messaging315- Include privacy assurance copy316317---318319### Trial & Commitment Experiments320321**Free Trial Variations**322- Credit card required vs. not required for trial323- Test trial length impact (7 vs. 14 vs. 30 days)324- Freemium vs. free trial model325- Trial with limited features vs. full access326327**Friction Points**328- Email verification required vs. delayed vs. removed329- Test CAPTCHA impact on completion330- Terms acceptance checkbox vs. implicit acceptance331- Phone verification for high-value accounts332333---334335### Post-Submit Experiments336337- Clear next steps messaging after signup338- Instant product access vs. email confirmation first339- Personalized welcome message based on signup data340- Auto-login after signup vs. require login341342---343344## Task-Specific Questions3453461. What's your current signup completion rate?3472. Do you have field-level analytics on drop-off?3483. What data is absolutely required before they can use the product?3494. Are there compliance or verification requirements?3505. What happens immediately after signup?351352---353354## Related Skills355356- **onboarding-cro**: For optimizing what happens after signup357- **form-cro**: For non-signup forms (lead capture, contact)358- **page-cro**: For the landing page leading to signup359- **ab-test-setup**: For testing signup flow changes360