Feature Request: Claude Squade - Multi-developer shared sessions
Summary
Enable multiple developers to work together in a shared Claude Code session with real-time visibility into each other's work.
Problem
When working on a team, developers using Claude Code operate in isolated sessions. If Developer A makes changes, Developer B's Claude has no awareness of those changes until they're committed and pulled. This leads to:
- Context switching to Teams/Slack/WhatsApp to coordinate ("hey I just changed X")
- Claude giving outdated advice because it doesn't know what teammates are doing
- Duplicated effort or conflicts when working on related code
Proposed Solution: "Claude Squad"
A shared session mode where multiple developers can:
- See real-time changes - When one dev's Claude makes edits, others see it in their session
- Shared context - Claude understands what all team members are working on
- In-session coordination - No need to jump to external chat apps to communicate about code changes
- Presence awareness - Know who's active and what files they're working on
Use Case
Two developers (Matt and Yuri) working on the same codebase from different locations. Matt asks Claude to refactor an API endpoint. Instead of Matt having to message Yuri on WhatsApp "hey I just changed the contacts endpoint", Yuri sees it in the shared session and his Claude already has context on the change.
This doesn't replace PRs or code review - it's about real-time awareness during active development.
Value
- Claude becomes a team member with full team context, not just 1:1 pair programmer
- Reduced context switching and communication overhead
- Fewer merge conflicts from devs unknowingly working on same code
- More effective AI assistance since Claude sees the full picture
---
Submitted via Claude Code 🤖
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