mcpbeat Sign in

Zero To Launch Skill for Claude

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).

2k tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
385
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/menkesu/awesome-pm-skills --skill zero-to-launch

The instruction itself

24 sections, as written by the author

Zero to Launch: Idea → Prototype Playbook

When This Skill Activates

Claude uses this skill when:

  • User asks to "build", "create", or "prototype" a new feature
  • Starting from a product idea or user need
  • Planning MVP or initial scope
  • Making "what to build first" decisions
  • Guiding from concept to code

Core Frameworks

1. OpenAI's AI-First Product Development (Source: Kevin Weil, CPO of OpenAI)

The Model Improvement Mindset:

> "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."

Use when: Building any product that could benefit from AI capabilities

How:

  • Design for Future Models: Build assuming models will get 10x better in 2 months
  • Edge Cases Today = Core Cases Tomorrow: If it barely works now, it'll sing soon
  • Evals as Product Specs: Write test cases that measure quality, not just functionality
  • Hybrid Approach: Combine AI + traditional code based on task suitability

Example:

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

2. Figma's Simplicity Forcing Function (Source: Dylan Field, CEO of Figma)

The Core Question:

> "The hardest thing is saying no. We operationalize simplicity by constantly asking: What's the ONE thing that matters here?"

Use when: Feature scope is unclear or growing too large

How:

  • Identify the Core Job: What's the ONE outcome users need?
  • Remove Until It Breaks: Strip features until core value disappears
  • Craft Quality Threshold: Details matter when they create moats
  • Progressive Disclosure: Hide complexity, reveal when needed

Example:

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)

3. Airbnb's Complete Experience Design (Source: Brian Chesky, CEO of Airbnb)

The One Roadmap Philosophy:

> "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?"

Use when: Building features that touch multiple parts of the product

How:

  • Design Complete Flow: Map entire user journey before coding
  • Consider All States: Loading, error, empty, success states
  • Cross-Functional From Start: Design, eng, marketing together
  • Story Over Features: How would you talk about this to customers?

Example:

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"

Decision Tree: What to Build First

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

Action Templates

Template 1: MVP Scope Definition

# 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]

Template 2: Build Decision Framework

When deciding what to build:

| 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 |

Quick Reference Card

🏗️ Zero to Launch Checklist

Before You Code:

  • [ ] Defined the ONE core job (Figma Test)
  • [ ] Considered AI-first approach (OpenAI Lens)
  • [ ] Mapped complete user experience (Airbnb Standard)
  • [ ] Identified must-have vs nice-to-have
  • [ ] Designed all states (loading, error, empty, success)

During Build:

  • [ ] Building for future model improvements (if AI)
  • [ ] Maintaining simplicity (saying no to scope creep)
  • [ ] Including cross-functional perspectives
  • [ ] Crafting details that matter

Before Ship:

  • [ ] Core job works end-to-end
  • [ ] All states handled
  • [ ] Story ready (how to talk about it)
  • [ ] Ship to small group first

Real-World Examples from Episodes

Example 1: OpenAI's ChatGPT Features (Kevin Weil)

Challenge: Users wanted ChatGPT to remember context across conversations

AI-First Approach:

  • Built knowing models would improve memory capabilities
  • Started with basic context, designed for future sophistication
  • Created evals: "Does it remember key facts across sessions?"
  • Hybrid: Explicit memory + AI interpretation

Result: Feature that gets better as models improve


Example 2: Figma's Feature Development (Dylan Field)

Challenge: Users requested 50+ features

Simplicity Test Applied:

  • Asked: "What's the ONE thing designers need most?"
  • Answer: Collaboration in real-time
  • Shipped: Multiplayer editing (core job)
  • Deferred: 45+ other requests

Result: Killer feature that defined the product


Example 3: Airbnb's Product Redesign (Brian Chesky)

Challenge: Rebuilding entire product experience

Complete Experience Approach:

  • One roadmap across all teams
  • Designed full booking journey before building any piece
  • Every feature needed a story (how to talk about it)
  • Leaders stayed in design details

Result: Coherent product, not disconnected features


Common Pitfalls to Avoid

❌ Mistake 1: Building Without the AI Lens

Problem: Missing 10x opportunities by defaulting to traditional approaches

Fix: Always ask: "Could AI make this 10x better?"

❌ Mistake 2: Scope Creep

Problem: "Just one more feature" → bloated MVP that never ships

Fix: Ruthlessly apply Figma simplicity test - ONE core job

❌ Mistake 3: Incomplete States

