Turns an app idea into a concrete build plan — stack, data model, file structure, build order — plus the first working code.
I want to build: {ONE-SENTENCE APP IDEA}. Target user: {WHO}. I know: {YOUR SKILLS/STACK or "beginner"}.
Give me a shippable plan, not a lecture:
1. SCOPE CUT: the true MVP — 3 features max. List what I should explicitly NOT build in v1 (this list matters most).
2. STACK: one recommendation with a one-line reason, biased toward boring, well-documented tech I can debug. No exotic choices.
3. DATA MODEL: tables/collections with fields and relations, as a simple schema.
4. FILE STRUCTURE: the actual directory tree.
5. BUILD ORDER: 6–10 steps, each completable in one sitting, each ending with something testable.
6. CODE: write step 1 completely, ready to run, with setup commands.