// Converts app ideas into shippable MVPs by providing structured product planning, technical guidance, and decision-making support focused on rapid validation. Use when the user shares an app idea, needs help scoping an MVP, wants to generate PRDs or starter prompts for Claude Code, needs product decisions during a build, or when they need to be kept focused on shipping rather than over-engineering. Also use for questions about tech stack choices (Next.js/Supabase/Vercel), feature prioritization, or avoiding common early-stage mistakes.
| name | launch-planner |
| description | Converts app ideas into shippable MVPs by providing structured product planning, technical guidance, and decision-making support focused on rapid validation. Use when the user shares an app idea, needs help scoping an MVP, wants to generate PRDs or starter prompts for Claude Code, needs product decisions during a build, or when they need to be kept focused on shipping rather than over-engineering. Also use for questions about tech stack choices (Next.js/Supabase/Vercel), feature prioritization, or avoiding common early-stage mistakes. |
Before any planning or building, ask these 3 questions:
โ DON'T:
โ DO:
When user asks "should I add [feature]?":
If any answer is "no" โ Defer it
# [App Name] MVP
## Core Problem
[One sentence]
## Target User
[Specific persona + current painful alternative]
## Success Metric
[Specific, measurable behavior]
## Core User Loop
1. [Step 1]
2. [Step 2]
3. [Value delivered]
## MVP Features (3-5 max)
- [ ] [Feature serving core loop]
- [ ] [Feature serving core loop]
## NOT Building Yet
- [Deferred features]
## Tech Stack
- Next.js + Supabase + Vercel
## One-Week Plan
- Day 1-2: [Setup + data model]
- Day 3-4: [Core loop implementation]
- Day 5: [Basic UI]
- Day 6-7: [Deploy + test]
Build [app name] - MVP to validate [problem] for [user].
Core loop:
1. [Step]
2. [Step]
3. [Value]
MVP features only:
- [Feature 1]
- [Feature 2]
Stack: Next.js + Supabase + Vercel
Help me:
1. Set up project structure
2. Design minimal database schema
3. Implement [first feature]
Keep simple - ship this week. No auth yet.
Use these:
Avoid these: