febradc-github/turnstile

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.

1Stars on the repository
58Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

brain-init

02

febradc-github/turnstile

Command

Opt-in bulk mode: documents every undocumented source file as a linked note in turnstile/code/ after an explicit size/staleness warning. The default is lazy -- code notes are written for ticket-touched files when the ticket passes review.

1 1mo ago A 49 tokens original MIT

brainstorm

03

febradc-github/turnstile

Command

Loose, exploratory dialogue for a not-yet-scoped idea -- purpose, rough shape, and alternatives, with no file writes. Epic-scale ideas can convene a pitch-agent panel (minimalist/skeptic/scout) for unanchored perspectives. Hands off to /turnstile:refine once the idea is concrete enough to formalize into a ticket. The…

1 1mo ago A 86 tokens original MIT

breakdown

04

febradc-github/turnstile

Command

Decomposes an epic into user stories, or an oversized story into tasks. Proposes a breakdown for explicit approval, then writes child design docs and backlog entries. Gate 1a-b of the turnstile workflow.

1 1mo ago A 45 tokens original MIT

code-reviewer

05

febradc-github/turnstile

Command

General, advisory, non-gated review of code or a diff for correctness bugs and reuse/simplification opportunities. Never commits and never touches ticket status -- distinct from the /turnstile:review ticket-closing gate.

1 1mo ago A 45 tokens original MIT

conversate

06

febradc-github/turnstile

Command

Natural-language entry point -- answers from the board or routes the request to the matching turnstile skill.

1 1mo ago A 21 tokens original MIT

drop

07

febradc-github/turnstile

Command

Cancels a ticket. Sets status dropped with a recorded reason, keeping the item visible as history instead of hand-deleting YAML.

1 1mo ago A 26 tokens original MIT

install-obsidian

08

febradc-github/turnstile

Command

Optional convenience tooling -- the pipeline never needs Obsidian. Detects whether it is installed, installs it via the OS package manager if not (with confirmation), and scaffolds turnstile/.obsidian/ so the plain-markdown brain also opens as a vault.

1 1mo ago A 54 tokens original MIT

loop-start

09

febradc-github/turnstile

Command

Starts a goal-directed loop run. Asks for autonomous or manual mode, initialises loop state, and dispatches loop-runner repeatedly until the success condition is met, the iteration cap is reached, or an unrecoverable error occurs.

1 1mo ago A 48 tokens original MIT

loop-status

10

febradc-github/turnstile

Command

Reads turnstile/loops/ /state.json and renders the current phase, status, and full iteration history for the given loop run.

1 1mo ago A 29 tokens original MIT

next

11

febradc-github/turnstile

Command

Flow mode's pull gate: moves the top ready backlog item onto the flow board as todo after one confirmation. The sprint-free alternative to /turnstile:sprint-plan.

1 1mo ago A 35 tokens original MIT

obsidian-graph

12

febradc-github/turnstile

Command

Opens the project's turnstile/ folder in Obsidian and points you at Graph View to browse the brain as a linked graph.

1 1mo ago A 28 tokens original MIT

park

13

febradc-github/turnstile

Command

Stashes the in-progress ticket so urgent unrelated work can start: status parked, a resume note (current state, next step, blockers) written into the item note. /turnstile:pickup offers to un-park it later.

1 1mo ago A 48 tokens original MIT

pickup

14

febradc-github/turnstile

Command

Where was I? Restores work state from the board and vault -- the in-progress ticket, its implementation state, blockers, and the relevant notes -- ending with the next command to run. (Claude Code's built-in /resume restores a past conversation; this restores the work itself.).

1 1mo ago A 57 tokens original MIT

quick

15

febradc-github/turnstile

Command

Fast lane for trivial work and bug fixes. Creates a small task or story with inline acceptance criteria and adds it directly to the current sprint after one approval -- no design doc, no spec.

1 1mo ago A 38 tokens original MIT

refine

16

febradc-github/turnstile

Command

Gap-closing dialogue for a raw idea. Writes a design doc that requires the user's explicit approval before the idea can move toward being spec'd. Gate 1a of the turnstile workflow.

1 1mo ago A 40 tokens original MIT

remember

17

febradc-github/turnstile

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.

1 1mo ago A 32 tokens original MIT

review

18

febradc-github/turnstile

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.

1 1mo ago A 43 tokens original MIT

spec

19

febradc-github/turnstile

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.

1 1mo ago A 38 tokens original MIT

sprint-plan

20

febradc-github/turnstile

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.

1 1mo ago A 49 tokens original MIT

standup

21

febradc-github/turnstile

Command

Deprecated alias for /turnstile:pickup -- will be removed in the next release.

1 1mo ago A 18 tokens original MIT

systematic-debugger

22

febradc-github/turnstile

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.

1 1mo ago A 55 tokens original MIT

work

23

febradc-github/turnstile

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.

1 1mo ago A 35 tokens original MIT