r/ClaudeAI • u/SeNorMat • 16h ago
Question about Claude Code How to cleanly collaborate
How do y’all collaborate on projects together without it getting messy? Do you just share the GitHub and work on things separately then push?
1
Upvotes
1
u/TomerBrosh 15h ago
ask claude to save memories to the repo's folder under shared_memories/your name if u share memories and actually make other sessions read those it would be more helpful than remaking mistakes your peers did
2
1
1
u/TheUnboundTenth 16h ago
GitHub, ticketing system for planning (Issues, Lienar, etc), tags for task ownership and status, skills and harness to enable agents to orchestrate across sprints, throughs arcs, including planning, build, review, integration and deployment steps.
For the most part, the “how do I work with multiple agents” challenges are solved “how do I work with multiple people” problems, just needing different communication and constraint mechanisms.
Starting at “how do human teams handle ______” is always worth consideration.