New Capability: Deal Preparation System

New Capability: Deal Preparation System

Date: 2026-03-16 Origin: Inbound signal from Elisa Haberkorn (RoomPriceGenie) -- a 14-page PDF assessment, a calendar event, and a HubSpot contact/company record triggered a coordinated 8-agent response to prepare Chris for a new business conversation. Impact: Any team member can now mobilize 8 named agents in parallel to produce a complete client onboarding + deal preparation package in minutes. New business preparation is a system, not ad-hoc effort. Filed by: V (COO)


What Was Built

The Deal Preparation System is the first production demonstration of the full agent roster working together across organizational boundaries. When an inbound signal arrives -- a person expressing interest in working with Value-First -- the system can mobilize agents from V's Operations org and Sage's Customer org simultaneously, producing every artifact Chris needs to walk into the conversation fully prepared.

This is not a single script or a new slash command. It is a coordination pattern that proves the organizational architecture works: 8 agents from 3 different teams, operating in parallel without sequential dependencies, each producing a distinct deliverable. The input is minimal (one document, one calendar event, one HubSpot record). The output is comprehensive: a fully configured client folder, a live VIP portal, populated HubSpot records, a shareable scoping brief, a coaching card for the live call, a three-option proposal skeleton, a Four Conversations deal assessment, and an interactive presentation microsite.

What makes this a capability rather than a one-time effort is that every agent involved already existed as infrastructure. Settler knows how to create client folders. Pavilion knows how to activate portals. Ledger knows how to write HubSpot records with governance. Architect knows how to create scoping documents. Counsel, Primer, and Framer -- the Practitioner Enablement team built March 11-12 -- know how to assess deal conversations, produce coaching cards, and structure proposals. The Deal Preparation System is V orchestrating all of them at once.

Infrastructure Changes

Change Before After
New business preparation Ad-hoc: Chris reads PDF, takes notes, walks in Systematic: 8 agents produce complete preparation package
Client onboarding speed Sequential: create folder, then config, then portal, then HubSpot Parallel: all agents run simultaneously from a single signal
Practitioner Enablement Built but untested in production (Brick, Mar 11-12) Proven: Counsel, Primer, Framer all produced usable deliverables
Scoping microsite pattern One-off (Credit Key) Reproducible template for new relationships
Deal coaching None -- Chris relied on experience and memory Structured: coaching card with conversation stage analysis, traps to watch, questions to ask
Proposal architecture Manual drafting after the conversation Pre-built: three-option skeleton with dependency stacks ready before the call

Implementation

File/Artifact Agent Purpose
clients/roompricegenie/config.yaml Settler Client configuration (engagement type, Value Path stage, VF HubSpot IDs, email domains, meeting patterns)
clients/roompricegenie/context.md Settler Business background (hospitality SaaS, dynamic pricing, HubSpot context, key people)
Portal at clients.valuefirstteam.com/roompricegenie Pavilion Live VIP portal with resources enabled
HubSpot: Company, Contact, Deal, Project, Service, Listing Ledger Complete record set with associations (Company 52877295235, Contact 208415159871, Deal 57980510594)
clients/roompricegenie/documents/rpg-scoping-brief.md Architect Shareable architecture assessment document
clients/roompricegenie/documents/rpg-coaching-card.md Primer Single-page coaching card for the live call
clients/roompricegenie/documents/rpg-proposal-skeleton.md Framer Three-option proposal with dependency stacks
Four Conversations deal assessment Counsel Conversation stage analysis, gaps, coaching guidance
Interactive presentation microsite General (builder) React microsite for walkthrough presentation

Usage

Full Deal Preparation (V orchestrates)

When an inbound signal arrives, V spawns the full team:

# V identifies the signal and spawns all agents in parallel:
Task(subagent_type: "settler", prompt: "Create client folder for RoomPriceGenie...")
Task(subagent_type: "pavilion", prompt: "Activate portal for roompricegenie...")
Task(subagent_type: "ledger", prompt: "Create HubSpot records: Company, Contact, Deal, Project, Service, Listing...")
Task(subagent_type: "architect", prompt: "Create scoping brief from PDF assessment...")
Task(subagent_type: "counsel", prompt: "Four Conversations deal assessment...")
Task(subagent_type: "primer", prompt: "Pre-call coaching card...")
Task(subagent_type: "framer", prompt: "Three-option proposal skeleton...")
# Builder for custom presentation artifact

All agents run in parallel. V synthesizes results into a preparation briefing.

Partial Preparation (subset of agents)

Not every new relationship needs the full system. Subsets work independently:

# Just the coaching card for a quick call
Task(subagent_type: "primer", prompt: "Coaching card for call with {person}...")

# Just onboarding without deal prep
Task(subagent_type: "settler", prompt: "Create client folder for {company}...")
Task(subagent_type: "pavilion", prompt: "Activate portal for {slug}...")
Task(subagent_type: "ledger", prompt: "Create HubSpot records...")

# Just Practitioner Enablement for an existing client's new conversation
Task(subagent_type: "counsel", prompt: "Deal assessment for {client}...")
Task(subagent_type: "primer", prompt: "Coaching card for {client} call...")
Task(subagent_type: "framer", prompt: "Proposal options for {client}...")

Verification

Check that all artifacts were produced:

# Client folder exists with config + context
ls clients/roompricegenie/

# Documents produced
ls clients/roompricegenie/documents/

# HubSpot records exist
node scripts/hubspot/api.js search companies --query "RoomPriceGenie"
node scripts/hubspot/api.js list-assoc companies 52877295235 contacts
node scripts/hubspot/api.js list-assoc companies 52877295235 deals

