Skip to content

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.

Namebrief-onboarding-playbook
Version0.1.0
Categorycustomer-success
LicenseApache-2.0
Personacustomer-success
Tagsbrief, onboarding, customer-success, playbook, milestones
Sourcetemplates/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

ProjectName string
Internal project name
ProductName string
Customer-facing product name

Optional

OnboardingModel string — defaults to guided
Onboarding approach (guided, self-serve, hybrid, white-glove)
TimeToValue string — defaults to 30 days
Target duration from signup to first value realization
KeyMilestones string — 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.md

Composes with