Demo
Public walkthrough
The portfolio uses the public YouTube walkthrough for Switchboard so the repo stays lightweight and pushable. The local high-resolution export is intentionally not part of the git build.
Positioning: a coordination layer for vibe-coding tools. Connect Codex, Cursor, Claude, and Gemini, elect exactly one Leader, assign the rest as Workers, and run the entire workflow from one chat surface inside VS Code.
Switchboard is built for the real pain of agent-heavy development: hopping between providers, losing memory across sessions, repeating context, manually re-framing prompts, and debugging work you cannot fully see.
Workflow Preview
User Thread
One conversation surface. No duplicated prompting across tools.
Leader
Plans work, decomposes scope, routes sub-tasks, merges outcomes.
Worker 1
Refactor
Worker 2
Tests
Worker 3
Docs
Diff Tracking
See exactly which files changed and where work moved.
Thread Memory
Resume without restating your repo, history, or intent.
Demo
The portfolio uses the public YouTube walkthrough for Switchboard so the repo stays lightweight and pushable. The local high-resolution export is intentionally not part of the git build.
Why This Matters
Problem
Solution
How It Works
Bring your existing agent stack into one extension instead of choosing a single locked-in tool.
Exactly one Leader owns the thread, planning logic, and delegation model.
The user chats only with the Leader. No manual fan-out across tools.
The Leader breaks scope into targeted prompts and sends each one to the best Worker.
Every file mutation and routing branch is visible, so debugging is no longer blind.
Threads remain resumable with stored history, preserving intent and eliminating repeated setup cost.
Feature Grid
The value is not just multiple providers. The value is orchestration, visibility, and continuity wrapped in a clean editor-native workflow.
Strict orchestration hierarchy so planning and execution responsibilities stay legible.
Bring in the agents you already trust instead of rewriting your workflow around one vendor.
Resume threads with context intact, including previous decisions, file state, and task intent.
Inspect exactly what changed and which agent path contributed to the edit.
Visualize branching execution so debugging and trust improve with more agents, not less.
Treat multi-agent sessions as continuing work units instead of disposable chat windows.
Workflow Visualization
Switchboard is not just another chat pane. It is an orchestration surface that shows where a plan started, how it split, which workers touched which files, and how the thread can resume without losing state.
Thread Root
"Refactor auth flow, preserve tests, summarize diff."
Leader Plan
Auth split, test preservation, docs update.
Worker Route
Send code rewrite to strongest editing model.
Review Path
Ask another worker to inspect regressions.
Diff Tree
Visible changed files, patch trace, and merge result.
Resumable State
Thread can be reopened later without reloading context from scratch.
Tech Stack
Design principle
Agent UX should feel like a coordinated system, not a folder of disconnected chat tabs.
Outcome
Repeated setup context gets replaced by resumable threads and shared state.
Workflow visibility and diff trace make agent behavior inspectable instead of opaque.
Each provider can do the work it is best at without the user manually coordinating every handoff.
Sessions survive longer than a single chat window, which matters for real engineering work.