From memex
Record a structured session postmortem to Memex. Captures what worked, what failed, tool performance, and improvement suggestions.
npx claudepluginhub jasperhg90/memex --plugin memexThis skill uses the workspace's default tool permissions.
You have been invoked via the `/retro` slash command.
Automatically 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.
Generates adaptive-depth session retrospective reports (retro.md) from plan.md and lessons.md, converting outcomes into persistent process improvements. Supports deep/light modes and directory resolution logic.
Share bugs, ideas, or general feedback.
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.