Design structured customer onboarding workflows with phased checklists, email templates, success milestones, and ownership assignments.
npx skills add https://github.com/seb1n/awesome-ai-agent-skills --skill onboarding-playbook-creation
Build comprehensive onboarding playbooks that guide new customers from signup to first value and sustained adoption. This skill produces phased workflows with explicit milestones, task checklists, communication templates, and clear ownership so that every customer follows a repeatable path to success regardless of which CSM is assigned.
Describe your product, customer segment, and onboarding goals. The agent will produce a complete playbook with phases, tasks, templates, and timelines.
Create a 30-day onboarding playbook for our B2B analytics platform. Target
segment is mid-market (50-500 employees). Key success milestones: connect a
data source, build first dashboard, share with 3+ team members.
Input: B2B analytics platform, mid-market segment, 30-day onboarding window.
Output:
| Task | Owner | Duration | Done When |
|------|-------|----------|-----------|
| Send welcome email with login credentials and quickstart guide | CSM | 15 min | Email delivered, customer opens |
| Create internal customer channel (#cs-acme-corp) | CSM | 5 min | Channel exists with team added |
| Schedule kickoff call for Day 2-3 | CSM | 10 min | Calendar invite accepted |
| Conduct kickoff call: align on goals, introduce support channels, confirm timeline | CSM + Customer | 45 min | Meeting notes shared, milestones agreed |
| Customer completes account profile and invites admin user | Customer | 20 min | Admin user active in product |
| Task | Owner | Duration | Done When |
|------|-------|----------|-----------|
| Connect primary data source (guided walkthrough) | Customer + SE | 1-2 hours | Data source shows "connected" status, initial sync complete |
| Verify data integrity — spot-check 3 metrics against source | SE | 30 min | Metrics match within 2% tolerance |
| Configure SSO/SAML if enterprise | SE | 1 hour | Team can login via company identity provider |
| Send Day 7 check-in email: "How's setup going?" | CSM (automated) | — | Email sent, reply monitored |
| Troubleshoot any integration blockers | SE | Varies | All blockers resolved, customer unblocked |
| Task | Owner | Duration | Done When |
|------|-------|----------|-----------|
| Build first dashboard using template library | Customer + CSM | 45 min | Dashboard created with live data |
| CSM reviews dashboard and suggests improvements | CSM | 30 min | Customer confirms dashboard meets their needs |
| Customer shares dashboard with 3 team members | Customer | 10 min | 3+ users have viewed the shared dashboard |
| Send milestone email: "You built your first dashboard!" | CSM (automated) | — | Email delivered with next steps |
| 15-minute adoption check-in call | CSM + Customer | 15 min | Usage patterns reviewed, expansion opportunities identified |
| Task | Owner | Duration | Done When |
|------|-------|----------|-----------|
| Customer creates 2 additional dashboards independently | Customer | Self-paced | 3+ total dashboards exist |
| Enable scheduled report delivery | Customer + CSM | 20 min | At least 1 scheduled report active |
| Conduct graduation call: review milestones, transition to ongoing CS | CSM + Customer | 30 min | Customer confirms self-sufficiency, success plan created |
| Internal handoff to ongoing CSM (if different from onboarding CSM) | CSM → CSM | 30 min | Handoff doc complete, new CSM introduced |
| Send graduation email with advanced resources and community invite | CSM (automated) | — | Email delivered |
Input: Developer CLI tool, self-serve motion, no CSM involvement.
Output:
In-App Onboarding Checklist (shown in dashboard sidebar)
Welcome to DevTool! Complete these steps to get up and running.
□ Install the CLI
Run: npm install -g @devtool/cli
Verify: devtool --version shows v3.x
□ Authenticate your account
Run: devtool auth login
Opens browser → approve → token saved locally
□ Connect your first repository
Run: devtool init in your project root
Creates .devtool.yml config file
□ Run your first scan
Run: devtool scan
View results at app.devtool.com/results
□ Fix your first issue
Click any finding → follow the suggested fix
Re-run devtool scan to verify
□ Invite a teammate
Go to Settings → Team → Invite
Enter their email to share project access
□ Set up CI integration
Add devtool scan to your CI pipeline
See: docs.devtool.com/ci for GitHub Actions, GitLab CI, and Jenkins examples
✓ You're all set! Explore advanced features →
Companion email sequence (automated):
Interactive daily standup/meeting update generator. Use when user says 'daily', 'standup', 'scrum update', 'status update', 'what did I do yesterday', 'prepare for meeting', 'morning update', or 'team sync'. Pulls activity from GitHub, Jira, and Claude Code session history. Conducts 4-question interview (yesterday, today, blockers, discussion topics) and generates formatted Markdown update.
Start your day with a prioritized sales briefing. Works standalone when you tell me your meetings and priorities, supercharged when you connect your calendar, CRM, and email. Trigger with "morning briefing", "daily brief", "what's on my plate today", "prep my day", or "start my day".
Full ICP-to-leads pipeline. Describe your ideal customer in plain English and get a ranked table of enriched decision-maker leads with emails and phone numbers.
Analyze meeting notes to find action items and create Jira tasks for assigned work. When an agent needs to: (1) Create Jira tasks or tickets from meeting notes, (2) Extract or find action items from notes or Confluence pages, (3) Parse meeting notes for assigned tasks, or (4) Analyze notes and generate tasks for team members. Identifies assignees, looks up account IDs, and creates tasks with proper context.
When the user wants to optimize post-signup onboarding, user activation, first-run experience, or time-to-value. Also use when the user mentions "onboarding flow," "activation rate," "user activation," "first-run experience," "empty states," "onboarding checklist," "aha moment," or "new user experience." For signup/registration optimization, see signup-flow-cro. For ongoing email sequences, see email-sequence.
Prepare for tomorrow''s meetings and tasks. Pulls calendar from Outlook via WorkIQ, cross-references open tasks and workspace context, classifies meetings, detects conflicts and day-fit issues, finds learning and deep-work slots, and generates a structured HTML prep file with productivity recommendations.
Design meeting rhythms, metric reporting, quarterly planning, and decision-making velocity for scaling companies. Use when decisions are slow, planning is broken, the company is growing but alignment is worse, or leadership meetings consume all time without producing decisions.
Add Google Calendar as an MCP tool (list calendars, list/search/create events, free/busy queries) using OneCLI-managed OAuth. Multi-calendar and multi-account supported. Mirrors /add-gmail-tool's stub pattern — no raw credentials ever reach the container; OneCLI injects real tokens at request time.
Take seb1n/onboarding-playbook-creation from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference npm.
Without those the skill loads but fails at the first command.