Morning Pre-Dock Brief
Compose a concise pre-dock brief covering:
- Weather. Region-specific for today’s expected loads (origin + destination).
- Today’s expected vendors. Flag any vendor whose pass rate over the last 14 days is below 90% — call out the metric and a one-sentence reason.
- Customer pre-call notes. Any customer with calendared activity in the next 8 hours: orders pending confirmation, claims open, special instructions.
- Cooler / dock special instructions. Carry-forward items from yesterday’s EOD or open holds.
- Yesterday’s open holds. List each lot with current hold reason and time-since-hold.
Tooling
Call get_brief for the base briefing, then query_knowledge for any commodity-specific notes flagged in the brief. Use lookup_vendor to enrich vendor entries. Use get_actor to scope to the requesting actor’s department / shift.
Rendering
Emit a BriefCard with one section per number above, in that order. Each section gets a single source attribution. Keep total under 250 words. If a section has nothing actionable, omit it rather than padding.
Provenance
Every fact in the brief must carry a source_attribution field naming the event or knowledge entry it derives from. If a fact has no source, do not include it.