# Daily operations brief — output schema

Companion to **The AI store operations manager**.

Agents must fill this from **named analytics tools**, not from ad-hoc SQL.

```json
{
  "date": "2026-08-27",
  "store": "example-shop",
  "priorities": [
    {
      "rank": 1,
      "theme": "inventory_risk",
      "summary": "SKU-TEE-BLU-M has <7 days of cover at 7-day velocity",
      "evidence_tool": "getInventoryRisk",
      "evidence_ref": "sku:SKU-TEE-BLU-M",
      "recommended_action": "Draft PO; do not auto-send",
      "approval_required": true
    }
  ],
  "not_covered": ["paid-media creative quality", "wholesale contract pricing"]
}
```

## Rules

- Every priority needs `evidence_tool` + `evidence_ref`.
- Rank by **business blast radius**, not by model confidence.
- Cap at 5 priorities. Overflow goes to a "watch" list, not the morning Slack.
- Demo SKUs in this file are fixtures, not client data.
