create_plan
Create a nestable step-by-step plan with steps that can mirror issues. Closing the issue completes the step, and closing the anchor issue archives the plan.
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. |