Buyer Questions Preflight
Surface the two questions your target buyer is most likely to ask that would end the conversation — before the meeting happens. Each question comes with why it kills deals and a suggested answer for after you've closed the gap.
When to trigger
- User says "buyer-questions", "what will my buyer ask", "pitch prep", "enterprise preflight", "what's going to kill my deal", "prepare me for the enterprise buyer"
- Before a sales call, demo, or proposal with an enterprise or regulated-industry buyer
- After completing an
impl-arch-audit to translate gaps into buyer-facing risk
- When entering a new vertical (finance, healthcare, insurance, government)
Workflow
Phase 1 — Gather inputs
Ask the user for two things (or extract from context):
- Product description — what does the AI deployment do? (one paragraph is fine; a pitch deck excerpt works too)
- Target buyer — role + company profile (e.g., "head of compliance at a mid-market regional bank", "VP Engineering at a 200-person SaaS company", "COO at a 50-person logistics firm")
Phase 2 — Identify buyer lens
Map the buyer role to their primary concerns:
| Role |
Primary concern |
Secondary concern |
| Compliance / Legal |
Audit trails, liability, reversibility |
Data access controls |
| CFO / Finance |
Cost predictability, ROI proof, error recovery |
Authority limits |
| CTO / VP Eng |
Integration, maintenance burden, observability |
Model reliability |
| COO / Operations |
Workflow handoffs, exceptions handling, SLA |
Human override paths |
| Procurement |
Vendor lock-in, contract terms, exit clauses |
Security/SOC 2 |
| CISO / Security |
Data access scope, audit logs, breach surface |
Authority enforcement |
If the buyer role spans multiple concerns, address the top two.
Phase 3 — Generate questions
Produce the two highest-probability deal-killing questions for this specific buyer + product combination. Rank by likelihood of ending the conversation (most dangerous first).
Each question must:
- Be specific to the product's actual gap (not generic AI skepticism like "can AI be trusted?")
- Be phrased exactly as the buyer would ask it in a meeting
- Have a clear root cause tied to one of the six implementation layers
- Be uncomfortable — if the user can answer it today, it's not the right question
Phase 4 — Output
## Buyer Questions Preflight
**Product**: [one-line summary]
**Buyer**: [role + company profile]
---
### Q1 (Highest kill probability): [exact question text]
**Why this kills deals**: [one sentence — the fear or liability behind the question]
**Root layer**: [which of the six layers is missing or hand-waved]
**Your current answer**: [honest assessment of what you'd have to say today]
**Suggested answer (once gap is closed)**: [what you could say after building the missing layer]
**What to build**: [one concrete artifact — e.g., "audit log with reconstruct(run_id) API", "authority tier declaration in agent config"]
---
### Q2: [exact question text]
[same format]
---
### Bonus: The follow-up they will ask if Q1 lands well
[One sentence on the next question in the sequence — the one that closes the deal or kills it at the second gate]
Rules
- Questions must be specific, not generic. "How do you handle errors?" is generic. "What happens to the customer record if your agent submits a refund and the payment processor times out?" is specific.
- The "current answer" must be honest. Do not write a flattering version of where the product is today.
- If the product has no evaluation layer, at least one question must probe that — enterprise buyers always ask about accuracy measurement.
- Regulated-industry buyers (finance, healthcare, insurance) will always ask about audit trails and authority limits. Make sure at least one question covers whichever of those two is weaker.
- The "what to build" must be an artifact (MCP server, log schema, config file, policy doc) — not a process change.
Source
Nate's Newsletter, 2026-05-14 — "The Enterprise AI Deployment Layer: Why Model Access Isn't Enough"
Insight: Most enterprise AI conversations fail at two questions the builder cannot answer. Surface them before the meeting.
1---2name: buyer-questions3description: Pre-pitch preflight for enterprise AI sales. Input a product description and buyer persona; outputs the two highest-probability deal-killing questions that buyer will ask, ranked by likelihood of ending the conversation, with suggested answers. Use on "buyer-questions", "what will my buyer ask", "enterprise preflight", "pitch prep".4---56# Buyer Questions Preflight78Surface the two questions your target buyer is most likely to ask that would end the conversation — before the meeting happens. Each question comes with why it kills deals and a suggested answer for after you've closed the gap.910## When to trigger1112- User says "buyer-questions", "what will my buyer ask", "pitch prep", "enterprise preflight", "what's going to kill my deal", "prepare me for the enterprise buyer"13- Before a sales call, demo, or proposal with an enterprise or regulated-industry buyer14- After completing an `impl-arch-audit` to translate gaps into buyer-facing risk15- When entering a new vertical (finance, healthcare, insurance, government)1617## Workflow1819### Phase 1 — Gather inputs2021Ask the user for two things (or extract from context):22231. **Product description** — what does the AI deployment do? (one paragraph is fine; a pitch deck excerpt works too)242. **Target buyer** — role + company profile (e.g., "head of compliance at a mid-market regional bank", "VP Engineering at a 200-person SaaS company", "COO at a 50-person logistics firm")2526### Phase 2 — Identify buyer lens2728Map the buyer role to their primary concerns:2930| Role | Primary concern | Secondary concern |31|------|----------------|-------------------|32| Compliance / Legal | Audit trails, liability, reversibility | Data access controls |33| CFO / Finance | Cost predictability, ROI proof, error recovery | Authority limits |34| CTO / VP Eng | Integration, maintenance burden, observability | Model reliability |35| COO / Operations | Workflow handoffs, exceptions handling, SLA | Human override paths |36| Procurement | Vendor lock-in, contract terms, exit clauses | Security/SOC 2 |37| CISO / Security | Data access scope, audit logs, breach surface | Authority enforcement |3839If the buyer role spans multiple concerns, address the top two.4041### Phase 3 — Generate questions4243Produce the **two highest-probability deal-killing questions** for this specific buyer + product combination. Rank by likelihood of ending the conversation (most dangerous first).4445Each question must:46- Be specific to the product's actual gap (not generic AI skepticism like "can AI be trusted?")47- Be phrased exactly as the buyer would ask it in a meeting48- Have a clear root cause tied to one of the six implementation layers49- Be uncomfortable — if the user can answer it today, it's not the right question5051### Phase 4 — Output5253```54## Buyer Questions Preflight55**Product**: [one-line summary]56**Buyer**: [role + company profile]5758---5960### Q1 (Highest kill probability): [exact question text]6162**Why this kills deals**: [one sentence — the fear or liability behind the question]63**Root layer**: [which of the six layers is missing or hand-waved]64**Your current answer**: [honest assessment of what you'd have to say today]65**Suggested answer (once gap is closed)**: [what you could say after building the missing layer]66**What to build**: [one concrete artifact — e.g., "audit log with reconstruct(run_id) API", "authority tier declaration in agent config"]6768---6970### Q2: [exact question text]7172[same format]7374---7576### Bonus: The follow-up they will ask if Q1 lands well7778[One sentence on the next question in the sequence — the one that closes the deal or kills it at the second gate]79```8081## Rules8283- Questions must be specific, not generic. "How do you handle errors?" is generic. "What happens to the customer record if your agent submits a refund and the payment processor times out?" is specific.84- The "current answer" must be honest. Do not write a flattering version of where the product is today.85- If the product has no evaluation layer, at least one question must probe that — enterprise buyers always ask about accuracy measurement.86- Regulated-industry buyers (finance, healthcare, insurance) will always ask about audit trails and authority limits. Make sure at least one question covers whichever of those two is weaker.87- The "what to build" must be an artifact (MCP server, log schema, config file, policy doc) — not a process change.8889## Source9091Nate's Newsletter, 2026-05-14 — "The Enterprise AI Deployment Layer: Why Model Access Isn't Enough"92Insight: Most enterprise AI conversations fail at two questions the builder cannot answer. Surface them before the meeting.