[FEATURE] Feature Request: Web Claude as Orchestrator/Manager for Multiple Claude Code Agents
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
I run multiple technical businesses simultaneously (WordPress plugin development, domain registrar platform, custom printing e-commerce) while working full-time in IT. Each project spans different servers and environments:
Ubuntu Server 1: Domain registrar project
Ubuntu Server 2: WordPress development
Windows/WSL: E-commerce debugging
Production environments for each business
Currently, I must maintain separate Claude Code sessions on each system, manually context-switching and re-explaining project status across environments. There's no way to maintain unified context or coordinate work across these agents.
Proposed Solution
Proposed Solution:
Enable Web Claude to act as an orchestrator/manager that can:
Maintain comprehensive context across all projects
Assign specific tasks to Claude Code agents on different systems
Receive status updates and coordinate between agents
Resolve conflicts when work overlaps across environments
Alternative Solutions
Enable Web Claude to act as an orchestrator/manager that can:
Maintain comprehensive context across all projects
Assign specific tasks to Claude Code agents on different systems
Receive status updates and coordinate between agents
Resolve conflicts when work overlaps across environments
Agents work autonomously, report back progress/blockers
Web Claude synthesizes status, identifies dependencies, coordinates next steps
User stays in one interface while work happens across infrastructure
Technical Considerations:
Secure authentication/authorization between web and local agents
State synchronization and context sharing
Status reporting protocol
Conflict resolution when agents work on related code
This bridges the gap between "Claude helping me think" and "Claude executing across my real infrastructure."
Priority
Critical - Blocking my work
Feature Category
CLI commands and flags
Use Case Example
User → Web Claude: "We need to fix the DNS module and update the checkout flow"
Web Claude → Agent on Ubuntu Server 1: "Update DNS module in registrar project"
Web Claude → Agent on WSL Dev Box: "Debug WooCommerce checkout flow issue"
Agents work autonomously, report back progress/blockers
Web Claude synthesizes status, identifies dependencies, coordinates next steps
User stays in one interface while work happens across infrastructure
Additional Context
User → Web Claude: "We need to fix the DNS module and update the checkout flow"
Web Claude → Agent on Ubuntu Server 1: "Update DNS module in registrar project"
Web Claude → Agent on WSL Dev Box: "Debug WooCommerce checkout flow issue"
Agents work autonomously, report back progress/blockers
Web Claude synthesizes status, identifies dependencies, coordinates next steps
User stays in one interface while work happens across infrastructure
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