Spec to Sandbox Test

Represent the Spec to Sandbox to Evals workflow as a deterministic command plan.

Instantiate locally
spec-test-plan.json
{
  "source": "spec",
  "steps": [
    "validate contract",
    "write test script",
    "run bounded command",
    "send score input"
  ],
  "protectedExecution": true
}
Help