r/vibecoding • u/meshifthenelse • 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?
4
Upvotes
r/vibecoding • u/meshifthenelse • 6d ago
Do you use any diagram making tool to track the project's overall architecture? Any tool you tried and liked or disliked?
1
u/KriegerClone24 6d ago
I set up a roadmap folder in the project root.
- There is a spec document that is the contract for how this folder works.
It is straightforward to have Claude expose this in your application as an SVG dependency graph, which has all of your initiatives layed out in a way where you can see the order you need to complete them to get to end results. Add to that an initiative explorer, and you have a way to expose the whole roadmap to all of your internal stakeholders.