product-discoverylisted
Install: claude install-skill akuroglo/claude-code-setup
# Product Discovery Skill
> "Fall in love with the problem, not the solution." — Teresa Torres
## Overview
This skill provides structured frameworks for product discovery.
Use it to make evidence-based decisions about what to build and why.
## When to Use
| Situation | Framework | Quick Link |
| ------------------------------------ | ------------------- | ----------------------------------------------------------- |
| "Should we build X?" | Assumption Testing | [assumption-testing.md](frameworks/assumption-testing.md) |
| "What's most important?" | RICE Prioritization | [rice-prioritization.md](frameworks/rice-prioritization.md) |
| "What problem are we solving?" | JTBD Analysis | [jtbd-methodology.md](frameworks/jtbd-methodology.md) |
| "How does this connect to outcomes?" | OST Mapping | [ost-workflow.md](frameworks/ost-workflow.md) |
## Quick Decision Framework
Before writing any code, answer these questions:
```
1. PROBLEM CLARITY
[ ] Can I describe the problem in one sentence?
[ ] Do I have evidence this is a real problem? (quotes, data)
[ ] How many users are affected?
2. SOLUTION FIT
[ ] Have I considered 3+ different solutions?
[ ] Why is this solution better than alternatives?
[ ] What's the smallest version that delivers value?
3. VALIDATION
[ ] What assumption am I making?
[ ]