save_plan
Store implementation plans in persistent storage for future retrieval and execution monitoring, enabling organized development workflow management.
Instructions
Save a plan to persistent storage for later retrieval and execution tracking.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | JSON string of the EnhancedPlanOutput to save | |
| name | No | Optional custom name for the plan | |
| tags | No | Optional tags for organization | |
| overwrite | No | Whether to overwrite existing plan with same ID |