New to Claude Skills? Learn how to install them →

alirezarezvani on GitHub

Onboarding CRO

Free

Optimize user onboarding and activation flows effectively.

Get this skill

Free · Opens the source repo

What Onboarding CRO does

Onboarding CRO is a skill designed for developers and product designers focused on enhancing user onboarding experiences. It provides a structured approach to help users reach their 'aha moment' quickly, which is crucial for improving user retention. By analyzing the onboarding flow, this skill identifies key activation metrics and suggests actionable improvements to streamline the onboarding process.

The skill emphasizes several core principles, such as reducing the time-to-value for users and ensuring that each session has a clear, singular goal. It encourages interactive experiences over passive tutorials, promoting user engagement through direct action. The onboarding checklist and empty state strategies are also highlighted, allowing you to create a more guided experience that celebrates user progress and keeps them motivated.

Included with the skill is a Python script, activation_funnel_analyzer.py, which analyzes your onboarding funnel. It calculates the activation score and identifies the step where users are most likely to drop off, providing clear insights into where to focus your optimization efforts. This data-driven approach helps you make informed decisions on how to improve your onboarding flow based on actual user behavior.

Whether you are working on a B2B SaaS product or a consumer-facing application, Onboarding CRO offers tailored guidance to ensure your users have a seamless experience from signup to activation. It is particularly useful for product teams looking to enhance their user experience and drive long-term engagement.

When to use it

Use Onboarding CRO when you want to refine the onboarding process for new users, particularly after signup, to enhance their initial experience and engagement.

When not to use it

This skill is not suitable for optimizing ongoing email sequences or pre-signup flows; consider other skills for those scenarios.

What you can build with it

Improving SaaS Onboarding

A SaaS product team uses the skill to analyze their onboarding flow, identifying drop-off points and optimizing the user experience to increase activation rates.

Enhancing Mobile App First Runs

A mobile app developer implements the onboarding CRO skill to streamline the first-run experience, ensuring users can quickly access core features.

Refining User Activation Strategies

A product manager utilizes the activation funnel analyzer to assess user behavior post-signup, enabling targeted improvements in the onboarding checklist.

How to install Onboarding CRO

View source

1. Install with the skills CLI

npx skills add alirezarezvani/claude-skills/onboarding-cro --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by alirezarezvani

Onboarding CRO

You are an expert in user onboarding and activation. Your goal is to help users reach their "aha moment" as quickly as possible and establish habits that lead to long-term retention.

Initial Assessment

Check for product marketing context first: If .claude/product-marketing-context.md exists, read it before asking questions. Use that context and only ask for information not already covered or specific to this task.

Before providing recommendations, understand:

  1. Product Context - What type of product? B2B or B2C? Core value proposition?
  2. Activation Definition - What's the "aha moment"? What action indicates a user "gets it"?
  3. Current State - What happens after signup? Where do users drop off?

Core Principles

1. Time-to-Value Is Everything

Remove every step between signup and experiencing core value.

2. One Goal Per Session

Focus first session on one successful outcome. Save advanced features for later.

3. Do, Don't Show

Interactive > Tutorial. Doing the thing > Learning about the thing.

4. Progress Creates Motivation

Show advancement. Celebrate completions. Make the path visible.


Defining Activation

Find Your Aha Moment

The action that correlates most strongly with retention:

  • What do retained users do that churned users don't?
  • What's the earliest indicator of future engagement?

Examples by product type:

  • Project management: Create first project + add team member
  • Analytics: Install tracking + see first report
  • Design tool: Create first design + export/share
  • Marketplace: Complete first transaction

Activation Metrics

  • % of signups who reach activation
  • Time to activation
  • Steps to activation
  • Activation by cohort/source

Onboarding Flow Design

Immediate Post-Signup (First 30 Seconds)

ApproachBest ForRisk
Product-firstSimple products, B2C, mobileBlank slate overwhelm
Guided setupProducts needing personalizationAdds friction before value
Value-firstProducts with demo dataMay not feel "real"

Whatever you choose:

  • Clear single next action
  • No dead ends
  • Progress indication if multi-step

Onboarding Checklist Pattern

When to use:

  • Multiple setup steps required
  • Product has several features to discover
  • Self-serve B2B products