Problem: Shipping without error/empty/loading states

Fix: Use Airbnb complete experience checklist

❌ Mistake 4: Feature Factory Mentality

Problem: Building what's requested vs solving jobs

Fix: Start with user job, not feature request


  • strategic-build - For deciding if this is strategic vs tactical work
  • design-first-dev - For detailed craft and quality standards
  • ai-product-patterns - For deep AI implementation patterns
  • ship-decisions - For when to ship vs iterate more
  • jtbd-building - For understanding underlying user jobs

Key Quotes from Episodes

Kevin Weil (OpenAI):

> "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."

Dylan Field (Figma):

> "AI makes design, craft, and quality the new moat for startups. The bar for quality is going to go way up."

Brian Chesky (Airbnb):

> "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."


Further Learning

For deeper dives on specific topics, see:

  • references/kevin-weil-openai.md - Full AI-first product philosophy
  • references/dylan-field-figma.md - Simplicity and craft standards
  • references/brian-chesky-airbnb.md - Complete experience design methodology

Other skills for the same job

different authors, same section of the catalogue
Mobile Design
by ComeOnOliver
×2

Mobile-first design and engineering doctrine for iOS and Android apps. Covers touch interaction, performance, platform conventions, offline behavior, and mobile-specific decision-making. Teaches principles and constraints, not fixed layouts. Use for React Native, Flutter, or native mobile apps.

72k tokens scripts
Experimental Design
by K-Dense-AI
×1

Design experiments and studies BEFORE data is collected — choosing a design, randomizing, blocking, and laying out treatment combinations so results are interpretable. Use whenever someone is planning a study, asks how to assign subjects/samples to groups, mentions randomization, blocking, stratification, controls, factorial or fractional-factorial designs, design of experiments (DOE), screening many factors, response-surface optimization, crossover or repeated-measures or split-plot designs, cluster/group randomization, Latin squares, plate layouts, batch/run-order effects, replication vs. pseudoreplication, or sequential/adaptive/group-sequential designs. Trigger even for informal phrasings like "how should I set up this experiment", "how do I avoid confounding", "what's the best way to test these 6 factors", or "assign these mice to conditions". For computing the sample size or power once the design is chosen, use statistical-power; for analyzing data already collected, use statistical-analysis.

14k tokens scripts
Architect
by ComeOnOliver
×1

Design systems, plan implementations, review architecture decisions - Use when you need to plan a complex feature, design system architecture, or make high-level technical decisions.

2k tokens
Analyze Feature Requests
by phuryn

Analyze and prioritize a list of feature requests by theme, strategic alignment, impact, effort, and risk. Use when reviewing customer feature requests, triaging a backlog, or making prioritization decisions.

568 tokens
Gke Networking
by google
vendor

>- Plans, configures, and manages core GKE cluster networking. Covers private clusters, VPC-native configurations, DNS, node egress, Dataplane V2, and IP planning. Use when designing GKE networking layouts, configuring private clusters, setting up Dataplane V2, planning GKE IP ranges, or managing VPC- native cluster modes. Don't use for application ingress, load balancing, or service networking (use gke-service-networking instead).

1k tokens
Azldev Add Component
by microsoft
vendor

Read this before adding or importing a component; follow the workflow instead of guessing. Explains how to add a new component to an azldev distro, covering inspecting the upstream spec, the inline-versus-dedicated-file decision, and validating with render, diff-sources, and build. Triggers include add component, new package, import package, create comp.toml, new component.

998 tokens
Open Knowledge Pack Plain Notes
by inkeep

How to work in a Plain Notes project (the `plain-notes` starter pack): a flat notes/ folder plus a daily/ journal. The 'I just want to write' layout. Read when the project has these folders, OR when asked to jot a note, capture a quick thought, or write today's journal entry. Carries the linking habit and daily-entry behavior so templates and folder descriptions stay minimal. Complements the platform `open-knowledge` skill; does not replace it.

498 tokens
Open Knowledge Pack Worldbuilding
by inkeep

How to work in a Worldbuilding project (the `worldbuilding` starter pack): a fiction encyclopedia of characters, settings, themes, factions, and lore. Read when the project has these folders, OR when asked to add a character, setting, faction, or piece of lore, or to check the world for internal consistency. Carries the auto-stub and consistency behaviors so that guidance does not live inside template bodies or folder descriptions. Complements the platform `open-knowledge` skill; does not replace it.

758 tokens

How to use it

Copy the folder

Take menkesu/zero-to-launch 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.