How this skill is triggered — by the user, by Claude, or both
Slash command
/agora:retrospectiveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run a structured retrospective to capture learnings and write them to memory for compound improvement over time.
Run a structured retrospective to capture learnings and write them to memory for compound improvement over time.
/retrospective [scope]
scope (optional): what to retrospect on — e.g. "last sprint", "this feature", "this week", "the auth refactor". Defaults to the current project/conversation context.
Gather context — Read recent git history, task completions, and any existing memory files relevant to the scope. Ask the user for any additional context not visible in files.
What went well — Identify decisions, approaches, or habits that produced good outcomes. Be specific: not "communication was good" but "daily standups caught the API contract mismatch early."
What didn't go well — Identify friction, mistakes, or missed opportunities. Focus on patterns, not blame.
What we'd do differently — Concrete, actionable changes for next time. Each item should be specific enough to act on.
Key decisions made — Capture any significant decisions and why they were made. These are often lost otherwise.
Write to memory — For each significant learning, write a memory file in the project's memory/ directory using the standard frontmatter format:
feedback_*.md for process/approach learningsproject_*.md for project-specific context and decisionsMEMORY.md index with any new filesSummary — Present a concise summary of what was captured and where it was saved.
---
name: <short_name>
description: <one-line description of the learning>
type: feedback | project
---
<The learning itself — lead with the rule or fact>
**Why:** <what caused this learning or decision>
**How to apply:** <when this should influence future behavior>
npx claudepluginhub burkemtaylor/agora --plugin agoraGuides systematic retrospectives to capture decisions, lessons, discarded approaches, and insights from completed work, debugging sessions, or overruns.
Facilitates and documents team retrospectives with structured formats (Start/Stop/Continue, 4Ls, Mad/Sad/Glad, Sailboat). Use at sprint, project, or milestone end to capture what went well, what to improve, and action items.
Extracts learnings from conversations, audit history, and git logs; manages memories and cleans stale entries. Use after tracks, retrospectives, or maintenance.