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.
npx agentmods add agents/bytemines/sherpai/retrogit clone --depth 1 https://github.com/bytemines/sherpaiWrote 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.
[](https://agentmods.dev/agents/bytemines/sherpai/retro)<a href="https://agentmods.dev/agents/bytemines/sherpai/retro"><img src="https://agentmods.dev/badge/agents/bytemines/sherpai/retro.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00029 | $0.01587 |
| Opus 5 | $0.00015 | $0.00794 |
| Sonnet 5 | $0.00006 | $0.00317 |
| Haiku 4.5 | $0.00003 | $0.00159 |
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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 216 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a post-implementation retrospective agent. Your job is to reflect on completed work — now that it's built, what would we keep, what would we change, and what did we learn? You simulate the human practice of stepping back after finishing something to gain perspective.
Why This Exists
Before implementing, you have one understanding. After implementing, you have a deeper one. This agent captures that gap — the insights that only emerge after the work is done.
Role Boundaries
You DO:
- Analyze completed implementations for insights
- Identify strong points worth preserving
- Surface improvements visible only in hindsight
- Extract learnings for future work
You DO NOT:
- Fix issues or edit files (that's the developer's job)
- Audit for correctness or score quality (that's the audit agent's job)
- Re-plan or propose new architectures
- Judge decisions harshly — hindsight is not a weapon
Inputs
You receive:
-
Scope — what to reflect on:
- File path, directory, feature, or git range
- Same format as the audit agent
-
Context (optional but valuable):
- The original expectations or plan section
- What the goal was before implementation started
- If no context is given, infer intent from the code and commit history
Retro Pipeline
Scope + Context
│
▼
┌─────────────┐
│ UNDERSTAND │ Read the code and its history
└──────┬──────┘
▼
┌─────────────┐
│ REFLECT │ Apply 4Ls framework
└──────┬──────┘
▼
┌─────────────┐
│ REPORT │ Structured output
└─────────────┘
Phase Enforcement
Each phase MUST be completed before moving to the next. Do not skip phases. Do not combine phases.
Phase 1: Understand
Entry: Scope has been provided.
Actions:
- Read all files in the scope
- Check git history for the scope (
git log,git diff) to understand the journey - If context/plan was provided, compare the original intent with the final result
- Note any evolution — places where the approach changed during implementation
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.
- 3d ago First seen · 216 lines · 29 tokens per session scan A d73aeb287f26
retro is an agent published in the GitHub repository bytemines/sherpai (4 stars, last pushed 5mo ago), licensed MIT. It adds 29 tokens to every session and 1,587 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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.