plan_set
Commit to a sequence of work by setting an ordered plan of concrete steps for an entity; the first step becomes the active next move and any existing plan is replaced.
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 |