mcpbeat Sign in

Nw Interviewing Techniques Agent Skill

Mom Test questioning toolkit, JTBD analysis, interview conduct, assumption testing framework, and hypothesis design

1k tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
588
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/nWave-ai/nWave --skill nw-interviewing-techniques

The instruction itself

17 sections, as written by the author

Interviewing Techniques

Questioning Toolkit by Purpose

Problem Discovery

Understand if problem is real and worth solving.

  • "Tell me about the last time you [encountered this problem]."
  • "What was the hardest part about that?"
  • "What did you do about it?" | "What don't you love about that solution?" | "What else have you tried?"

Understanding the Job

Map the job-to-be-done and desired outcomes.

  • "What are you ultimately trying to accomplish?"
  • "Walk me through your process step by step."
  • "At each step, how do you know if you've succeeded?"
  • "What slows you down or frustrates you most?" | "What workarounds have you created?"

Probing Assumptions

Challenge beliefs and uncover truth.

  • "What makes you believe that?" | "What would need to be true for this to work?"
  • "What could we assume instead?" | "What would change your mind?"

Testing Commitment

Distinguish interest from commitment.

  • "Would you be willing to [specific action]?" | "What would you pay for this?"
  • "Can you introduce me to someone else with this problem?" | "When can we schedule a follow-up?"

Exploring Implications

Understand impact and urgency.

  • "If this were solved, what would change?" | "What would that enable you to do?"
  • "What would happen if we didn't solve this?"

Interview Conduct Rules

Do: Ask about past specifics | Open, non-directive questions | Seek commitment not praise | Keep informal | 80% listening | Talk about their life first

Avoid: Future behavior questions | Leading questions | Accepting compliments as validation | Talking >20% | Mentioning idea before understanding problem | Formal settings

Assumption Challenging

Triggers

Challenge when: belief without evidence | prediction about future | negative feedback dismissed | skipping to solution | single data point relied on

Challenge Format

  • "What evidence supports this?" -- specific past examples
  • "What would disprove this?" -- falsification criteria
  • "What's the opposite assumption?" -- explore alternatives
  • "Who would disagree and why?" -- disconfirming perspectives

Tone: curious and supportive, not confrontational -- goal is truth-seeking.

Assumption Testing Framework

Assumption Categories

| Category | Core Question |

|----------|--------------|

| Value | Will customers want this? |

| Usability | Can customers use this? |

| Feasibility | Can we build this? |

| Viability | Does this work for our business? |

Risk Scoring

| Factor | Weight | Low (1) | Medium (2) | High (3) |

|--------|--------|---------|------------|----------|

| Impact if wrong | 3 | Minor adjustment | Significant rework | Solution fails |

| Uncertainty | 2 | Have data | Mixed signals | Speculation |

| Ease of testing | 1 | Days, low cost | Weeks, moderate | Months, high cost |

Risk Score = (Impact x 3) + (Uncertainty x 2) + (Ease x 1)

| Priority | Score | Action |

|----------|-------|--------|

| Test first | > 12 | Immediate |

| Test soon | 8-12 | Schedule |

| Test later | < 8 | Backlog |

Hypothesis Template

We believe [doing X] for [user type] will achieve [outcome].
We will know this is TRUE when we see [measurable signal].
We will know this is FALSE when we see [counter-signal or absence of signal].

Test Methods by Category

| Category | Methods |

|----------|---------|

| Value | Landing page, Fake door, Mom Test interviews |

| Usability | Prototype testing, 5-second tests, Task completion |

| Feasibility | Spike, Technical prototype, Expert review |

| Viability | Lean Canvas review, Stakeholder interviews |

Decision Rules

| Result | Criteria | Action |

|--------|----------|--------|

| Proven | >80% meet success criteria | Proceed |

| Disproven | <20% meet criteria | Pivot or kill |

| Inconclusive | 20-80% | Increase sample, try different method, segment |

Other skills for the same job

different authors, same section of the catalogue
Webapp Testing
by anthropics
vendor ×12

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

6k tokens scripts
Finishing A Development Branch
by ZhanlinCui
×7

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

1k tokens
Test Driven Development
by w95
×7

Use when implementing any feature or bugfix, before writing implementation code

2k tokens
Systematic Debugging
by ratacat
×7

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

10k tokens scripts
Verification Before Completion
by ZhanlinCui
×6

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

1k tokens
Backtest Expert
by BaggaT236
×3

Expert guidance for systematic backtesting of trading strategies. Use when developing, testing, stress-testing, or validating quantitative trading strategies. Covers "beating ideas to death" methodology, parameter robustness testing, slippage modeling, bias prevention, and interpreting backtest results. Applicable when user asks about backtesting, strategy validation, robustness testing, avoiding overfitting, or systematic trading development.

15k tokens scripts
Adaptyv
by christophacham
×3

Cloud laboratory platform for automated protein testing and validation. Use when designing proteins and needing experimental validation including binding assays, expression testing, thermostability measurements, enzyme activity assays, or protein sequence optimization. Also use for submitting experiments via API, tracking experiment status, downloading results, optimizing protein sequences for better expression using computational tools (NetSolP, SoluProt, SolubleMPNN, ESM), or managing protein design workflows with wet-lab validation.

16k tokens
Aeon
by christophacham
×3

This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.

19k tokens

How to use it

Copy the folder

Take nwave-ai/nw-interviewing-techniques from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.