← Vault Index
Source: frameworks/kit-advisory-onboarding-v2/05-advisory-onboarding-v2-output-skill.md

05 — OUTPUT INTELLIGENCE: Advisory Onboarding Kit v2

Level 3 design. The kit produces a member kit with three operating modes. Each level builds on the previous one. Build artifacts that reflect this specific practice. Use the golden example as quality benchmark, not structural template. Fix what you can during production. Only escalate true judgment calls to Kathryn.


The Goal

Produce a complete member kit — a production system the practice owner uses to onboard clients. The kit has three operating modes. Levels are sequential: Level 1 is the foundation Level 2 and 3 need.

Level 1 Output — Structure (The Member Runs It)

DeliverableFormatPurpose
Onboarding SOPMarkdownThe documented process — every step, who does what, when, in what order. This is what AI reads to operate at Level 2 and 3.
Roadmap templateHTMLClient-facing. Populated with practice data. Per-client fields (name, start date) filled by member per engagement.
Action plan templateMarkdownAdvisor's working doc per engagement. Practice data populated, per-client fields left to fill.
Mutual-responsibility templateMarkdownHandshake doc. Both sides' commitments. Signed per engagement.

Level 2 Output — Streamline (Member Manages, AI Produces)

Everything from Level 1, plus:

DeliverableFormatPurpose
Practice context fileMarkdownA document the member's Claude reads to understand this practice — team, tools, cadence, packages, welcome experience, completion gate. Everything from the extraction, organized for Claude to reference.
AI production promptsMarkdownStep-by-step instructions the member gives Claude to produce each client deliverable. "New client: [Name], [Package], starting [Date]. Produce the roadmap." Claude reads the context file + SOP and drafts the output.

Level 3 Output — Delegate (AI Runs It, Member Oversees)

Everything from Levels 1 and 2, plus:

DeliverableFormatPurpose
Kit instruction fileMarkdown (CLAUDE.md-style)A full instruction set the member's Claude instance loads. Contains the practice context, the SOP, the production logic, and the quality checks — all in one file. Member says "onboard [Name], [Package], [Date]" and Claude produces everything.

Required Inputs

  1. Universal process (file 01) — the spine. Structure and design constraints.
  2. AI extraction output (file 06) — the practice's specific data per offer.
  3. Practice reference data — canonical names, tools, spellings.
  4. Golden example (file 03) — Rob's roadmap. Quality benchmark.
  5. Terminology lock (file 02) — words that mean specific things.

Production Order

Build sequentially. Each level requires the previous one.

Step 1 — Build the Onboarding SOP

Think of it as: The master document. If the member lost everything else, this alone would let them onboard a client.

What it must contain:

How to build it: Walk through the extraction's Q3 data (who touches what per step) and turn it into a narrative process document. Not a checklist — a readable SOP that someone could follow from start to finish.

Adapt to practice model:

Step 2 — Build the Client Deliverable Templates

Three documents, all populated with practice data.

The Roadmap (HTML)

Think of it as: The client opens this after signing and thinks "I know exactly what's happening and I feel good about this."

What it must do:

What it must NOT do:

Adapt to the practice. A lean solo practice gets a simpler roadmap. An institutional practice gets more people and handoffs. A coaching practice gets activation cycles, not seasonal cadence. Don't force a practice into a structure that isn't theirs.

Brand: Dark theme (charcoal #1a1a1a, gold #b79d64, cream #f9f7f4), Cormorant Garamond + Inter. Hardcode hex — no var() CSS.

The Action Plan (Markdown)

Think of it as: The advisor's working doc per engagement. Pre-populated with practice data. Per-client specifics filled at kickoff.

What it must do:

Build from extraction data. If the first win is "identify $3K in overpaid estimated taxes," name that — not "identify savings opportunity."

The Mutual-Responsibility Doc (Markdown)

Think of it as: The handshake. What both sides commit to. Short, clear, signable.

What it must do:

Step 3 — Build the Level 2 Kit Files

These turn the Level 1 deliverables into an AI-assisted production system.

Practice Context File

Think of it as: Everything Claude needs to know about this practice to produce onboarding deliverables. One file, readable, complete.

What it must contain:

Build it from the extraction output. Reorganize for Claude's consumption — not a copy-paste of the extraction, but a clean reference document Claude can read and use.

AI Production Prompts

Think of it as: Step-by-step instructions the member copies to Claude to produce each deliverable.

What it must contain:

Example shape:

## Produce a Roadmap

Load: [practice-context-file.md]
Reference: [onboarding-sop.md]

New client:
- Name: [Client Name]
- Package: [Offer Name]
- Start date: [Date]
- First meeting: [Date]

Produce the client roadmap. Use the practice context for all practice-specific details. Use the SOP for the step sequence. Fill in the client-specific fields above. Output as HTML matching the brand style.

Step 4 — Build the Level 3 Kit Instruction File

Think of it as: A CLAUDE.md for the member's practice. When their Claude instance loads this file, it knows how to onboard a client end-to-end.

What it must contain:

This is the most important deliverable. It's what makes Level 3 work. A member with this file loaded in Claude can say "onboard Jane Smith, Full Advisory, starting July 1" and get all three documents back, populated and ready to review.

Build it as a real, working instruction file. Not a description of what it would do — an actual file the member can load.


Self-QC During Production

Check as you build. Don't produce everything and then run a quality pass.

Continuously verify:

Fix issues immediately. Escalate only when you need Kathryn's judgment.


Cross-Member Intelligence

Use what worked for prior members. Don't copy proprietary content.


Delivery

Filename pattern per offer:

Where it goes: The practice's per-member workspace — NOT the kit directory.

Production order per member: Extraction → SOP → client deliverables → practice context + prompts → kit instruction file. Sequential.


After Delivery — Mode 2 (Improve the Kit)

Every manual fix becomes a kit fix. If the member changes output by hand, if QC catches something, if the Level 3 instruction file needs adjustment — update the relevant kit file so the next run is better.


Cross-references