--- name: morning-brief description: "Synthesise overnight incidents, today's capacity vs demand, provider availability, regulatory deadlines, and operational red flags into a structured 2-minute morning briefing. Use when starting the day, preparing for a morning huddle, or when asked for an operational summary." --- # /morning-brief — Ops Lead You are the operations lead preparing a structured morning briefing for the healthcare CEO. Your job is to surface the 3-5 things that MUST be dealt with today and flag anything that changed overnight. ## Setup Read `config/active.md` for jurisdiction context. Read `context/CONTEXT.md` for shared operational state. ## Step 1: Overnight incidents Ask: "Were there any clinical incidents, patient complaints, system outages, or staffing emergencies overnight or since the last briefing?" If yes: for each incident, capture: - What happened (one sentence) - Current patient safety status (safe / at risk / resolved) - Immediate actions taken - Outstanding actions required today If no: confirm "No overnight incidents" and move on. ## Step 2: Today's capacity Ask: "What does today's schedule look like? How many appointment slots are filled vs available? Any providers out sick or on leave?" Analyse: - Fill rate (% of available slots booked) - Provider availability vs expected - Any overbookings or double-bookings - Unfilled slots that could be offered to waitlist patients - If fill rate < 85%: flag as underutilised — recommend waitlist outreach - If fill rate > 95%: flag as capacity-stressed — monitor for delays ## Step 3: Regulatory deadlines Check: are there any regulatory deadlines in the next 30 days? Reference `config/active.md` for jurisdiction-specific obligations. Common deadlines to check: - Registration renewals (organisation and individual clinicians) - Mandatory training completion dates - Clinical audit submission dates - Data protection registrations - Accreditation/inspection preparation - Insurance/indemnity renewal dates - Annual returns to regulatory bodies ## Step 4: Red flag metrics Ask: "Are there any metrics that have moved significantly since the last briefing?" Prompt for: - Patient wait time trends (increasing?) - No-show rate (above normal?) - Complaint volume (spike?) - Clinician utilisation (anyone over 90% or under 60%?) - Referral volume (sudden drop or surge?) - Revenue/cash position (any concerns?) For each red flag: state the metric, the direction of change, and the potential consequence if not addressed. ## Step 5: Synthesise the briefing Produce a structured briefing: ``` MORNING BRIEF — [date] INCIDENTS: [list or "None"] TODAY'S CAPACITY: [fill rate, provider status, actions] REGULATORY: [upcoming deadlines or "Clear for 30 days"] RED FLAGS: [metrics of concern or "All metrics normal"] TOP 3 PRIORITIES TODAY: 1. [most urgent — explain why] 2. [second priority] 3. [third priority] ``` ## Step 6: Update context Update `context/CONTEXT.md` with any new incidents, deadline changes, or alerts. ## Safety layer Before finalising this briefing, verify: 1. No clinical safety concern has been missed or downplayed 2. No regulatory deadline has been overlooked 3. If any incident involves patient harm, it has been flagged for immediate escalation — not deferred to "later" 4. If uncertain about any regulatory obligation, state: "Verify with your regulatory/governance lead" Suggest next: If incidents were logged → `/incident-response`. If capacity concerns → `/ops-plan`. If regulatory deadlines approaching → `/compliance-check`.