← Vault Index
Source: frameworks/kit-master-plan/07-master-plan-input-manifest.md

⚠️ NEEDS REVIEW — Imported from ~/advisory-os/ on Feb 19, 2026. Content is from Feb 10-12 and may not align with current vault framework files (Feb 15-18). Review and merge before using.

Advisory OS Document System — Input Manifest

Overview

Three input types feed the document system. Each has different fields, sources, and processing rules (see 01-process.md).

Document Types

DocumentScopeWho sees itWhat it does
Client Master PlanWhole client, foreverAdvisor onlyFull relationship picture. GPS, themes, constraints, conversation history, team roster. One per client, evolves over time.
Project Plan: [Initiative]One initiative, beginning to endAdvisor onlyExecution document for a specific constraint solve. Deployment plan + session tracking + build status + coaching notes. One per initiative.
Client Blueprint: [Initiative]One initiativeClient + AdvisorWhat the client sees and approves. Builds, timeline, expected outcomes. One per initiative, paired to its Project Plan.
Client RoadmapWhole engagement arcClient + AdvisorBig-picture view across all initiatives. What's completed, in progress, and next. Created when client has multiple initiatives.

Step 1 — Collect Client Reference Data (Required First Run Only)

Before generating any document for a new client, the advisor must provide a Client Reference Data file with correct spellings for:

This data populates the Reference section at the top of the Client Master Plan before GPS. All documents pull proper nouns from Reference — NEVER from transcripts, JSONs, or matrix outputs. On update runs, the Master Plan already carries the Reference block — don't re-ask. Advisor can update via manual input if team changes.


Step 2 — Collect Client Profile Data

FieldPrioritySource
Client first nameRequiredFirst session / intake
Client last nameRequiredFirst session / intake
Company nameRequiredReference Data file
RevenueRecommendedSession / client disclosure
Team sizeRecommendedSession / client disclosure
Relationship start dateRequiredAdvisor records
Entry point / referral sourceRecommendedAdvisor records
Engagement nameRequiredAdvisor records
Engagement value (LTV / annual)RecommendedAdvisor records
Meeting cadenceRecommendedFirst session
Communication style notesOptionalAdvisor observation
Team roster (names, roles)RecommendedReference Data file

Advisor Defaults (System-Level)

Apply to all documents unless overridden by a Client Reference Data file:

FieldDefault Value
Advisor nameKathryn Brown
BrandAdvisory OS

Input 1: Session JSON Extraction (from Relay)

Produced after each client session. Source: Relay agent processing session transcript.

FieldPriorityDescriptionExample
conversation.dateRequiredSession date"2026-02-02"
conversation.typeRequiredMeeting type"Weekly advisory session"
conversation.summaryRequiredBrief session summary"Discussed month-end close bottleneck and Pooja's role transition"
conversation.outcomesRequiredKey outcomes/decisions["Agreed to redesign month-end SOP", "Ruben to provide current checklists"]
conversation.fullRecapRecommendedFull narrative recapExtended paragraph covering session flow
wins[]OptionalClient wins surfaced in session{ title, detail, date }
actions[]RequiredAction items with ownership{ task, owner: mine/client/team, sourceDate, dueDate }
quotes[]RecommendedExact client quotes{ text, context, speaker, date }
gpsSignalsRecommendedPosition, direction, speed signals{ position, direction, speed } — any field may be null
seeds[]OptionalProducts/services discussed{ name, status, nextSteps }
constraintMentions[]OptionalConstraint breadcrumbs (NOT source of truth){ constraint, context, frequency }
recommendations[]RecommendedAdvisor recommendations{ text, status, linkedConstraint, incongruenceFlag, incongruenceNote }

Validation Rules


Input 2: Constraint Priority Matrix (advisor-generated)

Produced from the client's weekly constraint brief. Source: Advisor analysis via the Constraint Priority Matrix project.

FieldPriorityDescriptionExample
constraints[]RequiredPrioritized constraint listArray of constraint objects
constraint.nameRequiredConstraint name"Accounting Manager Operating System Undefined"
constraint.descriptionRequiredWhat the constraint is and why it mattersExtended description
constraint.typeRequiredUpstream or downstream"upstream" or "downstream"
constraint.upstreamOfRequired (if upstream)Which constraints this causes["#2", "#3", "#4", "#5"]
constraint.downstreamOfRequired (if downstream)Which constraint causes this"#1"
constraint.categoryRequiredCapability category"Operational Systems"
constraint.tierRequiredPriority tier"Tier 1 — Maximum Priority"
constraint.statusRequiredCurrent status"Open" / "In Progress" / "Solved" / "Resurfaced"
constraint.patternFlagsRecommendedRecurring/compounding/cluster flags["recurring", "compounding", "cluster"]
constraint.blocksRecommendedWhich GPS Direction goal this blocks"40 new clients / 100% retention"
constraint.occurrenceCountOptionalHow many times this pattern has appeared3
gpsConfirmationRecommendedWhether matrix confirms or changes GPS signalsNarrative comparison
sessionPrepBriefOptionalKey questions/angles for next sessionBullet list

Validation Rules


Input 3: Manual Input

Direct text from the advisor. No fixed format. May contain:

Content TypePriorityDescription
CorrectionsHighName spellings, date fixes, misattributed quotes
Context additionsMediumBackground info, relationship history, team details
Status updatesMediumAction completions, seed status changes, engagement updates
Coaching notesLowObservations for advisor's reference only
Initiative updatesMediumBuild completion, deployment status, pre-work received

Processing Rule

Advisor corrections override all other data sources. If manual input conflicts with JSON extraction or matrix output, manual input wins.


Data for Project Plans

When creating a Project Plan, pull from the Client Master Plan:

FieldSourceRequired
Client name + companyClient Master Plan headerYes
Relevant constraints (subset)Client Master Plan constraints sectionYes
Related GPS signalsClient Master Plan GPSYes
Supporting quotesClient Master Plan quotes sectionRecommended
Related themesClient Master Plan themes sectionRecommended
Stakeholders (team roster subset)Client Master Plan team rosterYes
Related recommendationsClient Master Plan recommendationsRecommended
Related seedsClient Master Plan seedsYes

Additionally required from advisor or Build Design Agent:

FieldSourceRequired
Initiative nameAdvisorYes
Deployment plan (builds, sequence)Build Design Agent outputYes
Pre-work questionsBuild Design Agent outputRecommended
Tool access requirementsAdvisorRecommended
Deployment methodology notesAdvisorRecommended

Project Plan → Client Blueprint Rule

The Project Plan and its paired Client Blueprint MUST pull all proper nouns from the Client Reference Data file. Never pull from transcript or JSON. If a name appears differently in a transcript than in Reference Data, Reference Data wins.