turnstile-sprint-plan

turnstile-sprint-plan is a skill for Claude Code from febradc-github/turnstile. It costs 48 tokens per session (1,188 once invoked), scanned A, original, MIT.

A sprint-planning workflow for Turnstile, where a sprint is a time-boxed period of planned development work.

In plain words
What is it for?
Use it to archive the finished sprint, carry over incomplete items, review ready backlog items, and propose a goal for confirmation.
Why use it?
It organizes the transition between sprints and prevents unfinished work from being lost.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

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

Good fit Use it to archive the finished sprint, carry over incomplete items, review ready backlog items, and propose a goal for confirmation.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add febradc-github/turnstile
Claude Code
/plugin install turnstile

Made for: Claude Code.

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-sprint-plan

README.md
[![agentmods](https://agentmods.dev/badge/skills/febradc-github/turnstile/turnstile-sprint-plan.svg)](https://agentmods.dev/skills/febradc-github/turnstile/turnstile-sprint-plan)
Your own site
<a href="https://agentmods.dev/skills/febradc-github/turnstile/turnstile-sprint-plan"><img src="https://agentmods.dev/badge/skills/febradc-github/turnstile/turnstile-sprint-plan.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,188 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00048 $0.01188
Opus 5 $0.00024 $0.00594
Sonnet 5 $0.00010 $0.00238
Haiku 4.5 $0.00005 $0.00119

Measured 7d ago against content hash 1e84011a5176, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

turnstile-sprint-plan 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 7d 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-sprint-plan/SKILL.md · 43 lines

How it starts

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

Sprint Plan

Process

  1. Find the current sprint: turnstile/sprint.yml, or (legacy) the root turnstile/sprint-<N>.yml with sprint.status: active. If one exists and is active:
    • Set its sprint.status to completed.
    • Move it to turnstile/sprints/sprint-<N>.yml (N from sprint.number, or parsed from its name; create sprints/ if missing). Move any other legacy root sprint-*.yml files there too -- one-time migration.
    • Collect every item in it whose status is not done or dropped.
    • If any collected item's carryovers is already 2 or more, dispatch brain-curator with that observation -- a repeatedly-slipping item is worth remembering.
  2. Search the vault for process-type notes relevant to sprint planning -- especially estimation bias or recurring blockers. Surface anything relevant, including conflicts.
  3. List the ready candidates from turnstile/backlog.yml (leaf items only -- exclude type: epic and anything named as a parent), each with id, title, and points, grouped under its parent epic/story when it has one. Mark which items you recommend pulling in, one-line reason each, ranked by:
    • Capacity first. Budget = points completed in the just-archived sprint, minus the points of carried-over items. No prior sprint means no velocity data -- say so and recommend a deliberately small starting set.
    • Finish what's started. Children of an epic with done or carried-over children come first; closing an epic beats opening a new one.
    • Coherence. Prefer items sharing one epic -- a focused sprint yields a natural goal.
    • Age. Break ties by oldest updated date, so old ready items don't starve. Present the recommendation as a default the user can accept in one word, adjust, or replace. The user always has the final pick.
  4. Propose a one-line sprint goal derived from the selection and ask the user to confirm it or state their own. Do not proceed without explicit confirmation.
  5. Compute the new sprint number: previous N + 1 (highest across turnstile/sprints/ and legacy files), or 1.
  6. Write turnstile/sprint.yml per the template reference: carried-over items first (carryovers incremented, prior status and notes unchanged), then newly selected items (status: todo, carryovers: 0).
  7. Remove every newly selected item from turnstile/backlog.yml (carried-over items were never there -- they came from the old sprint file, already archived).
  8. Tell the user the new sprint is open, stating its goal and items.

Read the full file on GitHub · 43 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 7d ago First seen · 43 lines · 48 tokens per session scan A 1e84011a5176

Subscribe to this mod's changes

turnstile-sprint-plan is a skill published in the GitHub repository febradc-github/turnstile (1 stars, last pushed 1mo ago), licensed MIT. It adds 48 tokens to every session and 1,188 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

service-desk

Runs the IT service desk — intake, triage, prioritization, escalation, knowledge, and the metrics that improve service rather than distort it. Use this to set up or fix a service desk, design ticket priority and escalation, reduce repeat contacts, structure a knowledge base, or work out why a desk hitting its targets…

cbrock84/headcount · 73 tokens

customer-success-management

Runs the ongoing relationship with accounts after the sale — segmenting coverage against account value, building a health score that predicts rather than describes, running reviews customers find worth attending, forecasting renewals honestly, and finding expansion that follows usage instead of quota. Use this to…

cbrock84/headcount · 85 tokens

chief-content-officer

Runs content as an operation — the production pipeline, editorial calendar, repurposing engine, competitive content intelligence, and audits of what already exists. Use this to build or fix a content production system, plan a calendar, decide how one piece becomes many, rank content ideas by expected impact, or audit…

cbrock84/headcount · 95 tokens

incident-management

Runs an operational incident from detection to closed action — declaring it and naming a commander, separating the people restoring service from the people communicating, keeping a timeline as it happens, deciding when it is over, and running a review that produces a small number of changes someone actually completes.…

cbrock84/headcount · 90 tokens

estimating-and-contingency

Produces a cost or effort estimate someone can defend — decomposing the work, choosing between analogous, parametric and bottom-up methods, documenting the basis and its assumptions, expressing confidence as a range, and sizing contingency and management reserve separately. Use this to build an estimate, challenge one…

cbrock84/headcount · 87 tokens

head-of-pmo

The EPMO lead's remit — what the PMO governs, what it must never become, and how it earns standing rather than compliance. Use this to stand up or reform a PMO, decide what it should and should not control, judge whether it is adding value or overhead, or work out why teams route around it.

cbrock84/headcount · 72 tokens