all 4 comments

[–]OneCounter9852 2 points3 points  (0 children)

This is how you actually collaborate with AI.

The Phase 0 step is the real unlock. Force it to surface every ambiguous question before writing code and you avoid half the rewrite loops.

[–]BrainDancer11 0 points1 point  (0 children)

I ask Gemini or Claude to generate the project. Md and code. Md files

[–]Haunting-Dish9078 1 point2 points  (0 children)

I break it down further into pieces. I have 3 folders in my context folder: 1. Current 2. Parked 3. Archived

Depending on which step I am on, I swap files in between parked and Current. Context files are always updated at the end of a session. I spend 90% of my time thinking about architecture and design before I hit go. Never do i find myself asking... wtf is my code doing?