Andrea Bizzotto 🇺🇦 @codewithandrea.com · Jul 1

I spent the last few days solving one problem: How to generate ACCURATE documentation for existing Flutter codebases using AI. This proved harder than expected, but I now have a reliable pipeline that can run on any project. Should I make a video about it?

8 likes 2 replies

?

Replies

Satya malugu · Jul 1

Are your using cursor? I think the most useful way is to create cursor rules to do your steps and publish them in GitHub. You can double check the rules. So future users can just those rules and direct their agents to do the same. A video is for humans but rules are for AI.

Brian · Jul 1

I consider such prompts, flows etc as part of the project, too. I started to create an ai sub directory in my projects in which i store them in Markdown. Now I can version control them while changing and refining them over time. It works ok with Gemini CLI, and per copy & paste with other AIs.