febradc-github

58 mods across 1 repository, 1 stars between them.

remember

25

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

26

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

27

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

28

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

29

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

30

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

31

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

UserPromptSubmit

32

febradc-github/turnstile

Hook

Runs when you submit a prompt, before the agent sees it, executing remind.js via node. From febradc-github/turnstile.

1 1mo ago A tokens not measured copy · 100% MIT

PreToolUse

33

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.

1 1mo ago A tokens not measured original MIT

PostToolUse

34

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.

1 1mo ago A tokens not measured original MIT

febradc-github/turnstile

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.

1 1mo ago A 65 tokens original MIT

turnstile-brain

37

febradc-github/turnstile

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.

1 1mo ago A 47 tokens original MIT

febradc-github/turnstile

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.

1 1mo ago A 58 tokens original MIT

turnstile-breakdown

39

febradc-github/turnstile

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.

1 1mo ago A 55 tokens original MIT

febradc-github/turnstile

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.

1 1mo ago A 50 tokens original MIT

febradc-github/turnstile

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).

1 1mo ago A 63 tokens original MIT

turnstile-core

42

febradc-github/turnstile

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.

1 1mo ago A 41 tokens original MIT

turnstile-drop

43

febradc-github/turnstile

Skill Claude CodeCodex

Cancels a ticket -- status dropped with a recorded reason; history is never deleted. Dispatched by /turnstile:drop or conversate routing only.

1 1mo ago A 37 tokens original MIT

febradc-github/turnstile

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.

1 1mo ago A 64 tokens original MIT

febradc-github/turnstile

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.

1 1mo ago A 50 tokens original MIT

febradc-github/turnstile

Skill Claude CodeCodex

Reads turnstile/loops/ /state.json and renders the current phase, status, and full iteration history in the terminal.

1 1mo ago A 33 tokens original MIT

turnstile-next

47

febradc-github/turnstile

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.

1 1mo ago A 50 tokens original MIT