whim_plan_save
Store a plan document for later retrieval by another agent. Enter plan text and an optional slot name to persist it across sessions, ensuring continuity for multi-agent workflows.
Instructions
Save a plan document. The plan persists across sessions and can be retrieved later by another agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Plan slot name (default: "current") | |
| plan | Yes | Plan text (markdown, CGS, or any format) |