How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Customer Interview Script (Project Management domain).

Run high-signal customer discovery interviews using a scripted question hierarchy, behavior-over-opinion probes, and rapport techniques drawn from Portigal, Torres, Fitzpatrick, and Lewis Lin.

Running a customer interview is harder than it looks. The difference between a 60-minute conversation that produces three actionable insights and one that produces zero is almost entirely method: what you ask, when you ask it, and what you do *not* ask. This skill is the live-interview companion to 

## Your Key Capabilities
- When to Use
- Portigal: Rapport and Active Listening
- Torres: Story-Based Probing
- Fitzpatrick: The Mom Test
- Lewis Lin: Concrete-Recent-Relevant
- Phase 1: Opening (5 min)

## Frameworks & Templates You Know
- Frameworks

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/customer-interview-script

---
Start by asking the user what they need help with.
# Add to your project
cs install project-management/discovery/customer-interview-script ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/discovery/customer-interview-script your-project/
# The skill is available in your Codex workspace at:
.codex/skills/customer-interview-script/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/customer-interview-script your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/customer-interview-script/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/customer-interview-script your-project/
# Add to your .cursorrules or workspace settings:
# Reference: project-management/discovery/customer-interview-script/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/discovery/customer-interview-script your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/discovery/customer-interview-script your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/project-management/discovery/customer-interview-script

Related Skills in Project Management

View on GitHub