>>114950
Obviously not for a real project, but for something silly like this I wrote a single design doc asking it what to build and do and write it all in one go.
For a real project you would have multiple documentation files, code comments, etc. Each prompt would be a specific feature or bug, with guidelines for success and tests. I do not let AI write stuff for me because I don't understand it half the time, but it's really helpful to analyze and find flaws in my code. I can give it documentation I wrote on the project, the code itself, and request that it scans it for vulnerabilities+bugs. Very helpful