plan_add
Add new steps to an existing plan when unexpected work arises. Insert at the end or right after the current step.
Instructions
Add steps to an existing plan. Use when new work is discovered mid-plan. Steps can be added at the end or immediately after the current active step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | Steps to add | |
| position | No | Where to insert: 'end' (default) or 'after_current' | |
| entity_id | Yes | Entity to add steps to |