// Transform app ideas into shippable MVPs using rapid validation methodology. Use when the user wants to build a new app, evaluate an idea, generate a PRD, create Claude Code prompts, scope an MVP, or make product decisions. Helps avoid feature creep and over-engineering by focusing on core user loops and real user validation.
| name | launch-planner |
| description | Transform app ideas into shippable MVPs using rapid validation methodology. Use when the user wants to build a new app, evaluate an idea, generate a PRD, create Claude Code prompts, scope an MVP, or make product decisions. Helps avoid feature creep and over-engineering by focusing on core user loops and real user validation. |
A skill for transforming ideas into shippable MVPs through rapid validation and focused execution.
Ship fast. Validate with real users. No feature creep.
Every decision filters through these three principles:
Default stack optimized for rapid iteration:
Frontend: Next.js (App Router) Backend: Supabase (Database + Auth + Storage) Deployment: Vercel Why: This stack enables 0-to-production in hours, not days.
Only build features that serve the core user loop. Everything else is noise.
If a feature takes more than 1 week to build, it's not MVP. Either:
For every feature idea, ask:
Never start coding without clear answers to:
Be specific. "Everyone" is not an answer.
Not two problems. Not three. ONE.
Define success before building:
Red flag: "Users will probably want..." Fix: Talk to users first. Build second.
Red flag: "We should make it scalable/flexible/configurable..." Fix: Build for 10 users, not 10,000. Premature optimization kills momentum.
Red flag: Starting with user accounts, profiles, settings Fix: Validate the core value prop first. Auth can wait. Use magic links or simple passwords when you need it.
Red flag: "While we're at it, we should also add..." Fix: Write it down. Build it after validation. Stay focused.
Red flag: "This isn't ready to show users yet..." Fix: If it works, it's ready. Users forgive bugs if the value is there.
When user shares an app idea, generate a lean PRD:
Ask the critical questions (if not already clear)
Generate PRD using references/prd-template.md as structure
Ruthlessly scope using MVP rules
When user has a PRD and wants to start building:
Review PRD for technical clarity
Generate starter prompt for Claude Code that includes:
Format for immediate use in Claude Code terminal
When user asks for advice during development:
Ground in philosophy
Apply MVP scoping rules
Keep focused on shipping
When detecting scope expansion:
Acknowledge the idea (it might be good!)
Park it in a "post-MVP" list
Refocus on core
๐ฉ "Users will probably want..." ๐ฉ "We should make it scalable..." ๐ฉ "While we're at it..." ๐ฉ "This isn't ready to show yet..." ๐ฉ Feature takes >1 week ๐ฉ Can't explain the one problem in one sentence
โ Built from real user feedback โ Simplest possible solution โ Core loop works โ Can ship this week โ Users can accomplish their goal โ Metrics are defined