Onboarding Playbook Brief
Scaffolds an agent brief for producing a customer onboarding playbook. The rendered brief instructs an agent to define onboarding stages, set milestone criteria, create health scoring rubrics, design intervention triggers, and produce a playbook that guides customer success teams from signup through time-to-value.
| Name | brief-onboarding-playbook |
| Version | 0.1.0 |
| Category | customer-success |
| License | Apache-2.0 |
| Persona | customer-success |
| Tags | brief, onboarding, customer-success, playbook, milestones |
| Source | templates/brief-onboarding-playbook |
Render it
Three front doors, one catalog. Pick whichever suits the caller.
# CLI
npx @nanohype/sdk render brief-onboarding-playbook --out ./my-app
# SDK
import { LocalSource, renderTemplate } from "@nanohype/sdk";
const result = await renderTemplate(source, "brief-onboarding-playbook", variables);
# MCP — from an agent
get_template({ name: "brief-onboarding-playbook" })Variables
Required
ProjectNamestring- Internal project name
ProductNamestring- Customer-facing product name
Optional
OnboardingModelstring — defaults toguided- Onboarding approach (guided, self-serve, hybrid, white-glove)
TimeToValuestring — defaults to30 days- Target duration from signup to first value realization
KeyMilestonesstring — defaults to- Comma-separated key milestones customers should hit
What it produces
1 files. Placeholder names such as __APP_NAME__ are what the renderer substitutes into.
brief.mdComposes with
- Pairs with
onboarding-playbook - Pairs with
qbr-template - Nests inside
monorepo