Debug fleet TUI performance issues — UI loop stalls, frozen sidebar, sluggish attach, or background CPU spikes. Reads perfwatch stall dumps and the debug.log heartbeat to identify what blocked the Bubble Tea Update() loop or stole cycles from the PTY. Trigger on: "TUI is stuck/frozen/laggy", "UI hangs", "everything…
Debug fleet session status issues. Traces through the full status pipeline (hooks → watcher → UpdateStatus → pane capture) to find where expected and actual status diverge. Use when a session shows the wrong status.
Adds a changelog fragment under changelog/unreleased/ (type: frontmatter). Use when the user says "changelog", "update changelog", or after completing a feature/fix that needs a changelog entry. Can also skip via /no-changelog.
Drives fleet, a CLI that runs parallel Claude Code, Codex, and OpenCode sessions in git worktrees or existing directories. Use when handing independent work to a background agent session, creating a git worktree to work in, starting a session on a chosen agent/model/effort, sending a message to or checking on a…