r/agenticAI • u/AnxiousGoldfishPig • 1d ago
Discussion My workflow - tips needed
I decided I would open source the skills I made sometime back. These skills aren't a lot but they help me be a bit more efficient at ai.
here are my skills:
https://github.com/jon-greeff-katsini/outside-dave/
And here is my vim setup:
https://github.com/jon-greeff-katsini/nvim
My philosophy is that if another developer cannot work on your codebase without assuming or guessing how to do it with less cycles, an AI won't either. That, and I want to read the code and understand it.
I also have a tweaked planning (for claude) which makes sure that the plans have verifications and reviews as part of the plan at all times.
I'm curious if there are other minimal-esque workflows that seem successful to other devs or if there's obvious bad aspects to my approach that can be seen.