This skill should be used for SB-owned engineering retrospectives over a release, date range, incident cluster, or workflow history.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add alo-exp/silver-bullet --skill silver-retro --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Silver Retro?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/alo-exp-silver-retro-silver-bullet)More formats (shields.io, HTML) on the badges page.
---
name: "silver:retro"
title: "Retro"
description: >
This skill should be used for SB-owned engineering retrospectives over a
release, date range, incident cluster, or workflow history.
argument-hint: "<range, release, or scope>"
version: 0.1.0
user-invocable: false
---
# /silver:retro - Engineering Retrospective
SB-owned retrospective workflow for turning delivery history into concrete
process improvements.
**Pre-execution** (blocks retro artifact edits until recorded):
`silver:context`
**Post-execution:** `silver:execute` → `silver:ensure-docs`
Queue source: `hooks/lib/orchestrator-state.sh` (`silver-retro` composer).
## Output
Write or update `.planning/RETRO.md`.
The report must include:
- scope and source range;
- delivery metrics available from git, CI, releases, issues, and SB artifacts;
- quality trends from reviews, domain audits, incidents, and verification;
- recurring blockers and process gaps;
- action items filed through `silver:add`;
- knowledge/learnings candidates for `silver:rem`.
## Process
1. Display `SILVER BULLET > RETRO`.
2. Determine the retrospective scope: release tag range, date range, incident,
milestone, or workflow archive.
3. Gather evidence from git history, release notes, CI status, issue backlog,
`.planning/` artifacts, `review-analytics.jsonl`, and session logs.
4. Invoke or apply `silver:domain-audit --pack incident-retro` and
`benchmark-eval` when provider/tooling performance is part of the scope.
5. Separate observed facts from inferred causes.
6. File actionable improvements through `silver:add`; capture durable knowledge
or learnings through `silver:rem`.
## Exit Gate
The retro passes only when every recommendation has either a tracked work item,
an accepted no-action rationale, or a documented owner outside SB.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!