ai-retro-brief

ai-retro-brief is a skill for Claude Code from TeamRetroHQ/teamretro-skills. It costs 80 tokens per session (1,580 once invoked), scanned A, original, MIT.

A tool for summarizing and analyzing records from AI work sessions, highlighting repeated problems and preparing a brief for a team retrospective.

In plain words
What is it for?
Use it to read retro entries, identify repeated patterns, rank their importance, and suggest actions for a team retrospective.
Why use it?
It helps teams see recurring friction across AI-assisted development instead of reviewing session notes one by one.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the teamretro-skills plugin — 3 skills shipped together

Good fit Use it to read retro entries, identify repeated patterns, rank their importance, and suggest actions for a team retrospective.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/teamretrohq/teamretro-skills/ai-retro-brief
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 TeamRetroHQ/teamretro-skills --skill ai-retro-brief
Clone the repo
git clone --depth 1 https://github.com/TeamRetroHQ/teamretro-skills

Made for: Claude Code.

Or install teamretro-skills, the plugin that ships this one along with the rest of its 3 skills.

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 ai-retro-brief

README.md
[![agentmods](https://agentmods.dev/badge/skills/teamretrohq/teamretro-skills/ai-retro-brief/github.svg)](https://agentmods.dev/skills/teamretrohq/teamretro-skills/ai-retro-brief)
Your own site
<a href="https://agentmods.dev/skills/teamretrohq/teamretro-skills/ai-retro-brief"><img src="https://agentmods.dev/badge/skills/teamretrohq/teamretro-skills/ai-retro-brief/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 ai-retro-brief

Your own site · 80×15
<a href="https://agentmods.dev/skills/teamretrohq/teamretro-skills/ai-retro-brief"><img src="https://agentmods.dev/badge/skills/teamretrohq/teamretro-skills/ai-retro-brief.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,580 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.00080 $0.01580
Opus 5 $0.00040 $0.00790
Sonnet 5 $0.00016 $0.00316
Haiku 4.5 $0.00008 $0.00158

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

Security

Grade A, and why

ai-retro-brief 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 12d 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/ai-retro-brief/SKILL.md · 69 lines

How it starts

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

AI Retro Brief

Read the team's AI session retro entries and surface recurring patterns as an actionable one-page brief for their retrospective. The audience is humans walking into a retro — they need ranked patterns, evidence, and proposed actions, not a restatement of every entry.

The root-cause vocabulary is a synchronized copy of the team's canonical taxonomy (docs-first); never reclassify or rename labels here — flag mismatches for the vocabulary review instead.

Input

Read every file in docs/ai-retros/entries/ (sorted by the date in the filename). Each entry carries a **Skill:** version stamp — parse each according to its stamp and note any resulting gaps rather than guessing. Version mapping: count v1.x codebase-friction entries as work-material-friction; v1.x fix lines carry no altitude tag — count them as altitude-unstated; all v2.x entries share the v2.0 format. Legacy format: if a single docs/ai-retros/retro-log.md exists (v1.1 wrote one append-only file, entries under ## YYYY-MM-DD — summary headings), parse its entries too.

If there are fewer than 3 entries, say so and give only a light summary — pattern claims need repetition to mean anything.

Multi-scope rollup: if asked for patterns across several review scopes (repos, accounts, workspaces, engagements), read each scope's docs/ai-retros/entries/ (or its non-repo equivalent), dedup within each scope before comparing across them, and attribute every theme to its scope(s) in the brief.

The brief

Exactly this structure:

# AI Collaboration Retro Brief — <date range>, <N> sessions
**Scope:** <the review scope: repo / product / account / engagement — list the sources if rolled up>
**Skill:** ai-retro-brief v<version from this file's frontmatter>

## Recurring friction
<Themes ranked by frequency × cost. Each theme: prevalence (n of N sessions), representative dated examples, root-cause label, the fixes entries proposed and their altitudes. If a theme is arguably deliberate friction — a control point the team may want to keep (review gates, approval steps) — present it as a keep-or-kill question, not a fix.>

## Root-cause distribution
<Counts per root-cause label, then group them: briefing (ambiguous-instruction, missing-context, incorrect-context, changed-requirements) · documentation (missing-documentation, incorrect-documentation) · work material (work-material-friction — name the concrete material: codebase, account, board, template) · tooling (missing-access-or-tool, environment-friction) · agent (agent-error). State plainly which group dominates — that tells the team whether their attention goes to process, docs, the work material, tooling, or the agent setup. If entries carry altitude tags, also state where proposed fixes are landing.>

## Were suggested fixes adopted?
<For each past "Do this first": did the same friction stop appearing afterward? Unadopted repeat suggestions deserve the team's attention most.>

## Top 3 recommended actions
<Each tied to specific evidence from specific entries, and each naming its altitude. Concrete enough to become a retro action item — owner-assignable, checkable.>

## Trend
<Is friction per session going up, down, or flat? One paragraph, honest about small-sample uncertainty.>

Read the full file on GitHub · 69 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. 12d ago First seen · 69 lines · 80 tokens per session scan A 726ede3f15d7

Subscribe to this mod's changes

ai-retro-brief is a skill published in the GitHub repository TeamRetroHQ/teamretro-skills (9 stars, last pushed 1mo ago), licensed MIT. It adds 80 tokens to every session and 1,580 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-31.

Related

Other skills, from other repositories

run-team-retrospective

Use when a team needs to reflect on a completed period, project, or significant event — to extract what worked, what didn't, and what specific changes to make before the next cycle, rather than repeating the same patterns.

jeffreytse/grimoire-core · 50 tokens

building-soc-metrics-and-kpi-tracking

Builds SOC performance metrics and KPI tracking dashboards measuring Mean Time to Detect (MTTD), Mean Time to Respond (MTTR), alert quality ratios, analyst productivity, and detection coverage using SIEM data. Use when SOC leadership needs operational visibility, continuous improvement tracking, or executive-level…

26zl/cybersec-toolkit · 73 tokens

kaizen-bpr

Applies two complementary process improvement philosophies: Kaizen (continuous incremental improvement) and Business Process Reengineering (radical process redesign from scratch). Helps determine when to refine existing processes versus when to tear them up and rebuild. Use when operational efficiency is declining…

fatihguner/foreman · 88 tokens

size-cards

Size the unsized cards of a team or a person on the aeman board — S/M/L/XL by a fixed rubric, written back through the aeman MCP after the lead confirms. Use when a team lead asks to estimate, size or weigh cards, or before a planning meeting.

aenix-io/aeman · 63 tokens

ship

Enforces Law 1 (Research Before Executing), Law 3 (One Thing at a Time), and Law 4 (Verify Before Reporting) of the 7 Laws of AI Agent Discipline. Fix one defect through TDD and one PR, isolate unrelated dirty checkouts in an owner-locked clean worktree, and return only eligible clean checkouts to the detected default…

naimkatiman/continuous-improvement · 105 tokens

continuous-improvement

Install structured self-improvement loops with instinct-based learning into Claude Code — research, plan, execute, verify, reflect, learn, iterate. On-demand or weekly analysis to save tokens. Supports multi-agent parallel analysis.

naimkatiman/continuous-improvement · 47 tokens