Workflow 1.5: Experiment Bridge Implement and deploy experiments from plan: $ARGUMENTS Overview This skill bridges Workflow 1 (idea discovery + method refinement) and Workflow 2 (auto review loop). It takes the experiment plan and turns it into running experiments with initial results. Constants - CODE REVIEW = true — GPT-5.4 xhigh reviews experiment code before deployment. Catches logic bugs before wasting GPU hours. Set to skip. - AUTO DEPLOY = true — Automatically deploy experiments after implementation + review. Set to manually inspect code before deploying. - SANITY FIRST = true — Run th…