save_plan
Save an execution plan to PatchWarden for local agent execution. Accepts plan content as Markdown or references an existing plan file.
Instructions
Save an execution plan — ChatGPT writes the plan, PatchWarden stores it for local agent execution. Supports plan_ref to load a plan file already placed inside .patchwarden/plans.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Plan title. Defaults to 'Inline plan' or 'Plan from file' when omitted. | |
| content | No | Plan content in Markdown. Required unless plan_ref is provided. | |
| plan_ref | No | Relative path to a plan file already inside .patchwarden/plans. When provided, the file content is loaded and title defaults to 'Plan from file' if title is empty. |