SKILL_TEMPLATE
[1-2 sentence description of what this skill does]. Triggers on [specific phrases/contexts that should activate this skill]. Outputs [what the skill produces].
Apply Rob Fitzpatrick's Mom Test discipline to customer interviews during PRD v1.0 Market Adoption. Triggers on requests to interview customers, run discovery calls, validate ideas with users, or when user asks "how do I interview customers?", "Mom Test", "Rob Fitzpatrick",
$ npx -y skills add mattgierhart/PRD-driven-context-engineering --skill prd-v10-mom-test-interview --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/prd-v10-mom-test-interviewContext preview
The summary Claude sees to decide when to auto-load this skill.
Apply Rob Fitzpatrick's Mom Test discipline to customer interviews during PRD v1.0 Market Adoption. Triggers on requests to interview customers, run discovery calls, validate ideas with users, or when user asks "how do I interview customers?", "Mom Test", "Rob Fitzpatrick",
name: prd-v10-mom-test-interview description: > Apply Rob Fitzpatrick's Mom Test discipline to customer interviews during PRD v1.0 Market Adoption. Triggers on requests to interview customers, run discovery calls, validate ideas with users, or when user asks "how do I interview customers?", "Mom Test", "Rob Fitzpatrick", "customer interview", "user research without lies", "talking to humans", "discovery conversation". Outputs CFD-* discovery entries with Mom Test-calibrated confidence. context: fork allowed-tools: - Read - Write - Edit - Glob - Grep execution_modes: default: standard supports: [quick, standard, deep]
Position in workflow: v1.0 Continuous Discovery (Torres) → **v1.0 Mom Test Interview** → v1.0 Case Study Builder, Testimonial Collector
Default is **standard**. See [`.claude/rules/08-skill-execution-modes.md`](../../rules/08-skill-execution-modes.md) for selection logic.
| Mode | What this skill produces | |------|--------------------------| | **quick** | Single interview prep + question list + CFD-* discovery entry post-interview | | **standard** | Interview prep + scripted opening + 5–7 questions + CFD-* entry with confidence calibration + Bad Data flagged | | **deep** | Multi-interview cohort plan + cross-interview synthesis + pattern flagging at 3-mention threshold + assumption-test handoff |
From *The Mom Test: How to Talk to Customers and Learn If Your Business is a Good Idea When Everyone is Lying to You* (Rob Fitzpatrick, 2013). Premise: People lie to spare your feelings — especially about your business idea. Learn to ask questions that get truth.
1. **Talk about their life, not your idea.** Ask about how they actually live and work, not whether they'd like your hypothetical feature. 2. **Ask about specifics in the past, not generics or opinions about the future.** "Last time you faced X, what did you do?" beats "Would you use a tool that does Y?" 3. **Talk less and listen more.** If you're talking more than 30% of the time, you're pitching, not learning.
| Bad Data type | Example | Why it's bad | What to do | |---------------|---------|--------------|------------| | **Compliments** | "That sounds awesome!" | Politeness; not predictive | Discard; don't update confidence | | **Fluff** | "I usually..." "I would probably..." | Generics, future hypotheticals | Anchor to specifics: "When did you last do that?" | | **Ideas** | "You should add X" | Solution suggestions disguised as needs | Note as IDEA; ask "what would solving X enable you to do?" — get the underlying job |
Mom Test-disciplined interviews produce **higher-confidence CFD- entries** because the data is grounded in observed past behavior, not opinion. Confidence floors per P4:
Not "validate the idea." Specifically: which opportunity / assumption from the Opportunity Solution Tree is this interview testing?
| Goal | Example | |------|---------| | Validate opportunity exists | "Do beachhead pragmatists actually struggle with pricing-tier selection?" | | Test assumption | "Will users engage with a pricing wizard before signup?" | | Map workaround | "How are they solving this today?" | | Quantify pain | "How much time/money does this cost them currently?" |
Write the goal at the top of the interview notes.
Use specifics-in-the-past form. Avoid hypotheticals.
| Bad question | Better (Mom Test) version | |--------------|---------------------------| | "Would you use a pricing wizard?" | "Walk me through how you picked the tier when you signed up." | | "Do you think analytics is important?" | "Tell me about the last time you looked at analytics." | | "What features do you wish we had?" | "Tell me about the last time the tool didn't do what you needed." | | "How would you describe X?" | "Tell me about the last time X came up at work." |
5–7 questions is plenty for a 25–30 minute interview. Leave room to follow threads.
PRD-Led Context Engineering — Memory as Infrastructure. An ontology layer for product teams building products that solve real problems — with AI agents that remember. Gated PRD, typed IDs, markdown knowledge graph, Claude Code skills & hooks.
Repo: mattgierhart/PRD-driven-context-engineering
[1-2 sentence description of what this skill does]. Triggers on [specific phrases/contexts that should activate this skill]. Outputs [what the skill produces].
Validates gate criteria before PRD lifecycle advancement by delegating to the readiness scoring pipeline (scripts/readiness.py). Returns a graduated PASS /…
Extracts durable insights from temp/ files to SoT during EPIC Phase E. Triggers at EPIC completion or explicit `/ghm-harvest` invocation. Outputs new SoT…
Validates and registers new SoT IDs with cross-reference integrity. Triggers when creating BR-XXX, UJ-XXX, API-XXX, or CFD-XXX entries. Outputs formatted SoT…
Install the PRD-Driven Context Engineering methodology into a fresh OR existing repository — the subscription-native alternative to forking the whole repo.…
Creates new Source of Truth (SoT) files when existing templates don't fit your needs. Triggers on requests to create a new SoT file, add a new artifact type,…