From memex
Record a structured session postmortem to Memex. Captures what worked, what failed, tool performance, and improvement suggestions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memex:retroThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have been invoked via the `/retro` slash command.
You have been invoked via the /retro slash command.
Fetch the template.
Call memex_get_template("agent_reflection") to retrieve the structured reflection
template.
Fill in the template sections. Review the current session and populate each section:
If $ARGUMENTS is provided, use it to focus or contextualize the reflection.
Save the reflection.
Call memex_add_note with:
"claude-code"["agent-reflection", "session-postmortem"] plus 1-2 topic tags."agent_reflection"falseSynchronous ingestion ensures entities are extracted immediately and queued for reflection. Reflection runs on a background schedule, but extraction happens before this call returns.
Confirm to the user. Briefly summarize the reflection and mention the note title.
npx claudepluginhub jasperhg90/memex --plugin memexAutomatically triggers session retrospectives at end or on keywords like 'retrospect', '복기', '회고'. Highlights mistakes prominently, logs to wiki via retrospect tool.
Reviews completed coding sessions to extract actionable improvements: DX friction, documentation gaps, architecture issues, anti-patterns, bug prevention, and tooling updates.
Runs agile retrospectives on Claude sessions, reflecting on what worked/didn't, and drives actionable improvements with file changes and archiving.