Start or attach to the orchestrator session for coordinating multiple coder sessions
Manages and coordinates multiple AI coding sessions from a persistent orchestrator dashboard.
/plugin marketplace add Jayphen/coders/plugin install jayphen-coders@Jayphen/codersThe orchestrator is a special persistent session that can be used to coordinate and manage multiple coder sessions.
coders orchestrator
CLI alternative:
./bin/coders orchestrator
coder-orchestrator (not timestamp-based)coders:orchestrator:meta)coder-orchestratorWithin the orchestrator session, you can:
coders spawn <tool> [options]coders listcoders attach <session>coders kill <session>coders dashboard# Start or attach to orchestrator
coders orchestrator
# Inside orchestrator, spawn new sessions
coders spawn claude --task "Implement user authentication"
coders spawn gemini --task "Fix the API bug"
# List all sessions
coders list
# Attach to a specific session
coders attach claude-implement-user-authentication
/orchestratorSplit complex tasks into sequential steps, where each step can contain multiple parallel subtasks.