Switchboard — Summary
Switchboard is a VS Code extension that provides a visual kanban board to orchestrate teams of AI agents across multiple CLI tools and IDE agents without writing prompts. Plans are dragged between columns on an AUTOBAN (automated kanban), which triggers pre-configured prompts to the registered agent in that column using the VS Code terminal.sendText API. The extension supports eight named agent roles (Planner, Team Lead, Lead Coder, Coder, Intern, Reviewer, Acceptance Tester, Analyst), complexity-based routing, pair-programming splits, batch execution, and a Google Drive sync option for multi-machine/multi-developer sharing. No API keys are required — Switchboard sends messages to already-open CLI terminals. State is stored in a local database outside the git repo. Compared to seeds, Switchboard is most similar to agent-os in its markdown-scaffold approach to plans, but it replaces the passive markdown with an active visual routing layer; it also overlaps with claude-flow's hierarchical orchestration pattern but uses VS Code terminal injection rather than an MCP server, and it supports heterogeneous agent teams across Claude Code, Cursor, Windsurf, Copilot, and Gemini CLI — a level of cross-tool orchestration no seed framework attempts.