turn_plan
Verify a creature's turn plan against SRD 5.2.1 action economy rules. Returns legal or illegal verdicts with citations.
Instructions
Judge a whole proposed turn under SRD 5.2.1 ACTION ECONOMY: action/bonus-action/reaction/free-interaction budgets, movement (crawling, standing from Prone, Grappled speed 0), Incapacitated, and the one-spell-slot-per-turn rule. Returns legal/illegal/cannot-adjudicate with citations; illegal verdicts name the first offending step. Scope: this checks the turn's economy only — it does NOT verify that a feature grants a given action (e.g. two-weapon fighting or Extra Attack prerequisites). Unmodeled conditions and out-of-range inputs (negative speed, spell level >9) return exit 2 rather than a guess.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | proposed steps in order | |
| speed | Yes | the creature's Speed in feet | |
| spent | No | budgets already used this turn | |
| conditions | No | active conditions by name (unmodeled ones are honestly refused) |