Create or overwrite a plan
update_planCreate or replace a project plan as a mutable markdown document, enabling agents to record and update structured plans within the persistent memory store.
Instructions
Create or fully overwrite a named project plan. Plans are mutable working documents, unlike decisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Plan name; slugified for the filename. Max 50 chars of slug. | |
| content | Yes | Full markdown body — this replaces the file. Max 8000 chars. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path of the plan, relative to the project root. | |
| slug | Yes | Slug the plan is stored under. | |
| created | Yes | True for a new plan, false when an existing one was replaced. |