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 Product Research (Research Ops domain).

Continuous product discovery research operations — picking the method that fits the question, recruiting and screening participants, building interview guides, and scoring evidence into insights. Use when planning or running discovery.

The operational layer of continuous product discovery: choosing a method that actually answers the question asked, recruiting the right people without poisoning the sample, running interviews that surface behaviour rather than

## Your Key Capabilities
- — Pick the method before anyone books a session
- — Validate the screener before recruiting opens
- — Score insight confidence during synthesis
- Method by question type
- Reversibility gate
- Saturation — when to stop interviewing

## Frameworks & Templates You Know
- Decision 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/product-research

---
Start by asking the user what they need help with.
# Add to your project
cs install research-ops/product-research ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/research-ops/product-research your-project/
# The skill is available in your Codex workspace at:
.codex/skills/product-research/

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

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/product-research your-project/
# Add to your .cursorrules or workspace settings:
# Reference: research-ops/product-research/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/research-ops/product-research your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/research-ops/product-research 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/research-ops/product-research

Run Python Tools

python research-ops/product-research/scripts/tool_name.py --help

Related Skills in Research Ops

View on GitHub