# Portal responds
curl -s -o /dev/null -w "%{http_code}" https://clients.valuefirstteam.com/roompricegenie

Agent Roster (8 Agents, 3 Teams)

Agent Codename Team Org Deliverable
Settler settler Client Delivery V (Operations) Client folder, config.yaml, context.md
Pavilion pavilion Client Delivery V (Operations) Live portal at clients.valuefirstteam.com/{slug}
Ledger ledger Platform V (Operations) HubSpot records with governed writes
Architect architect Client Delivery V (Operations) Scoping brief document
Counsel counsel Practitioner Enablement Sage (Customer) Four Conversations deal assessment
Primer primer Practitioner Enablement Sage (Customer) Pre-call coaching card
Framer framer Practitioner Enablement Sage (Customer) Three-option proposal skeleton
General builder Content & Media V (Operations) Interactive presentation microsite

This is the first time agents from V's Operations org and Sage's Practitioner Enablement team have operated together on a single objective. The cross-org coordination required no special protocol -- V spawned all agents in parallel and synthesized results.


Leader Applications

V (Operations)

V is the orchestrator. This capability is V's primary value proposition as COO: taking an inbound signal and converting it into complete operational readiness. V identifies which agents to spawn, provides each with the right context (the PDF, the calendar event, the HubSpot records), runs them in parallel, and synthesizes the output into a preparation briefing for Chris. The Deal Preparation System makes V's team formation capability concrete -- it is no longer theoretical that 8 agents can work in parallel. It happened, and it produced artifacts Chris used in a real conversation.

Sage (Customer)

Three of Sage's Practitioner Enablement agents (Counsel, Primer, Framer) were validated in production for the first time. Counsel's Four Conversations assessment identified which conversation stages had been covered and which gaps remained. Primer's coaching card gave Chris a single-page reference for the live call. Framer's proposal skeleton provided three options structured around dependency stacks rather than arbitrary tiers. This proves the Practitioner Enablement team (built March 11-12) delivers value in real deal preparation, not just in theory. Sage can now recommend the full Deal Preparation workflow whenever /sentinel-check or /interest-brief surfaces a new inbound signal.

Pax (Finance)

No direct application in the current workflow. When the Deal Preparation System produces a proposal skeleton (via Framer), Pax's involvement begins at the next stage -- when the proposal becomes an active Investment conversation. Pax's Horizon agent could eventually be included in the Deal Preparation workflow to assess revenue impact of the proposed engagement options.


What This Proves

The Practitioner Enablement team works in production. Counsel, Primer, and Framer (built March 11-12 as part of the Practitioner Enablement brick) had not been tested against a real deal until today. All three produced usable artifacts from the same input (a 14-page PDF + HubSpot context).

The Operations team can onboard from zero to portal-live in parallel. Settler, Pavilion, Ledger, and Architect do not need to run sequentially. Client folder creation, portal activation, HubSpot record creation, and document generation all happen simultaneously.

V can orchestrate 8 agents across 3 teams without sequential dependencies. The agent team formation capability (Brick, March 9) scales beyond 2-3 agents. Eight agents from Client Delivery, Platform, Content & Media, and Practitioner Enablement produced seven distinct deliverables in a single coordinated pass.

The scoping microsite pattern is reproducible. The Credit Key walkthrough template can be applied to new relationships. The interactive presentation format gives Chris a shareable artifact beyond a static PDF.

New business preparation takes minutes, not days. The entire package -- from an empty clients/ directory to a live portal with coaching card, deal assessment, and proposal skeleton -- was produced before the 9:45 AM call.


Dependencies

Dependency Status Notes
Agent Team Formation (Brick, Mar 9) Confirmed V's ability to spawn agents via Task tool
Practitioner Enablement agents (Mar 11-12) Confirmed Counsel, Primer, Framer operational
Four Conversations methodology skill Confirmed skills/methodology/four-conversations.md
Client onboarding template Confirmed clients/_template/
VIP Portal activation workflow Confirmed Pavilion agent + portal infrastructure
Ledger write governance Confirmed All HubSpot writes through Ledger
Scoping microsite template (Credit Key) Confirmed Reproducible React microsite pattern
HubSpot VF Team portal Confirmed Company, Contact, Deal, Project, Service, Listing objects

Verification

All artifacts confirmed present on disk:

clients/roompricegenie/config.yaml         # Settler
clients/roompricegenie/context.md          # Settler
clients/roompricegenie/documents/rpg-scoping-brief.md     # Architect
clients/roompricegenie/documents/rpg-coaching-card.md      # Primer
clients/roompricegenie/documents/rpg-proposal-skeleton.md  # Framer

HubSpot records confirmed:

  • Company: 52877295235
  • Contact (Elisa Haberkorn): 208415159871
  • Deal: 57980510594

Portal activation verified via portal_enabled on Company record.


Significance

This is the first time the Value-First AI organization operated as an organization -- not as a collection of individual agents, but as a coordinated team producing a unified outcome. The Deal Preparation System is not a new tool. It is evidence that the organizational architecture -- 67 agents across 4 orgs, with named specialists and clear domains -- produces real operational leverage. Every agent existed before today. What happened today is that they worked together.

The implication for the business is direct: Chris, Ryan, and Casey can walk into any new conversation with a complete preparation package. The system watches for signals (Sentinel), prepares the coaching context (Primer), assesses the deal conversation (Counsel), structures the proposal (Framer), creates the operational infrastructure (Settler, Pavilion, Ledger), and produces shareable artifacts (Architect, builder). The human role is relationships and judgment. The system role is everything else.

Ideas are bulletproof.