[
  {
    "id": "generate-body-mr-t1",
    "question": "Generate a synthetic T1 MRI volume from /data/mr_request.json using the rflow-mr skill.",
    "expected_skill": "nv-generate-mr",
    "ground_truth": "The agent runs scripts/run_mr.py with the config path, --modality mri_t1, --output-dir, and --random-seed.",
    "expected_behavior": [
      "the command uses skills/nv-generate-mr/scripts/run_mr.py",
      "the command includes --modality mri_t1",
      "the command includes the user config path as first positional argument",
      "the agent states the synthetic-output and non-clinical limitations"
    ]
  },
  {
    "id": "brain-request-redirect",
    "question": "Generate a synthetic brain MRI with rflow-mr.",
    "expected_skill": null,
    "ground_truth": "The agent should point to nv-generate-mr-brain for brain synthesis unless the user explicitly wants the generic rflow-mr path.",
    "expected_behavior": [
      "the agent mentions skills/nv-generate-mr-brain for brain images",
      "the agent does NOT silently run generic rflow-mr for a brain-specific request",
      "the agent preserves engineering-only scope"
    ]
  }
]
