What problem does it solve? AL/Business Central features need a fresh build environment (compiler, symbols, breaking-change baseline) before any refinement or implementation work compiles, and the workflow needs a reliable way to run that refresh and record its outcome in the task tracker. ## Core Features & Use Cases - Provision Task Execution: Runs al-build's provision.ps1 script via a delegated subagent to refresh compiler, symbols, and the breaking-change baseline. - Status Management: Maps the script exit code to flip the provision task to done or blocked, and opens the first slice's technical tasks (depends_on: T-001) from blocked to ready. - Failure Routing: Routes blocked outcomes to /al-steer and never flips done without a clean exit, protecting downstream compiles from stale environments. - Use Case: At the start of a new Business Central feature, run the T-001 provision task so symbols and the baseline are current, then proceed directly into /al-refine on the first slice. ## Quick Start Run the provision task for my current AL feature and update its status based on the result.