Skill Claude CodeCodex
Read-only render of the backlog and active sprint.
Turnstile: A gated, file-based agile workflow plugin for Claude Code. Cadence tracks work on a YAML board, enforces hard approval gates so nothing skips ahead of its own readiness, and maintains a persistent, Obsidian-linked knowledge brain that survives across sessions.
Skill Claude CodeCodex
Read-only render of the backlog and active sprint.
Skill Claude CodeCodex
Opt-in bulk bootstrap of turnstile/code/ -- one linked note per source file. The default pipeline is lazy (code notes only for ticket-touched files, written when the ticket passes review); this is the eager exception. Dispatched by /turnstile:brain-init only.
Skill Claude CodeCodex
Vault layout, the shared note format, and the check-the-brain-first mandate. Auto-loads whenever any turnstile skill starts new work or /turnstile:review is about to commit.
Skill Claude CodeCodex
Exploratory dialogue for a not-yet-scoped idea; no file writes. Convenes a pitch-agent panel for epic-scale ideas and hands off to refine once concrete. Dispatched by /turnstile:brainstorm or conversate routing only.
Skill Claude CodeCodex
Decomposes an epic into stories or an oversized story into tasks; writes child designs and backlog entries after explicit approval. Gate 1a-b. Dispatched by /turnstile:breakdown, conversate routing, or refine only.
Skill Claude CodeCodex
Advisory, non-gated review of code or a diff for bugs and simplification; never commits or touches ticket status. Dispatched by /turnstile:code-reviewer or conversate routing only.
Skill Claude CodeCodex
Entry point for natural-language turnstile requests -- classifies the message against board state, then answers directly or invokes the one matching skill (brainstorm, quick, refine, spec, sprint-plan, work, review, breakdown, drop, systematic-debugger, code-reviewer).
Skill Claude CodeCodex
Turnstile's non-negotiable rules -- gate order, TDD, brain-first, commit and reply conventions. Auto-loads whenever any turnstile skill is active.
Skill Claude CodeCodex
Cancels a ticket -- status dropped with a recorded reason; history is never deleted. Dispatched by /turnstile:drop or conversate routing only.
Skill Claude CodeCodex
Optional convenience tooling -- installs Obsidian (after explicit confirmation) and scaffolds turnstile/.obsidian/ so the plain-markdown vault opens in it. Nothing in the pipeline requires Obsidian. Dispatched by /turnstile:install-obsidian only.
Skill Claude CodeCodex
Starts a goal-directed loop run -- asks for mode, initialises state.json, then dispatches loop-runner repeatedly until the success condition is met, max-iterations is reached, or an unrecoverable error occurs.
Skill Claude CodeCodex
Reads turnstile/loops/ /state.json and renders the current phase, status, and full iteration history in the terminal.
Skill Claude CodeCodex
Flow-mode pull -- moves the top ready backlog item onto the flow board as todo after one confirmation; points at the in-progress item if one exists. Dispatched by /turnstile:next or conversate routing only.
Skill Claude CodeCodex
Opens turnstile/ in Obsidian and points the user at Graph View. Dispatched by /turnstile:obsidian-graph only.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Debugging methodology -- reproduce, gather evidence, hypothesize, root-cause, fix, verify -- works on any bug report. Dispatched by /turnstile:systematic-debugger or conversate routing only.
Skill Claude CodeCodex
Implements one sprint ticket via TDD and the turnstile-coder agent, checking the brain first. Dispatched by /turnstile:work or conversate routing only.