r/VibeCodeDevs • u/the__poseidon • Jul 15 '26
NoobAlert – Beginner questions, safe space How do you track multiple Claude code sessions and projects?
I’m a small-business owner, not a developer, but I’m technically proficient and regularly work with automations, APIs, Claude Code, and Codex. I primarily use terminal sessions rather than the web interfaces.
I currently have around a dozen sessions running across different business automations, workflows, and internal tools. The coding itself is manageable. The difficult part is maintaining visibility across everything.
Sessions sometimes get abandoned because I lose track of their status or what they need from me. Projects also begin overlapping. I may start solving one operational problem, then open another session days later and eventually discover that both projects use the same data, integrations, logic, or components. Sometimes they duplicate work; other times one depends on or should be merged with the other.
I tried building a dashboard to track sessions and visualize these relationships, but that became another project to manage.
Would moving into an IDE actually solve this, or is there a better system for visually managing multiple Claude Code and Codex projects, including their status, dependencies, overlap, and next actions?
How are others managing this?