---
title: "compound-retros"
description: "Turn each agent session into reusable project knowledge: capture short structured solution notes (bug lessons, conventions, decisions, pitfalls, including lessons from user corrections), recall the few relevant ones befo"
canonical: https://agentpluginsdirectory.com/plugins/compound-retros
last-updated: 2026-09-27
---

# compound-retros
Turn each agent session into reusable project knowledge: capture short structured solution notes (bug lessons, conventions, decisions, pitfalls, including lessons from user corrections), recall the few relevant ones before similar work, and curate the store against rot, each loop makes the next one smarter.
- Slug: compound-retros
- Publisher: AgentRelay Maintainers
- Repository: https://github.com/trisjr/agent-relay
- Manifest: plugins/compound-retros/plugin.json
- Version: 0.1.0
- Category (editorial): other
- Skills: 2 (retro-capture, retro-recall)
- MCP servers: 0
- Stars: 0
- Repository created: 2026-09-25
- Repository last pushed: 2026-09-27
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/compound-retros
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What compound-retros does, in the publisher's words

Plugin biến bài học sau mỗi phiên làm việc thành kiến thức dùng lại được trong repo: ghi note ngắn, tìm lại trước việc tương tự, rồi dọn kho để kiến thức không lỗi thời.

Compound engineering nối việc đã làm với việc tiếp theo qua vòng capture → recall → curate. Thiết kế này tham khảo EveryInc/compound-engineering-plugin (MIT) về note có giá trị lâu dài và dọn kho; đã kiểm tra obra/superpowers (MIT) và thấy chưa có skill memory/knowledge tương đương (gần nhất là systematic-debugging, không trùng phạm vi); và tham khảo nghiên cứu Gloaguen và cộng sự, ETH Zurich, arXiv:2602.11988 về hiệu quả và chi phí của file hướng dẫn cấp repo. Vì vậy, plugin giữ note ngắn và chỉ đề xuất thay đổi AGENTS.md để người dùng duyệt.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/trisjr/agent-relay/HEAD/plugins/compound-retros/README.md

## Skills

- retro-capture: Capture one durable lesson from finished work as a short structured note in the repo's solutions store (default docs/solutions/, honoring existing conventions), the problem hit, the cause or key decision, the fix or pattern applied, and what to avoid next time, including lessons the user taught by…
- retro-recall: Make past lessons compound before starting non-trivial work, locate the repo's solutions store (default docs/solutions/), shortlist notes by frontmatter (tags, area, title) and file paths the task will touch, read only the few relevant notes in full, cite and apply them, and update recurrence field…

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
