Loading...
Loading...
Guides Claude from idea to working prototype using frameworks from OpenAI, Figma, and Airbnb. Use when starting new product features, planning MVP scope, making build-vs-buy decisions, or guiding users from concept to shippable prototype. Applies AI-first thinking (Kevin Weil), simplicity forcing functions (Dylan Field), and complete experience design (Brian Chesky).
npx skill4agent add menkesu/awesome-pm-skills zero-to-launch"The AI models you're using today is the worst AI model you will ever use for the rest of your life. Every two months, computers can do something they've never been able to do before."
User request: "Build a search feature"
Apply AI-First Thinking:
✅ Could AI understand intent better than keyword matching?
✅ Design for streaming results (models will get faster)
✅ Add eval: "Does search return relevant results for ambiguous queries?"
✅ Hybrid: Use AI for intent, traditional for exact matches"The hardest thing is saying no. We operationalize simplicity by constantly asking: What's the ONE thing that matters here?"
User request: "Build a dashboard with 15 metrics"
Apply Simplicity Test:
❌ 15 metrics = paralysis
✅ What's the ONE metric that drives action?
✅ Show that metric prominently
✅ Hide other 14 behind "View Details"
✅ Polish the main metric display (craft quality)"We shifted to one company roadmap. Leaders are in the details. If you don't know the details, how do you know people are doing a good job?"
User request: "Build user onboarding"
Apply Complete Experience:
✅ Map full journey: Signup → Setup → First Value → Habit
✅ Design all states: Loading screens, errors, empty states
✅ Include: Welcome email, in-app guidance, success celebration
✅ Story: "Get your first [outcome] in under 2 minutes"START: New Feature Idea
│
├─ Can AI 10x this? ─────────────────┐
│ YES: Apply AI-First Framework │
│ NO: Continue ↓
│ Use OpenAI Patterns
├─ What's the ONE core job? ─────────┤
│ Apply Simplicity Test │
│ Define: Must-have vs nice-to-have │
│ │
├─ Map complete experience ───────────┤
│ All states, full journey │
│ Cross-functional considerations │
│ │
└─ BUILD MVP ←───────────────────────┘
Start with core job
Add details that create moats
Ship to small group first# Feature: [Name]
## The ONE Job (Figma Simplicity Test)
What outcome must this deliver?
- Core job: [describe]
- Success = when user can [achieve outcome]
## AI-First Considerations (OpenAI Thinking)
- Could AI help? [yes/no + how]
- Designed for future models? [yes/no]
- Evals needed: [list test cases]
## Complete Experience (Airbnb Approach)
- User journey: [list steps]
- States to design: [loading, error, empty, success]
- Story to tell: "[how we'll talk about this]"
## MVP Scope
**Must Have (Week 1):**
- [feature]
- [feature]
**Should Have (Week 2):**
- [feature]
**Nice to Have (Later):**
- [feature]| Question | Framework | Action |
|---|---|---|
| Is this AI-suitable? | OpenAI | Build with AI if: repetitive, pattern-matching, improves over time |
| What's essential? | Figma | Strip to ONE core job, build that first |
| Is experience complete? | Airbnb | Design all states before building any |
| Can we ship in 1 week? | All | If no, scope is too big - simplify |
"Our general mindset is in two months, there's going to be a better model. If you're building and the product is right on the edge of capabilities, keep going. You're doing something right."
"AI makes design, craft, and quality the new moat for startups. The bar for quality is going to go way up."
"Way too many founders apologize for how they want to run the company. What everyone really wants is clarity and to row in the same direction."