← Vault Index
Source: frameworks/kit-new-client/00-new-client-kit-start-here.md

00 — START HERE: New Client Kit

This is the setup and orientation document for the New Client Kit. Read this to understand what it is, what it does, what files it needs, and how to use it.


What This Is

The New Client Kit scaffolds a fully functional client workspace repo from scratch. It takes a new client engagement and produces a complete directory structure, identity files (CLAUDE.md, WORKFLOW.md), settings, reference data, and README — everything needed to start running the weekly Advisory OS workflow.

This kit is structurally different from every other kit in the vault. Most kits produce a single document (a CPM, a master plan, a blueprint). This kit produces a directory structure — a whole repo scaffold with multiple files and folders. The output skill (05) contains embedded templates with placeholders.


Three Operating Modes

ModeTriggerWhat It Produces
Mode 1: Day 0 ScaffoldNew client signedRepo structure, CLAUDE.md, WORKFLOW.md, README, .claude/settings.local.json, .gitignore, empty reference data, 9-step cascade skills in .claude/skills/, /start skill
Mode 2: Session 1 PopulationFirst transcript availablePopulated reference data, first CPM, master plan, project scaffolding
Mode 3: Maturity Upgrade3-5+ sessions, patterns emergeBrand kit, client-specific skills, client-specific QC agents

Mode 1 — Day 0 Scaffold

Run once when Kathryn signs a new client. Produces a fully functional workspace with the 9-step post-session cascade installed in .claude/skills/. The cascade auto-advances through all processing steps with human review gates between each. No client-specific production skills, brand files, or QC agents needed at this stage — the cascade references vault frameworks by default.

Prerequisite: GitHub repo already created. The kit documents the exact gh repo create command but does not execute it.

Mode 2 — Session 1 Population

Run after the first session transcript is available. Populates reference data from the transcript, produces the first CPM (using the vault CPM framework), creates the master plan, and scaffolds the first project if an initiative is identified.

This mode calls other vault frameworks. The kit coordinates — it doesn't duplicate CPM, master plan, or project plan logic.

Mode 3 — Maturity Upgrade

Not a single operation. Each upgrade is independent and happens over weeks or months as patterns emerge:

Mode 3 actions are incremental. "Create brand kit" is a separate action from "create SOP skill." Each one updates CLAUDE.md and WORKFLOW.md to reference the new file.


What This Does NOT Do


Gold Standard References

RepoStatusRole
aos-client-jb (Jenn Barr / TRG Consultants)Latest tested9-step post-session cascade (tested and working), full .claude/skills/ setup. The reference for cascade skill structure.
aos-client-rc (Ruben Cruz / Crulliance)Fully mature9-step cascade + brand kit (3 files), 8 production skills in skills/, 2 QC agents. The gold standard for a fully built-out workspace with client-specific customization.

Both repos use the same 9-step post-session cascade in .claude/skills/, identical directory structures, and the same weekly workflow. RC's cascade skills reference client-specific production skills and brand files; JB's cascade skills are self-contained.


File Inventory

#FileWhat It Is
0000-new-client-kit-start-here.mdThis file — orientation, modes, what it does and doesn't do
0101-new-client-kit-context.mdRequired inputs per mode, validation rules
0202-new-client-kit-terminology.mdLocked vocabulary for this kit
0303-new-client-kit-golden-example.mdStructural reference pointing to both live repos with annotations
0404-new-client-kit-quality.mdFour checklists — Mode 1 gate (24 items), Mode 2 gate, readiness checklist, Mode 3 gate
0505-new-client-kit-output-skill.mdThe production skill — templates, step-by-step scaffold instructions

Total: 6 files.


Relationship to Other Kits

This kit is the entry point for the client engagement workflow. It runs before any other framework kit:

New Client Kit (Mode 1) → Day 0 scaffold + 9-step cascade skills
    ↓
New Client Kit (Mode 2) → Calls CPM framework, Master Plan framework
    ↓
Weekly workflow begins (9-step cascade in .claude/skills/)
    ↓
New Client Kit (Mode 3) → Brand kit, client-specific production skills, QC agents
                           (cascade skills updated to reference them)

The kit coordinates with but does not duplicate:


File Location

advisory-os-vault/content/frameworks/kit-new-client/
    00-new-client-kit-start-here.md          (this file)
    01-new-client-kit-context.md
    02-new-client-kit-terminology.md
    03-new-client-kit-golden-example.md
    04-new-client-kit-quality.md
    05-new-client-kit-output-skill.md