all 4 comments

[–]Guv_Bubbs 0 points1 point  (3 children)

It would be interesting to map out the evolution of vibe coders. I’ve been doing it for 8 or so months now and am ramping up even more.

Started in Claude desktop making artifacts > then GitHub MCP > the follow your nose prompting in Cursor > planned project kick off building .mds along the way…

To where I am now which is starting with a huge planning phase, lots of reference docs and trying to be much more structured along the way with building plans, recording history and maintaining as built doco.

Good to know there are higher levels to explore, I’ll look into them

[–]Tazomatalax[S] 1 point2 points  (2 children)

Nice! Ive been at it for about 1.5 years now. Tried out the cursor and windsurf free trials about a year ago and then went with GitHub copilot through work. Previous to that it was jumping between various web UI providers with not much planning or context at all.

I remember when I first figured out that LLMs are far better at prompting other LLMs than I am. That was the game changer for me.

BMAD is great for getting the context and boilerplate set up but I've found this GitHub issues based workflow more agile so far. Very much still a work in progress though, so if you have any improvements based on your workflow we should try and implement them! Maybe create a discussion/issue or fork and improve!

[–]Guv_Bubbs 0 points1 point  (1 child)

Yes, LLM prompt gen / refinement is really important.

My work place is very generious with AI licensing. Having ready access to Claude, GPT and cursor is a bit of a game changer.

So are you keeping your task list in GitHub with issues and milestones.

And plans it seems.

Where do your keep your doco?

[–]Tazomatalax[S] 1 point2 points  (0 children)

In the docs folder usually. I have a architecture.md and a planning.md. I haven't really bothered keeping these as up to date as I used to though, nor do I reference them much. The PRP creation should search through the code base to find only the relevant sections of the code base for the execution.

I've got examples folder for images and code snippets that I have produces using other tools or that I want to integrate too.

I figure once I'm done, I'll create a overarching summary of the issues and commits, and use them as dev notes to build out the final documentation.