Content
@
0 reply
18 recasts
21 reactions
Shivam
@meshivam
I promise you you’re vibe coding wrong as someone who has built multiple production-ready applications, with thousands of users, from just Cursor with minimum intervention. But first here's you (probably): You open Cursor. Type “build me mini-app for farcaster.” It spirals. Nothing works. You start over. That’s not development. That’s chaos. I have an incredibly simple system that works every single time:
1 reply
0 recast
0 reaction
Shivam
@meshivam
Step 1: architecture.md Open ChatGPT (4o, not o1/o3/o4) and say: “ I’m building a [description of your product - the more detailed the better]. Use Next.js for frontend, Supabase for DB + auth. Give me the full architecture: - File + folder structure - What each part does - Where state lives, how services connect Format this entire document in markdown.” Save its output as architecture.md and throw it in an empty folder where your project will live.
1 reply
0 recast
0 reaction
Shivam
@meshivam
Step 2: tasks.md Now say: “ Using that architecture, write a granular step-by-step plan to build the MVP. Each task should: - Be incredibly small + testable - Have a clear start + end - Focus on one concern I’ll be passing this off to an engineering LLM that will be told to complete one task at a time, allowing me to test in between. " Save it as tasks.md. Again, throw it in the folder.
1 reply
0 recast
0 reaction