Before you refactor a messy codebase, run this to map what's actually there. It fans out subagents to trace each feature into flowcharts with file:line citations, then hunts for duplicated logic across those features (multiple auth flows, parallel queue implementations, that sort of thing). The output is a proposed unified architecture plus ready-to-paste /make-plan prompts for each system you want to consolidate. It's opinionated about simplicity over abstraction and won't let subagents hand back diagrams without source evidence. Best when you suspect your codebase has three versions of the same thing and you want proof before tearing it down.
npx skills add https://github.com/thedotmack/claude-mem --skill pathfinder