After struggling with various methods like many others here, I found a workflow that really works for me. I went through the usual process of trying different guides, lots of testing, and getting frustrated when nothing worked right. Then I discovered this approach and it changed everything.
My process:
-
Start with the web interface using the most advanced model to refine your project structure until the design feels solid.
-
Ask it to build a comprehensive development roadmap with clear phases (keep this separate from your coding sessions).
-
Request extremely detailed step-by-step instructions for each development phase, explaining that you need very thorough guidance.
-
Open a fresh coding session and follow those instructions exactly in the terminal, staying focused on one phase at a time.
-
Test everything thoroughly and save your progress.
-
Clean up the session and move to the next phase.
This method keeps development speed consistent throughout the project instead of slowing down near the end. The code quality is better, I use fewer tokens, and the whole process is less stressful. The key is keeping the big picture hidden during coding phases and breaking everything into small manageable pieces.