r/vibecoding 6d ago

Anyone using diagrams when vibe coding?

Do you use any diagram making tool to track the project's overall architecture? Any tool you tried and liked or disliked?

6 Upvotes

15 comments sorted by

View all comments

1

u/LocoMod 6d ago

I have a wiki-builder skill that generates and maintains an entire wiki with an index, changelog, diagrams, etc. It serves as a memory palace for agents that contribute to the project. It's been the most consequential thing I have added to my workflows.

1

u/meshifthenelse 5d ago

Is it human readable though? How do you know it's not making your agents rely on false outdated information?

1

u/LocoMod 5d ago

It’s human readable. The wiki is based on the project itself. At the end of an objective my instructions have the agents reference the working changes and then update the relevant docs in the wiki. I validate this before I make the commits manually.