These are the behavioral contracts an agent driving Switchboard must know. They were extracted from source because the user manual targets human UI users ("click the button") and is useless to an agent — these facts had to be re-derived from source every time a managing agent needed them.
You are an external agent. No host process wakes you — turn-end notices land in .switchboard/mission-control/reports/ and nobody delivers them to your terminal. You MUST start the self-wake loop before your first tick, or the session dies on arrival. Arming means you stay alive and self-wake.
This is the complete HTTP contract for driving Switchboard from outside the VS Code webview — whether you are a fleet coding/review agent working inside a Mission Control worktree, an external Mission Control (Cursor / Zed / Claude Code / Antigravity) driving the whole board, or a team member (a discoverable-skill…
You are running in a Switchboard PTY terminal. The host wakes you: turn-end notices are delivered to your terminal via ptySendPrompt, which clears your context and hands you a fresh prompt each time. You do NOT start a wake loop — there is no background sleep loop to start, and no script to stop at session end. The…
Skill "switchboard-mission-control" from TentacleOpera/switchboard, covering mission control — shared orchestration logic, role & scope, advisory entries, hard rules and port discovery.
Extract recurring problem patterns from adversarial review sections in completed/reviewed plans, store them as individual insight documents, and propose governance file updates.
Query kanban board state using direct SQL access to the kanban database. This skill is READ-ONLY — execution agents must never use SQL UPDATE/DELETE/INSERT on the kanban database.
This is the complete HTTP contract for driving Switchboard from outside the VS Code webview — whether you are a fleet coding/review agent working inside a Mission Control worktree, an external Mission Control (Cursor / Zed / Claude Code / Antigravity) driving the whole board, or a team member (a discoverable-skill…
Move kanban cards and query kanban state via scripts — most verbs require the Switchboard extension (LocalApiServer) running; move-card.js has a direct-DB fallback.
Instructions for TentacleOpera/switchboard, covering switchboard configuration for github, available workflow tools, messaging (cross-ide), workflow management and terminal management.