Research-mind mpm-postmortem

Analyze session errors and suggest improvements

install
source · Clone the upstream repo
git clone https://github.com/MacPhobos/research-mind
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/MacPhobos/research-mind "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/mpm-postmortem" ~/.claude/skills/macphobos-research-mind-mpm-postmortem && rm -rf "$T"
manifest: .claude/skills/mpm-postmortem/SKILL.md
source content

/mpm-postmortem

Analyze session errors and generate improvement suggestions.

Usage

/mpm-postmortem [--auto-fix] [--create-prs] [--dry-run]

Analyzes errors from: scripts, skills, agents, user code. Generates: fixes, updates, PR recommendations, suggestions.

See docs/commands/postmortem.md for details.