remember
25Command
Files a note you dictate into the knowledge vault. You author the content; the curator only files, tags, and links it. Works in both capture modes.
Command
Files a note you dictate into the knowledge vault. You author the content; the curator only files, tags, and links it. Works in both capture modes.
Command
Dispatches the independent turnstile-reviewer agent to verify a ticket is actually done. On pass, commits the change. Gate 2 of the turnstile workflow -- the implementer never self-certifies.
Command
Turns an approved design doc into a concrete, checkable spec file. Requires the user's explicit approval before the item can be marked ready. Gate 1b of the turnstile workflow.
Command
Starts a new sprint. Rolls over unfinished items from the prior sprint, recommends which ready backlog items to pull in (velocity, epic focus, age), and proposes a sprint goal for confirmation. The sprint-entry gate of the turnstile workflow.
Command
Deprecated alias for /turnstile:pickup -- will be removed in the next release.
Command
Independent debugging methodology -- reproduce, gather evidence, form and test a hypothesis, find the root cause, fix, verify. Not tied to the ticket system; works ad hoc on any bug report and logs a brain note when the root cause is a non-obvious gotcha.
Command
Drives implementation of one ticket in the active sprint. Mandates TDD, defers to frontend-design for UI-facing tickets, and checks the brain before writing new code.
Hook
Runs when you submit a prompt, before the agent sees it, executing remind.js via node. From febradc-github/turnstile.
Hook
Runs before the agent uses a tool for Bash, PowerShell, Read, Edit, Write, NotebookEdit, Grep and Glob tool calls, executing guard.js via node. From febradc-github/turnstile.
Hook
Runs after a tool call finishes for Write and Edit tool calls, executing validate-board.js via node. From febradc-github/turnstile.
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.