febradc-github

58 mods across 1 repository, 1 stars between them.

turnstile

01

febradc-github/turnstile

Plugin Claude Code

Marketplace for the Turnstile plugin: opinionated, gated workflow for solo development with Claude.

1 1mo ago A tokens not measured original MIT

turnstile

02

febradc-github/turnstile

Plugin Claude Code

Opinionated, gated workflow for solo development with Claude: conversate, brainstorm, refine, breakdown, spec, sprint-plan, work, and review epics, stories, and tasks on a file-based board, plus independent debugging and code review, with a persistent, Obsidian-linked knowledge brain.

1 1mo ago A tokens not measured original MIT

turnstile-brain

03

febradc-github/turnstile

MCP server Claude CodeCodexCursor

MCP server "turnstile-brain" as configured in febradc-github/turnstile. Runs ${CLAUDE_PLUGIN_ROOT}/scripts/brain-mcp.js with node.

1 1mo ago A tokens not measured original MIT

brain-curator

04

febradc-github/turnstile

Agent

Writes turnstile knowledge notes (brain/, decisions/, architecture/, code/). Dispatched at gate transitions with bounded input (capture: gates), opportunistically when something is worth remembering (capture: opportunistic), or by /turnstile:remember -- never invoke directly.

1 1mo ago A 59 tokens original MIT

loop-runner

05

febradc-github/turnstile

Agent

Executes one full loop iteration (ACT → OBSERVE → EVALUATE → DECIDE) for a turnstile loop run. Dispatched by turnstile-loop-start only -- never invoke directly.

1 1mo ago A 45 tokens original MIT

pitch-agent

06

febradc-github/turnstile

Agent

Pitches one assigned stance on an idea for turnstile-brainstorm's panel, dispatched 2-3 in parallel -- never invoke directly.

1 1mo ago A 33 tokens original MIT

turnstile-coder

07

febradc-github/turnstile

Agent

Implements one scoped piece of work test-first, matching the repo's conventions. Dispatched by turnstile-work or turnstile-systematic-debugger -- never invoke directly.

1 1mo ago A 42 tokens original MIT

turnstile-reviewer

08

febradc-github/turnstile

Agent

Independently verifies a ticket's implementation against its acceptance criteria. Dispatched by /turnstile:review only -- never invoke directly.

1 1mo ago A 34 tokens original MIT

brain-init

10

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

11

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

12

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

13

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

14

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

15

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

16

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

17

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

18

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

19

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

20

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

21

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

22

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

23

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

24

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