Vibe Coding with Cursor and Kefir

A week of using Cursor extensively to build Varient changed my mind completely.
I built in a matter of days what took us, a small team, weeks in the past.
I’ve found five must-have principles that made the difference:
-
Planning. Write down in simple words the project context, the new feature and jobs to be done.
-
Breadboarding. Like in electrical engineering, split the feature in the needed elements.
-
Slice vertically, not horizontally. Implement full small slices integrating FE with BE as early and as often as possible.
-
Write tests. Mostly integration. Some unit tests too. This helps catch errors early.
-
Avoid scope creep. You must simplify everywhere you can. Especially when a new feature is one prompt away.
I now always start with a specs doc. I also include a section where I describe how I want to work together with the LLM.
If you’re interested, hit me up and I will share a real example I used recently.
P.S. in the picture I’m fermenting kefir while I continue to prompt. It really is addictive (the kefir too)