turnstile-drop

turnstile-drop is a skill for Claude Code, Codex from febradc-github/turnstile. It costs 37 tokens per session (563 once invoked), scanned A, original, MIT.

A controlled process for cancelling a backlog item while keeping a record of its history. A backlog is the list of planned work, and a sprint file contains work already committed for a short development period.

In plain words
What is it for?
Use it to drop a backlog or sprint ticket after confirming its identity, status, reason, and any linked work.
Why use it?
It prevents cancelled work and its reason from disappearing, and it checks for related child items or unfinished implementation changes.

Skill for Claude CodeCodex

Part of the turnstile plugin — 24 skills, 23 commands, 5 agents, 3 hooks, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/febradc-github/turnstile/turnstile-drop
Any agent
npx skills add febradc-github/turnstile --skill turnstile-drop
Clone the repo
git clone --depth 1 https://github.com/febradc-github/turnstile

Made for: Claude Code, Codex.

Or install turnstile, the plugin that ships this one along with the rest of its 24 skills, 23 commands, 5 agents, 3 hooks, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for turnstile-drop

README.md
[![agentmods](https://agentmods.dev/badge/skills/febradc-github/turnstile/turnstile-drop.svg)](https://agentmods.dev/skills/febradc-github/turnstile/turnstile-drop)
Your own site
<a href="https://agentmods.dev/skills/febradc-github/turnstile/turnstile-drop"><img src="https://agentmods.dev/badge/skills/febradc-github/turnstile/turnstile-drop.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 563 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00037 $0.00563
Opus 5 $0.00018 $0.00282
Sonnet 5 $0.00007 $0.00113
Haiku 4.5 $0.00004 $0.00056

Measured 3d ago against content hash f1a939fd5abb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

turnstile-drop scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/turnstile-drop/SKILL.md · 29 lines

How it starts

The opening of the file, as written. The whole thing — 29 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Drop

Process

  1. Look up <id> (from $ARGUMENTS) in turnstile/backlog.yml and turnstile/sprint.yml. Not found in either: refuse -- archived items are immutable history and cannot be dropped.
  2. If the item is in_progress, warn there may be uncommitted implementation changes from /turnstile:work; ask whether to discard, keep, or commit them separately before dropping. Do not silently strand a half-done diff.
  3. If the item is a container (epic or story with children), list its non-done children and ask whether they drop too -- a dropped parent with live children is usually a mistake. If the user insists on parent-only, warn that the children now reference a dropped parent. Drop each confirmed child the same way.
  4. Confirm: item id and title, current status and location, and the reason (from $ARGUMENTS, or ask -- a few words suffice).
  5. Once confirmed, for the item (and each confirmed child): set status: dropped in its board file and set updated to today (backlog items) or append dropped: <reason> to notes (sprint items); update its item note -- set updated, add a line Dropped <YYYY-MM-DD>: <reason> under the heading.
  6. Capture (per the capture config): in gates mode (default), always dispatch brain-curator with bounded input -- the dropped item and its recorded reason -- captured as a dead-end note, so abandoned directions are findable before someone walks them again. In opportunistic mode, dispatch only if the reason is a process learning (e.g. repeatedly planning work that gets cancelled).
  7. Tell the user what was dropped and where the record lives.

Read the full file on GitHub · 29 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 29 lines · 37 tokens per session scan A f1a939fd5abb

Subscribe to this mod's changes

turnstile-drop is a skill published in the GitHub repository febradc-github/turnstile (1 stars, last pushed 1mo ago), licensed MIT. It adds 37 tokens to every session and 563 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

specify-meta

Scaffold, status-check, and manage specification directories. Use when creating a new spec, reading spec status, transitioning between phases, or logging decisions on a spec in .start/specs/.

rsmdt/the-startup · 42 tokens

feature-prioritization

RICE, MoSCoW, Kano, and value-effort prioritization frameworks with scoring methodologies and decision documentation. Use when prioritizing features, evaluating competing initiatives, creating roadmaps, or making build vs defer decisions.

rsmdt/the-startup · 51 tokens

user-story-generator

Transforms requirements into user stories with Given/When/Then acceptance criteria ready for sprint planning and Jira. Use when user needs to write user stories, create Jira tickets, define acceptance criteria, or says "user stories", "acceptance criteria", "sprint backlog", "Jira tickets", "as a user I want"…

lenar-amirov/product-pipeline-public · 76 tokens

ambiguity-resolver

Structures a brief HANDED DOWN by a stakeholder (boss, exec, another team) into a one-page problem statement with scope boundaries and a named decision owner. Use when the PM says "мне спустили задачу", "I've been asked to look into Y", "руководство хочет X", "CEO попросил разобраться" — a request the PM didn't…

lenar-amirov/product-pipeline-public · 98 tokens

setup-initiative

Guides the PM through an initiative alignment checklist — metric, baseline, target, stakeholders, success/kill criteria. Use before a gate, when the PM says "setup initiative", "set the target", "define success criteria", "align on goals", or when the coverage map shows Frame incomplete. NOT a prerequisite for…

lenar-amirov/product-pipeline-public · 76 tokens

go

Execute the next undone task(s) from a sprint's TASKS.md by dispatching the magi-developer subagent (Sonnet by default). Updates WORKS.md as a development log. Pauses for user confirmation before any commit. Default behavior auto-parallelizes tasks with disjoint file scopes; --parallel forces parallel, --sequential…

howar31/magi-workflow · 90 tokens