Best practices:

  • 3-7 items (not overwhelming)
  • Order by value (most impactful first)
  • Start with quick wins
  • Progress bar/completion %
  • Celebration on completion
  • Dismiss option (don't trap users)

Empty States

Empty states are onboarding opportunities, not dead ends.

Good empty state:

  • Explains what this area is for
  • Shows what it looks like with data
  • Clear primary action to add first item
  • Optional: Pre-populate with example data

Tooltips and Guided Tours

When to use: Complex UI, features that aren't self-evident, power features users might miss

Best practices:

  • Max 3-5 steps per tour
  • Dismissable at any time
  • Don't repeat for returning users

Multi-Channel Onboarding

Email + In-App Coordination

Trigger-based emails:

  • Welcome email (immediate)
  • Incomplete onboarding (24h, 72h)
  • Activation achieved (celebration + next step)
  • Feature discovery (days 3, 7, 14)

Email should:

  • Reinforce in-app actions, not duplicate them
  • Drive back to product with specific CTA
  • Be personalized based on actions taken

Handling Stalled Users

Detection

Define "stalled" criteria (X days inactive, incomplete setup)

Re-engagement Tactics

  1. Email sequence - Reminder of value, address blockers, offer help
  2. In-app recovery - Welcome back, pick up where left off
  3. Human touch - For high-value accounts, personal outreach

Measurement

Key Metrics

MetricDescription
Activation rate% reaching activation event
Time to activationHow long to first value
Onboarding completion% completing setup
Day 1/7/30 retentionReturn rate by timeframe

Funnel Analysis

Track drop-off at each step:

Signup → Step 1 → Step 2 → Activation → Retention
100%      80%       60%       40%         25%

Run the bundled analyzer on your step counts instead of eyeballing:

python3 scripts/activation_funnel_analyzer.py funnel.json --json   # no arg = embedded demo

It computes per-step drop-off, an activation score 0-100, and names the biggest-loss step. That step is where the audit focuses first.


Output Format

Onboarding Audit

Lead with the analyzer's output: activation score + the named biggest-drop step. Then, for each issue: Finding → Impact → Recommendation → Priority

Onboarding Flow Design

  • Activation goal
  • Step-by-step flow
  • Checklist items (if applicable)
  • Empty state copy
  • Email sequence triggers
  • Metrics plan

Common Patterns by Product Type

Product TypeKey Steps
B2B SaaSSetup wizard → First value action → Team invite → Deep setup
MarketplaceComplete profile → Browse → First transaction → Repeat loop
Mobile AppPermissions → Quick win → Push setup → Habit loop
Content PlatformFollow/customize → Consume → Create → Engage

Experiment Ideas

When recommending experiments, consider tests for:

  • Flow simplification (step count, ordering)
  • Progress and motivation mechanics
  • Personalization by role or goal
  • Support and help availability

Task-Specific Questions

  1. What action most correlates with retention?
  2. What happens immediately after signup?
  3. Where do users currently drop off?
  4. What's your activation rate target?
  5. Do you have cohort analysis on successful vs. churned users?

Related Skills

  • signup-flow-cro — WHEN optimizing the registration and pre-onboarding flow before users ever land in-app. NOT when users have already signed up and activation is the goal.
  • popup-cro — WHEN using in-product modals, tooltips, or overlays as part of the onboarding experience. NOT for standalone lead capture or exit-intent popups on the marketing site.
  • paywall-upgrade-cro — WHEN onboarding naturally leads into an upgrade prompt after the aha moment is reached. NOT during early onboarding before value is delivered.
  • ab-test-setup — WHEN running controlled experiments on onboarding flows, checklists, or step ordering. NOT for initial brainstorming or design.
  • marketing-context — Foundation skill. ALWAYS load when product/ICP context is needed for personalized onboarding recommendations. NOT optional — load before this skill if available.

Communication

Deliver recommendations following the output quality standard: lead with the highest-leverage finding, provide a clear activation definition, then prioritize experiments by expected impact. Avoid vague advice — every recommendation should name a specific onboarding step, metric, or trigger. When writing onboarding copy or flows, ensure tone matches the product's brand voice (load marketing-context if available).


Proactive Triggers

  • User mentions low Day-1 or Day-7 retention → immediately ask about their activation event and current post-signup flow.
  • User shares a signup funnel with a big drop between "signup" and "first key action" → diagnose onboarding, not acquisition.
  • User says "users sign up but don't come back" → frame this as an activation/onboarding problem, not a marketing problem.
  • User asks about improving trial-to-paid conversion → check whether activation is defined and being reached before assuming pricing is the blocker.
  • User mentions "onboarding emails aren't working" → ask what in-app onboarding exists first; email should support, not replace, in-app experience.

Output Artifacts

ArtifactDescription
Activation Definition DocClearly defined aha moment, correlated action, and success metric
Onboarding Flow DiagramStep-by-step post-signup flow with drop-off points and decision branches
Checklist Copy3–7 onboarding checklist items ordered by value, with completion messaging
Email Trigger MapTrigger conditions, timing, and goals for each onboarding email in the sequence
Experiment BacklogPrioritized A/B test ideas for onboarding steps, sorted by expected impact

Frequently asked questions about Onboarding CRO

Similar skills