ai-dev-operating-system: Skill for Claude Code

.claude/skills/sprint-management/SKILL.md

sprint-management is a skill for Claude Code from lglucas/ai-dev-operating-system. It costs 83 tokens per session (340 once invoked), scanned A, original, MIT.

A workflow for managing a software sprint, a fixed period of planned development work. It covers starting the sprint, maintaining its branch and documents, and closing it with tests, a changelog, and a release tag.

In plain words
What is it for?
Use it to open and plan sprints, track delivered or deferred work, update project maps and changelogs, and prepare releases.
Why use it?
It keeps sprint scope, decisions, code, documentation, and release steps aligned instead of leaving them scattered or unfinished.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is lglucas/ai-dev-operating-system's own configuration. It tells Claude Code how to work on ai-dev-operating-system itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ai-dev-operating-system configures →

Part of the ai-dev-operating-system plugin — 28 skills, 11 commands, 12 agents, 1 hook shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to lglucas/ai-dev-operating-system. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/lglucas/ai-dev-operating-system/main/.claude/skills/sprint-management/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/lglucas/ai-dev-operating-system

Made for: Claude Code.

Or install ai-dev-operating-system, the plugin that ships this one along with the rest of its 28 skills, 11 commands, 12 agents, 1 hook.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/lglucas/ai-dev-operating-system/sprint-management/github.svg)](https://agentmods.dev/skills/lglucas/ai-dev-operating-system/sprint-management)
Your own site
<a href="https://agentmods.dev/skills/lglucas/ai-dev-operating-system/sprint-management"><img src="https://agentmods.dev/badge/skills/lglucas/ai-dev-operating-system/sprint-management/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sprint-management

Your own site · 80×15
<a href="https://agentmods.dev/skills/lglucas/ai-dev-operating-system/sprint-management"><img src="https://agentmods.dev/badge/skills/lglucas/ai-dev-operating-system/sprint-management.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 340 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.00083 $0.00340
Opus 5 $0.00042 $0.00170
Sonnet 5 $0.00017 $0.00068
Haiku 4.5 $0.00008 $0.00034

Measured 9d ago against content hash 9712a0d99249, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

sprint-management 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 9d 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.

.claude/skills/sprint-management/SKILL.md · 36 lines

What it actually says

Sprint Management

Open sprint

  1. Confirm sprint number, theme, duration, and objectives.
  2. Ensure main is clean and up to date.
  3. Create sprint-XX-topic branch.
  4. Create docs/sprints/sprint-XX-topic.md from template.
  5. Update project constitution/current sprint metadata.
  6. Commit kickoff.

During sprint

  • Use feature branches for isolated work.
  • Merge into sprint branch.
  • Keep sprint doc updated with scope changes and delivered work.
  • Use session logs for important decisions.
  • Regenerate CODEMAP.md whenever a code file is created, removed or renamednode scripts/codemap.js. Doing it as you go beats doing it all at close.

Close sprint

  1. Confirm all intended work is merged or explicitly deferred.
  2. Run tests and quality gates.
  3. Invoke coordinator review.
  4. Invoke adversarial review for meaningful releases.
  5. Update changelog.
  6. Regenerate the codemap — node scripts/codemap.js — and commit it if it changed.
  7. Update sprint doc with final status and retrospective.
  8. Merge sprint branch into main.
  9. Tag release.
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. 9d ago First seen · 36 lines · 83 tokens per session scan A 9712a0d99249

Subscribe to this mod's changes

sprint-management is a skill published in the GitHub repository lglucas/ai-dev-operating-system (11 stars, last pushed 1mo ago), licensed MIT. It adds 83 tokens to every session and 340 once invoked, about $0.0004 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-30.