plan_manager
Read, save, and list plan documents to manage project planning and maintain an organized plan repository.
Instructions
Manage plans: read a plan, save/update a plan, or list all plan names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Plan name (required for get and save) | |
| action | Yes | The plan action to perform | |
| content | No | Plan content in markdown (required for save) | |
| section | No | Plan section (defaults to 'plan') |