Stashes the single in-progress ticket -- status parked with parkedat, resume note (current state, next step, blockers) in the item note -- so urgent unrelated work can start. Dispatched by /turnstile:park or conversate routing only.
Context restoration for returning to work -- reports the in-progress ticket, its implementation state, what was blocking, and the relevant decision/brain notes. This restores work state from the board and vault, unlike Claude Code's built-in /resume which restores a past conversation. Dispatched by /turnstile:pickup…
Fast lane for trivial work and diagnosed bugs -- small item with inline criteria, one approval, no design or spec. Dispatched by /turnstile:quick, conversate routing, or systematic-debugger only.
Gap-closing dialogue that turns a raw idea into an explicitly approved design doc and backlog item. Gate 1a. Dispatched by /turnstile:refine, conversate routing, or brainstorm only.
Files a user-dictated note into the vault via brain-curator -- the user authors the content, the curator only files, tags, and links it. Dispatched by /turnstile:remember or conversate routing only; available in both capture modes.
Dispatches the independent turnstile-reviewer agent for a done verdict; commits on PASS. Gate 2 -- the implementer never self-certifies. A done-ness gate against acceptance criteria, not an ad-hoc code review like Claude Code's built-in /review (that is /turnstile:code-reviewer's job). Dispatched by /turnstile:review…
Turns an approved design doc into a checkable spec; explicit approval marks the item ready. Gate 1b. Dispatched by /turnstile:spec or conversate routing only.
Starts a new sprint -- archives the finished one, rolls over unfinished items, recommends ready items, proposes a goal for confirmation. Dispatched by /turnstile:sprint-plan or conversate routing only.
Debugging methodology -- reproduce, gather evidence, hypothesize, root-cause, fix, verify -- works on any bug report. Dispatched by /turnstile:systematic-debugger or conversate routing only.
Implements one sprint ticket via TDD and the turnstile-coder agent, checking the brain first. Dispatched by /turnstile:work or conversate routing only.