plan_advance
Complete or skip the current plan step with evidence or reason, automatically promoting the next pending step and updating next_move. Enforces continuity by requiring justification for skips.
Instructions
Complete or skip the current plan step. Requires evidence (for complete) or reason (for skip). Automatically promotes the next pending step to active and updates next_move. Enforces continuity — you cannot skip without explaining why.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Complete (with evidence) or skip (with reason) | |
| reason | No | Required for skip — why this step is being skipped | |
| step_id | Yes | Step ID to complete or skip (e.g. 'step-001') | |
| evidence | No | Required for complete — what proved this step is done | |
| entity_id | Yes | Entity whose plan to advance |