[
  {
    "owner": "Alex",
    "task": "send GPU benchmark report",
    "due": "Friday",
    "status": "pending"
  },
  {
    "owner": "Priya",
    "task": "Docker healthcheck fix",
    "due": "June 20",
    "status": "pending"
  },
  {
    "owner": "Jordan",
    "task": "wait for model download approval",
    "due": null,
    "status": "waiting"
  }
]