sprint-retrospective

sprint-retrospective is an agent for Claude Code from ivegamsft/basecoat. It costs 65 tokens per session (467 once invoked), scanned A, original, MIT.

An agent that reconstructs repository activity into a sprint retrospective, a written review of work completed during a development period. It uses Git history and GitHub activity to produce timelines, metrics, and improvement suggestions.

In plain words
What is it for?
Use it to create a retrospective for a date range or sprint, measure issues resolved, pull requests, merge time, code changes, and parallel work, and save the result as Markdown.
Why use it?
It turns scattered commits, pull requests, issues, and code-scanning alerts into one structured account of what happened and what could improve.

Agent for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter.

Good fit Use it to create a retrospective for a date range or sprint, measure issues resolved, pull requests, merge time, code changes, and parallel work, and save the result as Markdown.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/ivegamsft/basecoat/basecoat-10-core-sprint-retrospective
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.

Clone the repo
git clone --depth 1 https://github.com/ivegamsft/basecoat

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/ivegamsft/basecoat/basecoat-10-core-sprint-retrospective/github.svg)](https://agentmods.dev/agents/ivegamsft/basecoat/basecoat-10-core-sprint-retrospective)
Your own site
<a href="https://agentmods.dev/agents/ivegamsft/basecoat/basecoat-10-core-sprint-retrospective"><img src="https://agentmods.dev/badge/agents/ivegamsft/basecoat/basecoat-10-core-sprint-retrospective/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-retrospective

Your own site · 80×15
<a href="https://agentmods.dev/agents/ivegamsft/basecoat/basecoat-10-core-sprint-retrospective"><img src="https://agentmods.dev/badge/agents/ivegamsft/basecoat/basecoat-10-core-sprint-retrospective.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 467 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.00065 $0.00467
Opus 5 $0.00032 $0.00234
Sonnet 5 $0.00013 $0.00093
Haiku 4.5 $0.00006 $0.00047

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

Security

Grade A, and why

sprint-retrospective 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 10d 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.

agents/basecoat-10-core-sprint-retrospective.agent.md · 54 lines

What it actually says

Sprint Retrospective Agent

Purpose: reconstruct repository activity over a time period into a structured retrospective document with quantitative metrics and actionable improvement tips.

Inputs

  • Date range or sprint identifier (default: current day)
  • Repository (default: current working directory)
  • Optional: focus areas (e.g., "PRs only", "issues only")

Workflow

  1. Gather context — fetch commits, PRs, issues, and code scanning alerts from GitHub API
  2. Reconstruct timeline — order events chronologically, identify parallel vs serial work
  3. Calculate metrics — issues resolved, PRs merged, time-to-merge, lines changed, parallel dispatch ratio
  4. Generate tips — analyze patterns and suggest improvements (parallelism, prompt engineering, merge strategy)
  5. Write document — produce structured markdown in docs/repo_history/ following the story template

Output Format

Write to docs/repo_history/{date}-{topic}.md with:

  • Executive summary (2–3 sentences)
  • Timeline of key events with PR/issue references
  • Metrics table (issues, PRs, lines, time-to-merge)
  • What went well / what to improve
  • Actionable tips (specific, not generic)

Guardrails

  • Never fabricate metrics — only report what GitHub API data confirms
  • Include commit SHAs and PR numbers as citations
  • Flag gaps in data (e.g., "no PR data available for this period")
  • Keep tips actionable and specific to the observed patterns

Model

Recommended: claude-sonnet-4.6 Rationale: Timeline reconstruction and pattern analysis require good reasoning depth; not code-heavy

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. 10d ago First seen · 54 lines · 65 tokens per session scan A e3c65a50c309

Subscribe to this mod's changes

sprint-retrospective is an agent published in the GitHub repository ivegamsft/basecoat (4 stars, last pushed 2d ago), licensed MIT. It adds 65 tokens to every session and 467 once invoked, about $0.0003 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.