plan_add
Add new steps to an existing plan, either at the end or after the current step, when new work emerges mid-plan.
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 |