create_plan
Creates a persistent, nestable plan with step-by-step tasks that can mirror issues, so completing a step closes its linked issue and vice versa.
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. |