How are people structuring multi file work with Claude Code?
I’ve been using Claude Code for a bit more “real” multi file work lately and I’m still figuring out a good rhythm with it.
When it’s a small project, it’s pretty straightforward. But once the repo starts growing and you’ve got backend logic, prompts, and a frontend all evolving at the same time, I’ve noticed things can drift unless I’m pretty intentional about structure.
One thing I’ve been trying is pairing Claude Code with wozcode just to keep my workflow a bit more organized when I’m jumping between files and iterating quickly. Nothing complicated, more just helping me not lose track of what changed where.
What I’m curious about is how others are handling this. Are you guys setting up a clean structure from the start, or do you just let it get messy and clean it up later once things stabilize?
Also curious if anyone has a “default way” they approach larger Claude-driven projects.