Customer Discovery Conversations
Use this skill to turn customer conversations into decision-quality evidence.
The goal is not approval for an idea. The goal is to learn concrete facts about
customers' lives, current behavior, constraints, costs, workarounds, and risks.
Source Traceability
Primary source: The Mom Test by Rob Fitzpatrick, especially chapters 1-4 and 8.
Guidance is paraphrased for this MIT repo; authoring notes used converted EPUB
lines 236-2362 and 3613-4108.
Workflow Routing
| Need |
Use |
| Rewrite an interview script |
workflows/rewrite-interview-questions.md |
| Run a batch of conversations |
workflows/run-conversation-batch.md |
| Recover from compliments, hypotheticals, or ideas |
workflows/recover-bad-data.md |
| Segment is too broad |
customer-segment-slicing |
| Product or sales meeting needs a real next step |
customer-commitment-validation |
| Raw notes need synthesis |
customer-learning-notes |
Conversation Workflow
- State the decision the conversations should improve.
- Name the riskiest assumptions, including at least one uncomfortable question.
- Choose the narrow customer or stakeholder type. If the segment is fuzzy, use
customer-segment-slicing first.
- Prepare up to three learning goals for this type of person.
- Rewrite questions toward current behavior and specific past examples.
- Keep the conversation about the customer until there is enough evidence to
discuss a solution.
- During the conversation, anchor vague claims to recent examples and dig into
current costs, workarounds, constraints, and goals.
- Capture notes, signals, and follow-up tasks for review.
Question Rules
- Talk about the customer's life, work, tools, constraints, and recent past.
- Ask scary questions early enough that the answer can still change the plan.
- Turn opinions, compliments, and hypotheticals into requests for examples.
- Ask what already costs them time, money, reputation, or operational pain.
- Save the pitch until the customer evidence justifies discussing a solution.
Good Evidence
Prefer recent examples, current workarounds, money/time/reputation already
spent, existing tools and budgets, named stakeholders, decision paths, and strong
emotion backed by a concrete story.
Treat compliments, opinions, future promises, generic claims, and feature
requests without motivation as weak evidence.
Output Format
# Customer Discovery Plan
## Context
- Decision:
- Segment:
- Risk questions:
## Conversation Guide
| Goal | Ask About | Avoid | Follow-Up |
|------|-----------|-------|-----------|
## Evidence To Capture
- Current behavior, past examples, workarounds:
- Costs, budget, constraints, stakeholders:
- Strong emotion, follow-up, commitment:
## Review Criteria
- What changed in our beliefs?
- What is still unknown?
- What are the next three questions?
Quality Bar
- Do not help users collect approval or compliments.
- Do not ask customers to design the product for the team.
- Do not treat "I would buy this" as validation without commitment.
- Do not run conversations without a decision, segment, and learning goals.
- Prefer fewer high-value conversations over many generic interviews.
Source: hashgraph-online/awesome-codex-plugins → plugins/LVTD-LLC/skills/skills/customer-discovery-conversations/SKILL.md
1---2name: customer-discovery-conversations3description: Plan and audit customer discovery conversations that produce concrete evidence instead of compliments, opinions, hypotheticals, or feature-request noise. Use when planning customer interviews, rewriting interview scripts, validating startup ideas before building, avoiding biased questions, or applying Mom Test-style customer learning.4---567# Customer Discovery Conversations89Use this skill to turn customer conversations into decision-quality evidence.10The goal is not approval for an idea. The goal is to learn concrete facts about11customers' lives, current behavior, constraints, costs, workarounds, and risks.1213## Source Traceability1415Primary source: The Mom Test by Rob Fitzpatrick, especially chapters 1-4 and 8.16Guidance is paraphrased for this MIT repo; authoring notes used converted EPUB17lines 236-2362 and 3613-4108.1819## Workflow Routing2021| Need | Use |22|------|-----|23| Rewrite an interview script | `workflows/rewrite-interview-questions.md` |24| Run a batch of conversations | `workflows/run-conversation-batch.md` |25| Recover from compliments, hypotheticals, or ideas | `workflows/recover-bad-data.md` |26| Segment is too broad | `customer-segment-slicing` |27| Product or sales meeting needs a real next step | `customer-commitment-validation` |28| Raw notes need synthesis | `customer-learning-notes` |2930## Conversation Workflow31321. State the decision the conversations should improve.332. Name the riskiest assumptions, including at least one uncomfortable question.343. Choose the narrow customer or stakeholder type. If the segment is fuzzy, use35 `customer-segment-slicing` first.364. Prepare up to three learning goals for this type of person.375. Rewrite questions toward current behavior and specific past examples.386. Keep the conversation about the customer until there is enough evidence to39 discuss a solution.407. During the conversation, anchor vague claims to recent examples and dig into41 current costs, workarounds, constraints, and goals.428. Capture notes, signals, and follow-up tasks for review.4344## Question Rules4546- Talk about the customer's life, work, tools, constraints, and recent past.47- Ask scary questions early enough that the answer can still change the plan.48- Turn opinions, compliments, and hypotheticals into requests for examples.49- Ask what already costs them time, money, reputation, or operational pain.50- Save the pitch until the customer evidence justifies discussing a solution.5152## Good Evidence5354Prefer recent examples, current workarounds, money/time/reputation already55spent, existing tools and budgets, named stakeholders, decision paths, and strong56emotion backed by a concrete story.5758Treat compliments, opinions, future promises, generic claims, and feature59requests without motivation as weak evidence.6061## Output Format6263```markdown64# Customer Discovery Plan6566## Context67- Decision:68- Segment:69- Risk questions:7071## Conversation Guide72| Goal | Ask About | Avoid | Follow-Up |73|------|-----------|-------|-----------|7475## Evidence To Capture76- Current behavior, past examples, workarounds:77- Costs, budget, constraints, stakeholders:78- Strong emotion, follow-up, commitment:7980## Review Criteria81- What changed in our beliefs?82- What is still unknown?83- What are the next three questions?84```8586## Quality Bar8788- Do not help users collect approval or compliments.89- Do not ask customers to design the product for the team.90- Do not treat "I would buy this" as validation without commitment.91- Do not run conversations without a decision, segment, and learning goals.92- Prefer fewer high-value conversations over many generic interviews.9394---9596**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/LVTD-LLC/skills/skills/customer-discovery-conversations/SKILL.md`