# Phase 10.7 - Leadership Huddle Daily Report

## Purpose

Phase 10.7 adds a top-level daily leadership briefing page. It consolidates current hospital KPIs, executive attention items, review progress, governance/accountability, management notes and previous-operational-day comparison into one read-only report.

## URL

`index.php?page=leadership-huddle&lang=en`

Arabic is available with `lang=ar`.

## Main sections

- Executive status and data freshness
- Eight headline KPIs
- Top five unresolved executive priorities
- Today vs previous operational day comparison
- Review progress and governance summary
- Actions and accountability table
- Latest human management notes
- Print-ready daily report layout

## Data sources

The page reuses existing production sources only:

- `DASH_EXEC_SUMMARY_KPI`
- Current Executive Action worklist
- `DASH_EXEC_ACTION_REVIEW`
- `DASH_EXEC_ACTION_GOV`

No SQL migration is required.

## Safety

Phase 10.7 is read-only. It does not insert, update or delete review, governance, summary or audit rows.

## QA

Open:

`public/leadership-huddle-daily-report-qa.php?hospital=njch`

Or run:

```powershell
powershell -ExecutionPolicy Bypass -File tools\E23_H107_Leadership_Huddle_Daily_Report_QA.ps1 -BaseUrl http://localhost -Hospital njch
```
