ai-agents retros.instructions.md

ai-agents retros.instructions.md is an instructions file for GitHub Copilot from rjmurillo/ai-agents. It costs 407 tokens per session, scanned A, original, MIT.

Rules for writing retrospectives: records of failures, their causes, evidence, and concrete follow-up work.

In plain words
What is it for?
Use them when documenting a failed change, classifying its failure mode, linking evidence, and assigning remediation.
Why use it?
They make lessons traceable and actionable while keeping criticism focused on processes and artifacts rather than people.

Instructions file for GitHub Copilot

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 instructions/rjmurillo/ai-agents/retros
Clone the repo
git clone --depth 1 https://github.com/rjmurillo/ai-agents

Made for: GitHub Copilot.

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-agents retros.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/rjmurillo/ai-agents/retros.svg)](https://agentmods.dev/instructions/rjmurillo/ai-agents/retros)
Your own site
<a href="https://agentmods.dev/instructions/rjmurillo/ai-agents/retros"><img src="https://agentmods.dev/badge/instructions/rjmurillo/ai-agents/retros.svg" alt="Measured on agentmods" height="20"></a>
Per session 407 This file is loaded in full into every session.
When invoked 407 The same file — it is already loaded in full.
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.00407 $0.00407
Opus 5 $0.00204 $0.00204
Sonnet 5 $0.00081 $0.00081
Haiku 4.5 $0.00041 $0.00041

Measured yesterday against content hash 60e991b1fc5f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ai-agents retros.instructions.md 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 yesterday.

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.

.github/instructions/retros.instructions.md · 34 lines

What it actually says

Retrospective File Rules

Retrospectives exist so the same failure does not happen twice. They feed future governance and instruction changes, so the format matters.

MUST

  1. Filename convention. New retros MUST use YYYY-MM-DD-<slug>.md (e.g., 2026-04-21-instruction-files-rollout.md).
  2. Failure mode classification. Each retro MUST classify the failure against .agents/governance/FAILURE-MODES.md. If no existing class matches, MUST propose a new class in a linked ADR.
  3. Evidence. MUST include links to the offending commits, PRs, issues, or CI runs. No hand-waving.
  4. Remediation. MUST list concrete follow-up actions (governance change, ADR, instruction update, skill change) with owners or issues.
  5. No blame. MUST critique processes and artifacts, never individuals.

SHOULD

  1. Impact table. SHOULD include an Impact table with severity (High / Medium / Low) per affected area.
  2. Root cause. SHOULD apply the five-whys or timeline analysis and write the root cause explicitly.
  3. Learning capture. SHOULD use the reflect skill to extract patterns and persist HIGH-confidence learnings to Serena memory.

MUST NOT

  1. MUST NOT delete or edit landed retros to soften criticism. Corrections append a new section with a date and rationale.
  2. MUST NOT ship remediation commits without linking the retro in the commit body or PR.

References

  • .agents/governance/FAILURE-MODES.md. Failure mode taxonomy
  • .claude/skills/reflect/SKILL.md. Learning-capture workflow
  • .claude/skills/retro/. Weekly retrospective skill (if present)
  • .agents/retrospective/. Historical examples
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. yesterday First seen · 34 lines · 407 tokens per session scan A 60e991b1fc5f

Subscribe to this mod's changes

ai-agents retros.instructions.md is an instructions file published in the GitHub repository rjmurillo/ai-agents (45 stars, last pushed yesterday), licensed MIT. It adds 407 tokens to every session, about $0.0020 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-09-03.