packages/forge/src/skills/retrospective/SKILL.md
Use for time-bound reflection on recent WORK — "sprint retro", "weekly summary", "what went well this week", "end of sprint", "monthly report". Reviews sessions and extracts actionable improvements. For brain pattern intelligence and strength scores, use brain-debrief instead.
npx skillsauth add adrozdenko/soleri retrospectiveInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate a data-driven retrospective from session data, vault captures, plan outcomes, and brain intelligence.
YOUR_AGENT_core op:brain_stats
YOUR_AGENT_core op:brain_stats params: { since: "<start of period>" }
YOUR_AGENT_core op:brain_strengths
YOUR_AGENT_core op:vault_recent
YOUR_AGENT_core op:memory_topics
YOUR_AGENT_core op:memory_stats
YOUR_AGENT_core op:plan_stats
YOUR_AGENT_core op:admin_search_insights
YOUR_AGENT_core op:admin_vault_analytics
YOUR_AGENT_core op:vault_age_report
YOUR_AGENT_core op:curator_detect_duplicates
YOUR_AGENT_core op:curator_contradictions
YOUR_AGENT_core op:curator_health_audit
## Retrospective: [Period]
### By the Numbers
| Metric | This Period | Previous | Trend |
|--------|-----------|----------|-------|
| Patterns captured | X | Y | up/down |
| Plans completed | X | Y | up/down |
| Brain strength (avg) | X | Y | up/down |
| Search misses | X | Y | up/down |
### What Went Well
[High brain strength patterns, completed plans, growing domains]
### What Didn't Go Well
[Recurring anti-patterns, failed plans, knowledge gaps]
### Vault Health
Quality: X/100 | Duplicates: N | Contradictions: N | Stale: N
### Recommendations
1. [Data-driven action item]
2. [Data-driven action item]
YOUR_AGENT_core op:capture_knowledge
params: {
title: "Retrospective — [period]",
description: "<key findings and action items>",
type: "workflow",
category: "meta",
tags: ["retrospective"]
}
If quality issues found: op:curator_consolidate then op:brain_build_intelligence.
| Op | When to Use |
| --------------------------------- | --------------------- |
| brain_stats / brain_strengths | Metrics and patterns |
| vault_recent | Recent captures |
| memory_topics / memory_stats | Knowledge clusters |
| plan_stats | Plan completion |
| admin_search_insights | Search misses |
| curator_health_audit | Vault quality |
| capture_knowledge | Persist retrospective |
testing
Triggers: "terse mode", "be brief", "less tokens", "fewer tokens", "compress output", "caveman", or invokes /terse. Token-efficient responses with full technical accuracy.
tools
Triggers: "compress this file", "compress CLAUDE.md", "compress memory", "shrink this", "reduce tokens in file", or invokes /compress. Compresses natural language files to save input tokens.
testing
Triggers: "release", "bump version", "publish packages", "cut a release", "version bump", "npm publish". Bumps monorepo versions, commits, tags, pushes to trigger CI release. Use deliver-and-ship for quality gates.
development
Triggers: "implement X", "build Y", "fix Z", "add feature", or any work task needing planning + execution. Full orchestration loop: plan, execute, complete with vault context and brain recs.