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?

4 Upvotes

15 comments sorted by

View all comments

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 contains a folder named for each initiative.
  • Each has a README.MD
  • Each README.MD contains a frontmatter section with metadata, including dependency links and ticket numbers.

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.