npx skills add ...
npx skills add boshu2/agentops --skill retro
Capture a session learning.
npx skills add boshu2/agentops --skill retro
YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it.
Quick-capture a learning to the knowledge flywheel. For comprehensive retrospectives with backlog processing, activation, and retirement, use /post-mortem.
Lightest capture surface for move 7 of the operating loop. Single-observation quick-capture into .agents/learnings/. Use when an insight is too small to warrant a full /post-mortem and too potentially-useful to leave in the handoff. The promotion ratchet still applies after capture — a retro entry is a candidate learning, not yet a pattern or rule.
Given /retro --quick "insight text" or /retro "insight text":
timeout_run 1 bd current 2>/dev/null || echo ""..agents/learnings/YYYY-MM-DD-quick-<slug>.md:If no bead is active, omit source_bead intentionally and still set source_phase: validate.
Done. Return immediately after confirmation.
User says: /retro --quick "macOS cp alias prompts on overwrite — use /bin/cp to bypass"
What happens:
macos-cp-alias-overwritetimeout_run 1 bd current 2>/dev/null || echo "".agents/learnings/2026-03-03-quick-macos-cp-alias-overwrite.md with provenance fields like:Learned: macOS cp alias prompts — use /bin/cp| Problem | Cause | Solution |
|---|---|---|
| Learning too generic | Surface-level capture | Be specific: "auth tokens expire after 1h" not "learned about auth" |
| Duplicate learnings | Same insight captured twice | Check existing learnings with grep before writing |
| Need full retrospective | Quick capture isn't enough | Use /post-mortem for comprehensive extraction + processing |
Learned: <one-line summary>
Saved to: .agents/learnings/YYYY-MM-DD-quick-<slug>.md
For comprehensive knowledge extraction, use `/post-mortem`.---
type: learning
source: retro-quick
source_bead: bd-123
source_phase: validate
date: 2026-03-03
maturity: provisional
utility: 0.5
---