This is a planning skill that helps you break down complex tasks into structured, actionable steps before diving into implementation. You'd reach for it when facing a non-trivial problem that needs some upfront thinking, like refactoring a codebase, designing a new feature, or debugging a gnarly issue. The source is minimal, but the concept is solid: having Claude explicitly create a plan before executing can lead to more coherent results and fewer backtracking moments. It's basically forcing a "think first, code second" workflow, which honestly saves time more often than it feels like it should.
npx skills add https://github.com/thedotmack/claude-mem --skill make-plan