discovery
Core Philosophy
Sales discovery is not an interrogation where an SDR fires off a 20-question checklist from a CRM script. Discovery is a collaborative diagnostic interview. Top sales professionals uncover the root cause of organizational dysfunction, quantify the latent cost of inaction, and help buyers understand the true scope of their problem better than they understand it themselves. If discovery is done right, the solution and pricing become obvious.
4-Step Diagnostic Discovery Framework
Step 1: Pre-Call Intelligence & Hypothesis Formulation
- 15-Minute Pre-Call OSINT:
- Review LinkedIn: Buyer's background, tenure, recent promotions, engineering pedigree.
- Inspect Company Tech Stack: BuiltWith, Wappalyzer, public GitHub repositories, Job Postings (which indicate what tools and languages they are currently hiring for).
- Formulate a Plausible Hypothesis:
- Before dialing, write down: "Based on their tech stack and recent hiring surge, they are likely experiencing [Specific Bottleneck] causing [Business Consequence]."
Step 2: The Diagnostic Question Flow (SPIN + Gap Selling)
- Situation (Context without Prying):
- Ask questions you couldn't learn online: "How is your platform team currently structured between cloud infrastructure and product feature squads?"
- Problem (Pain Exploration):
- Probe the friction: "Where does the deployment process slow down between a pull request getting approved and landing in production?"
- Implication (Cost of Inaction):
- Quantify the organizational bleeding: "When that deployment pipeline fails at 6:00 PM, what happens to the engineering on-call rotation? How many developer hours are burned remediating it?"
- Need-Payoff (Future State Vision):
- Let the buyer articulate the value: "If your engineers could deploy schema migrations with zero risk of locking tables, what would that unlock for your quarterly release roadmap?"
Step 3: Gap Quantification & The Cost of Inaction (COI)
- Quantifying the Financial Bleed:
$$text{Annual COI} = (text{Frequency of Incident / Year}) imes (text{Hours to Fix}) imes (text{Blended Hourly Dev Cost}) + text{Downtime Revenue Loss}$$
- Securing Agreement on the Math:
- Rephrase the calculation back to the buyer: "So between developer time and customer SLA credits, this issue is costing your organization roughly $180,000 annually. Does that align with how your leadership views this?"
Step 4: Qualification & Mutual Next Steps
- MEDDPICC Quick Calibration:
- Metrics: Verified quantifiable COI.
- Economic Buyer: Identified who has budget approval authority.
- Decision Criteria: Technical, commercial, and security requirements.
- Decision Process: Steps to contract sign-off (legal, procurement, security).
- Closing the Call with a Mutual Action:
- Never end with "I'll send some slides."
- Schedule the exact date and time for the technical demo / architecture review with specific key stakeholders invited.
Deliverable Format: Discovery Call Brief (DISCOVERY-BRIEF.md)
# Sales Discovery Brief: [Company Name]
## 1. Call Snapshot & Participants
- **Account**: [Company Name] | **Domain**: [URL]
- **Attendees**: [Buyer Name, Title] | [Vendor Rep, Title]
- **Current Tech Stack**: [AWS, Kubernetes, Go, PostgreSQL]
## 2. Diagnostic Findings (The Current State vs Desired State)
- **Current State**: [Describe manual / broken status quo]
- **Primary Technical Pain**: [Specific bottleneck identified]
- **Root Cause**: [Why existing tools fail]
- **Desired Future State**: [Buyer's ideal workflow]
## 3. Cost of Inaction (COI) Quantification
- **Incident Frequency**: [e.g. 4 outages / quarter]
- **Engineering Hours Lost**: [~40 hours per incident @ $100/hr = $16,000]
- **Direct Revenue Impact**: [~$25,000 in SLA refunds]
- **Total Annual Bleed**: **~$85,000 / year**
## 4. MEDDPICC Calibration
- **Economic Buyer**: [VP of Engineering - sign-off required >$30k]
- **Decision Criteria**: [SOC 2 compliance, CLI ergonomics, <5ms latency]
- **Timeline / Catalyst**: [Must solve before Q4 peak traffic on Nov 15]
## 5. Agreed Next Step
- **Next Meeting**: Technical Architecture Demo on [Date/Time]
- **Attendees Required**: Buyer to invite Lead Platform Architect
Worked Example: Platform Tool Discovery Call
- Hypothesis: Engineering team growing rapidly, causing database migration collisions.
- Dialogue Discovery: Uncovered that a recent bad schema migration caused a 3-hour outage on Black Friday, resulting in $120,000 in lost transactions and executive scrutiny.
- Quantification: Quantified total business impact at $210,000 including lost dev productivity.
- Outcome: Scheduled technical POC review directly with the VP of Engineering; deal closed in 21 days at $48k ARR.
Verification Checklist
Anti-Patterns
- Feature Spraying: Showing product UI or slide decks in the first 20 minutes before diagnosing the problem.
- Interrogation Mode: Reading through a rigid checklist of 15 BANT questions like a bureaucrat.
- Accepting Surface Pain: Stopping at "deployments are slow" without asking why they are slow and what it costs.
1---2name: discovery3description: Structure discovery calls: question design, current-state mapping, and gap quantification. Use when running sales discovery calls or BANT qualification.4---56# discovery78## Core Philosophy9Sales discovery is not an interrogation where an SDR fires off a 20-question checklist from a CRM script. Discovery is a collaborative diagnostic interview. Top sales professionals uncover the root cause of organizational dysfunction, quantify the latent cost of inaction, and help buyers understand the true scope of their problem better than they understand it themselves. If discovery is done right, the solution and pricing become obvious.1011---1213## 4-Step Diagnostic Discovery Framework1415### Step 1: Pre-Call Intelligence & Hypothesis Formulation161. **15-Minute Pre-Call OSINT**:17 - Review LinkedIn: Buyer's background, tenure, recent promotions, engineering pedigree.18 - Inspect Company Tech Stack: BuiltWith, Wappalyzer, public GitHub repositories, Job Postings (which indicate what tools and languages they are currently hiring for).192. **Formulate a Plausible Hypothesis**:20 - Before dialing, write down: *"Based on their tech stack and recent hiring surge, they are likely experiencing [Specific Bottleneck] causing [Business Consequence]."*2122### Step 2: The Diagnostic Question Flow (SPIN + Gap Selling)231. **Situation (Context without Prying)**:24 - Ask questions you couldn't learn online: *"How is your platform team currently structured between cloud infrastructure and product feature squads?"*252. **Problem (Pain Exploration)**:26 - Probe the friction: *"Where does the deployment process slow down between a pull request getting approved and landing in production?"*273. **Implication (Cost of Inaction)**:28 - Quantify the organizational bleeding: *"When that deployment pipeline fails at 6:00 PM, what happens to the engineering on-call rotation? How many developer hours are burned remediating it?"*294. **Need-Payoff (Future State Vision)**:30 - Let the buyer articulate the value: *"If your engineers could deploy schema migrations with zero risk of locking tables, what would that unlock for your quarterly release roadmap?"*3132### Step 3: Gap Quantification & The Cost of Inaction (COI)331. **Quantifying the Financial Bleed**:34 $$text{Annual COI} = (text{Frequency of Incident / Year}) imes (text{Hours to Fix}) imes (text{Blended Hourly Dev Cost}) + text{Downtime Revenue Loss}$$352. **Securing Agreement on the Math**:36 - Rephrase the calculation back to the buyer: *"So between developer time and customer SLA credits, this issue is costing your organization roughly $180,000 annually. Does that align with how your leadership views this?"*3738### Step 4: Qualification & Mutual Next Steps391. **MEDDPICC Quick Calibration**:40 - *Metrics*: Verified quantifiable COI.41 - *Economic Buyer*: Identified who has budget approval authority.42 - *Decision Criteria*: Technical, commercial, and security requirements.43 - *Decision Process*: Steps to contract sign-off (legal, procurement, security).442. **Closing the Call with a Mutual Action**:45 - Never end with "I'll send some slides."46 - Schedule the exact date and time for the technical demo / architecture review with specific key stakeholders invited.4748---4950## Deliverable Format: Discovery Call Brief (`DISCOVERY-BRIEF.md`)5152```markdown53# Sales Discovery Brief: [Company Name]5455## 1. Call Snapshot & Participants56- **Account**: [Company Name] | **Domain**: [URL]57- **Attendees**: [Buyer Name, Title] | [Vendor Rep, Title]58- **Current Tech Stack**: [AWS, Kubernetes, Go, PostgreSQL]5960## 2. Diagnostic Findings (The Current State vs Desired State)61- **Current State**: [Describe manual / broken status quo]62- **Primary Technical Pain**: [Specific bottleneck identified]63- **Root Cause**: [Why existing tools fail]64- **Desired Future State**: [Buyer's ideal workflow]6566## 3. Cost of Inaction (COI) Quantification67- **Incident Frequency**: [e.g. 4 outages / quarter]68- **Engineering Hours Lost**: [~40 hours per incident @ $100/hr = $16,000]69- **Direct Revenue Impact**: [~$25,000 in SLA refunds]70- **Total Annual Bleed**: **~$85,000 / year**7172## 4. MEDDPICC Calibration73- **Economic Buyer**: [VP of Engineering - sign-off required >$30k]74- **Decision Criteria**: [SOC 2 compliance, CLI ergonomics, <5ms latency]75- **Timeline / Catalyst**: [Must solve before Q4 peak traffic on Nov 15]7677## 5. Agreed Next Step78- **Next Meeting**: Technical Architecture Demo on [Date/Time]79- **Attendees Required**: Buyer to invite Lead Platform Architect80```8182---8384## Worked Example: Platform Tool Discovery Call8586- **Hypothesis**: Engineering team growing rapidly, causing database migration collisions.87- **Dialogue Discovery**: Uncovered that a recent bad schema migration caused a 3-hour outage on Black Friday, resulting in $120,000 in lost transactions and executive scrutiny.88- **Quantification**: Quantified total business impact at $210,000 including lost dev productivity.89- **Outcome**: Scheduled technical POC review directly with the VP of Engineering; deal closed in 21 days at $48k ARR.9091---9293## Verification Checklist9495- [ ] Pre-call research verified tech stack and buyer role prior to meeting.96- [ ] Open-ended diagnostic questions uncovered root cause, not just symptoms.97- [ ] Cost of Inaction (COI) is quantified with concrete numerical estimates.98- [ ] Economic buyer and decision timeline are identified.99- [ ] Call concludes with a firm calendar date and time for the next milestone.100101---102103## Anti-Patterns104105- **Feature Spraying**: Showing product UI or slide decks in the first 20 minutes before diagnosing the problem.106- **Interrogation Mode**: Reading through a rigid checklist of 15 BANT questions like a bureaucrat.107- **Accepting Surface Pain**: Stopping at "deployments are slow" without asking *why* they are slow and *what* it costs.