| Quick context: I use AI heavily in daily development, and I got tired of the same loop. Good prompt asking for a feature -> okay-ish answer -> more prompts to patch it -> standards break again -> rework. The issue was not "I need a smarter model." The issue was "I need a repeatable process." The real problemSame pain points every time:
End result: more rework, more manual review, less predictability. What I changed in practiceI stopped relying on one giant prompt and split work into clear phases:
If the task is small, I use The rule that changed everything
Without this, AI works half blind. With this, AI works with project memory. This single rule improved quality the most. References I studied (without copy-pasting)
I did not clone someone else's framework. I extracted principles, adapted them to my context, and refined them with real usage. Real resultsFor me, the impact was direct:
I had days closing 25 tasks (small, medium, and large) because I stopped falling into the same error loop. Project structure that helped a lotI also added a recommended structure in the wiki to improve AI context:
Then I open both as multi-root in the editor (VS Code or Cursor), almost like a monorepo experience. This helps AI see the full system without turning things into chaos. LinksRepository: https://github.com/J-Pster/Psters_AI_Workflow Wiki (deep dive): https://github.com/J-Pster/Psters_AI_Workflow/wiki If you want to criticize, keep it technical. If you want to improve it, send a PR. [link] [comments] |