backup_plan
Create a timestamped backup of a Claude Code plan file in .wisdom/plan-backups/ to enable later restoration.
Instructions
Back up your current Claude Code plan file to .wisdom/plan-backups/. Your plan name is in your plan mode system prompt (the filename in ~/.claude/plans/). Saves a timestamped copy so you can restore it later.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_name | Yes | The plan filename (e.g. "peppy-launching-book"). Found in your plan mode system prompt path. | |
| source_path | No | Optional full path to the plan file, if it is not in the default ~/.claude/plans/ directory. |