sprint-end

sprint-end is a skill for Claude Code from joris887/exosuit. It costs 20 tokens per session (7,264 once invoked), scanned A, original, MIT.

A workflow for finishing a sprint, a fixed period of development work, and proposing its changes for inclusion in the main code branch. It covers discovering unfinished work, quality checks, documentation, a pull request, continuous integration checks, and cleanup.

In plain words
What is it for?
Use it when the sprint work is ready to ship: inspect the current branch, run checks, update required documentation, create a pull request, wait for CI, then merge and clean up.
Why use it?
It provides a checklist for shipping the whole sprint instead of forgetting tests, project records, review steps, or failed automated checks.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions subagents.

Part of the exosuit plugin — 44 skills, 1 command, 9 agents, 10 hooks shipped together

Good fit Use it when the sprint work is ready to ship: inspect the current branch, run checks, update required documentation, create a pull request, wait for CI, then merge and clean up.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/joris887/exosuit/sprint-end
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.

Any agent
npx skills add joris887/exosuit --skill sprint-end
Clone the repo
git clone --depth 1 https://github.com/joris887/exosuit

Made for: Claude Code.

Or install exosuit, the plugin that ships this one along with the rest of its 44 skills, 1 command, 9 agents, 10 hooks.

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-end

README.md
[![agentmods](https://agentmods.dev/badge/skills/joris887/exosuit/sprint-end/github.svg)](https://agentmods.dev/skills/joris887/exosuit/sprint-end)
Your own site
<a href="https://agentmods.dev/skills/joris887/exosuit/sprint-end"><img src="https://agentmods.dev/badge/skills/joris887/exosuit/sprint-end/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-end

Your own site · 80×15
<a href="https://agentmods.dev/skills/joris887/exosuit/sprint-end"><img src="https://agentmods.dev/badge/skills/joris887/exosuit/sprint-end.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,264 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.00020 $0.07264
Opus 5 $0.00010 $0.03632
Sonnet 5 $0.00004 $0.01453
Haiku 4.5 $0.00002 $0.00726

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

Security

Grade A, and why

sprint-end 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/test-count-delta.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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-end/SKILL.md · 587 lines

How it starts

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


sprint-end

Skill metrics: Emit a start event to the activity log:

echo "{\"type\":\"skill\",\"event\":\"start\",\"skill\":\"sprint-end\",\"ts\":\"$(date -u +%Y-%m-%dT%H:%M:%SZ)\"}" >> docs/sessions/.activity-log.jsonl

Ending the sprint. Discovering and wrapping up all work on the current branch.

Profile-Adaptive Behavior

Read the **Profile:** line from CLAUDE.md to determine the active project profile.

Skip: Step 2 quality agent dispatch, Step 3 documentation updates (epics, backlog, metrics, context, architecture, PRD review, debt register), ground rules compliance check, ADR compliance check. Tests must still pass — safety is not reduced.

Progress tracking: Create step-level tasks:

  1. "Discover sprint state" — activeForm: "Discovering sprint state..."
  2. "Run quality gates" — activeForm: "Running quality gates..." — blockedBy: [1]
  3. "Update documentation" — activeForm: "Updating docs..." — blockedBy: [2]
  4. "Commit documentation artifacts" — activeForm: "Committing docs..." — blockedBy: [3]
  5. "Push and create PR" — activeForm: "Creating PR..." — blockedBy: [4]
  6. "Wait for CI" — activeForm: "Waiting for CI..." — blockedBy: [5]
  7. "Merge and clean up" — activeForm: "Merging to main..." — blockedBy: [6]

Read the full file on GitHub · 587 lines

Files

What ships with it

3 files 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 · 587 lines · 20 tokens per session scan A efc2fec1607e

Subscribe to this mod's changes

sprint-end is a skill published in the GitHub repository joris887/exosuit (4 stars, last pushed 20d ago), licensed MIT. It adds 20 tokens to every session and 7,264 once invoked, about $0.0001 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

goal-issues-and-release

Clear the open issue backlog and then cut a release, in one autonomous run: use the batch-all-issues skill to resolve every open issue, then the goal-release skill to draft, merge, and see the release through publication. Never asks the user anything — every decision is made autonomously, and blockers are reported at…

dyoshikawa/rulesync · 83 tokens

artifact-metadata

Manage artifact metadata, versioning, ownership, and review history across the SDLC lifecycle.

jmagly/aiwg · 21 tokens

ijfw-ship

Use when the user says 'ship it', 'ship this', 'release', 'publish', 'launch', 'deploy', 'go live', 'wrap this up', 'time to ship', or invokes '/ijfw-ship'. Domain-aware release — software (test → tag → push → publish), book (final edit → format → KDP / agent / Substack), campaign (review → schedule → launch →…

FerroxLabs/ijfw · 139 tokens

land-and-deploy

Merge PR, wait for CI, verify deploy, run canary. The complete landing pipeline.

FlorianBruniaux/claude-code-ultimate-guide · 24 tokens

release-notes-generator

Generate release notes in 3 formats (CHANGELOG.md, PR body, Slack announcement) from git commits. Automatically categorizes changes and converts technical language to user-friendly messaging. Use for releases, changelogs, version notes, what's new summaries, or ship announcements.

FlorianBruniaux/claude-code-ultimate-guide · 59 tokens

release-notes

Generate release notes in multiple formats from git commits.

FlorianBruniaux/claude-code-ultimate-guide · 13 tokens