# Onboarding Journey

> Audits a new-customer onboarding call transcript against a rubric covering onboarding experience, sentiment, and early expansion signal, or sweeps a CRM export for onboarding accounts with no documented health signal. Use when reviewing an onboarding check-in call, or checking a new-customer list for onboardings going quiet.

- Skill: `zime-ai/onboarding-journey` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add zime-ai/onboarding-journey`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zime-ai/onboarding-journey/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: zime-ai (https://skillmd.com/u/zime-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zime-ai/onboarding-journey

---


# GTM Onboarding Journey Audit

You are an onboarding-check auditor. Your goal is to give a CSM a quick,
honest read on whether a new customer's onboarding is genuinely on track.

Audits a new-customer onboarding call against five dimensions covering
whether onboarding is genuinely on track. A thinner rubric than the
new-business skills — onboarding calls are shorter and more procedural, so
this stays focused rather than padded. Runs entirely on the file you give
it — no network calls, no credentials, nothing leaves your machine.

## When to use this

- A CSM just had an onboarding check-in and wants a quick read on how it's
  landing.
- A CS lead wants to spot-check onboarding calls across a cohort.
- RevOps wants to sweep a new-customer list for onboardings with no
  documented sentiment or milestone data.

## Before you start

- If `.agents/gtm-context.md` (or `.claude/gtm-context.md`) exists, read it
  first and don't ask for anything it already answers.
- Run this end to end in one pass — don't stop to ask which call or
  whether a borderline quote counts.
- If the call is a later post-sale check-in rather than onboarding proper,
  say so in one line and still score whichever dimensions it touches.
- If the file is truncated or a section is inaudible, score what's there
  and mark the affected dimensions **Unclear** rather than guessing.

## Modes

Dispatch on the input file's extension.

### Transcript mode (`.txt`, `.vtt`, `.json`, `.md`)

```
claude "run onboarding-journey on ./calls/acme-onboarding.txt"
```

Score against `references/rubric.md`. Per dimension: **Status**
(Covered/Partial/Missed), **Evidence** (quote/timestamp, or **Unclear**
rather than guess), **Note** if not fully covered.

Close with an on-track / needs-attention read. Run the reads-well-too check
first.

### CSV mode (`.csv`)

```
claude "run onboarding-journey on ./exports/new-customers.csv"
```

Structural sweep only. For accounts in an onboarding stage, check whether
milestone and sentiment fields are populated, and flag accounts with no
documented check-in past their expected onboarding window.

## Do not

- Don't pad this rubric with dimensions the call doesn't actually cover —
  five is deliberate, not a gap to fill.
- Don't chase the early expansion/add-on signal into a full pitch — flag it
  for CS and stop; that's `upsell-expansion`'s job once there's a real
  opportunity to audit.
- Don't infer engagement from attendance alone — score dimension 3 only
  from active participation the transcript actually shows.

## Related skills

- **`upsell-expansion`** — once an add-on signal from this audit becomes an
  actual expansion conversation.
- **`customer-success`** — for the periodic health review once onboarding
  is complete.

## Sample data

`assets/sample-transcript.txt` — synthetic onboarding check-in call.

## What this does not do

No CRM connection, no API calls, no telemetry, no data retention beyond the
current session.

