create_plan
Create structured, nestable step-by-step plans that persist beyond the AI context window. Link plan steps to issue IDs so closing one updates the other automatically.
Instructions
Create a nestable step-by-step plan that survives outside the context window. Steps can mirror issues via 'issue': closing the issue completes the step and vice versa.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | No | Full nested step tree. Each step: {title, description?, issue?, done?, steps?[]} | |
| title | Yes | Plan title | |
| project | Yes | Project ID (e.g. LIF) | |
| anchor_issue | No | Optional anchor issue (e.g. LIF-42). Closing it auto-archives the plan. |