What problem does it solve?
Claude Code’s /plan mode shows an approved plan but doesn’t automatically store it in your docs/work conventions, which forces you to manually create initiative folders and plan.md files.
Core Features & Use Cases
- Automatically saves plans to docs/work: Writes the most recent approved plan into docs/work/NNN-<slug>/plan.md so downstream tooling like /atomize can consume it.
- Smart plan source detection: Chooses the plan from an inline file argument, Claude’s plan store (~/.claude/plans/), recent conversation context, or prompts you to paste when nothing is detected.
- Roadmap-shaped plan handling: Detects top-down roadmap structures and (after user confirmation) saves them to docs/roadmap.md instead of creating an initiative change-set.
Quick Start
Ask Claude to run the plan first and then invoke /save-plan with no arguments to store the newest approved plan into a numbered docs/work initiative folder.