retro

retro is a command for Claude Code from VelimirMueller/vlm-code-context-mcp. It costs 0 tokens per session (786 once invoked), scanned A, original, MIT.

A command for reviewing the current software sprint and comparing it with earlier sprints. A sprint is a fixed work period for a team or project.

In plain words
What is it for?
Use it to review what went well, what went wrong and what to try next, using information such as completed work, velocity, recurring ticket issues and team mood.
Why use it?
It turns sprint data into specific observations, helping the team notice recurring problems, changes in delivery speed and patterns in team feedback.

Command for Claude Code

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 commands/velimirmueller/vlm-code-context-mcp/retro
Clone the repo
git clone --depth 1 https://github.com/VelimirMueller/vlm-code-context-mcp

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 retro

README.md
[![agentmods](https://agentmods.dev/badge/commands/velimirmueller/vlm-code-context-mcp/retro.svg)](https://agentmods.dev/commands/velimirmueller/vlm-code-context-mcp/retro)
Your own site
<a href="https://agentmods.dev/commands/velimirmueller/vlm-code-context-mcp/retro"><img src="https://agentmods.dev/badge/commands/velimirmueller/vlm-code-context-mcp/retro.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 786 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.00000 $0.00786
Opus 5 $0.00000 $0.00393
Sonnet 5 $0.00000 $0.00157
Haiku 4.5 $0.00000 $0.00079

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

Security

Grade A, and why

retro 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 4d 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/commands/retro.md · 66 lines

How it starts

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

/retro — Retrospective & Cumulative Learnings

Run retrospective for the current sprint and surface patterns from all past sprints.

Step 0 — Load Context (2 calls)

get_resume_state()                                   # identify current sprint
load_phase_context({ phase: "retro", sprint_id })    # all retro data in one call

This returns sprint state, burndown, mood, retro patterns (including the try_next lifecycle: open/adopted/dropped counts), and velocity comparison.

Use this data to inform specific, data-backed retro observations. For example:

  • "Velocity dropped 20% — what caused it?"
  • "Auth tickets were flagged as underestimated in Sprint 3 AND Sprint 5"
  • "QA agent mood has been declining for 3 sprints"

Step 1 — Add findings for the current sprint

Ask the three reflections one at a time as free text (they are genuinely open-ended — no option chips): went_well, went_wrong, try_next. Where a finding echoes loaded data, quote the numbers.

For try_next, confirm the action_owner via AskUserQuestion (the 9 team roles, recommended owner first).

add_retro_finding({ sprint_id: <id>, category: "went_well",  finding: "<specific, data-backed>", role: "developer" })
add_retro_finding({ sprint_id: <id>, category: "went_wrong", finding: "<specific, data-backed>", role: "qa" })
add_retro_finding({ sprint_id: <id>, category: "try_next",   finding: "<experiment>", role: "developer", action_owner: "developer" })

Lifecycle note: every try_next enters the planning gate as open. It will demand a triage decision (adopt / drop / defer via triage_retro_finding) at the next sprint's planning — capture happens here, the decision happens there. Tell the user this so the experiment doesn't feel like it vanishes into a list.

Step 2 — Cumulative summary

The retro patterns are already loaded from Step 0. Review them to surface:

  • Recurring problems (went_wrong appearing multiple sprints)
  • Consistent wins to keep doing (went_well)
  • try_next follow-through: triage rate, applied rate, and the oldest still-open item

Read the full file on GitHub · 66 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. 4d ago First seen · 66 lines · 0 tokens per session scan A bc3c74648fe4

Subscribe to this mod's changes

retro is a command published in the GitHub repository VelimirMueller/vlm-code-context-mcp (4 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 786 tokens. 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.