plan_set
Replace an entity's current plan with an ordered sequence of concrete steps, activating the first step immediately. Use for committing to a defined action sequence.
Instructions
Set an ordered plan for an entity. Replaces any existing plan. Step 1 becomes the active next_move. Use when committing to a sequence of work — not for brainstorming. Each step should be a concrete, completable action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | Ordered list of concrete steps. First step becomes active immediately. | |
| entity_id | Yes | Entity to set the plan for |