Schaltwerk is designed for keyboard-first workflows. You can manage multiple agents across multiple sessions without lifting your fingers from the keyboard.Documentation Index
Fetch the complete documentation index at: https://schaltwerk.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.

Navigation Overview
| Shortcut | Action |
|---|---|
Cmd+Shift+←→ | Switch between project tabs |
Cmd+←→ | Switch between filters (All/Specs/Running/Reviewed) |
Cmd+↑↓ | Cycle through sessions in current filter |
Cmd+1-9 | Jump directly to a session (1 = orchestrator) |
Cmd+[ ] | Switch terminal tabs (agent or shell, based on focus) |
Cmd+T | Focus top terminal (agent) |
Cmd+/ | Focus bottom terminal (shell) |
Cmd+Shift+A | Add tab in focused pane |
Cmd+W | Close active tab in focused pane |
Cmd+G | Open diff viewer |
Terminal Focus
Schaltwerk uses a two-pane terminal layout:- Top pane: Agent terminal — where Claude, Codex, or other agents run
- Bottom pane: Shell terminal — your personal shell for running tests, git commands, etc.
Cmd+Tfocuses the top (agent) terminalCmd+/focuses the bottom (shell) terminalCmd+[ ]switches tabs within the focused paneCmd+Shift+Aadds a tab in the focused pane (agent tab on top, shell tab on bottom)Cmd+Wcloses the active tab in the focused pane
Cmd+[ and Cmd+] cycle through agent tabs. When focused on the bottom pane, they cycle through shell tabs. The same context-aware logic applies to Cmd+Shift+A and Cmd+W.

