The Strategy Dashboard is the CTO and CFO's window into the Autonomous Enterprise. It writes nothing, decides nothing, and infers nothing — it reads the operational outputs of all seven preceding modules and presents them as a unified intelligence layer. The dashboard is only meaningful because the seven modules beneath it are running. It is the capstone, not the foundation.
The Strategy Dashboard's dependency on all seven operational modules is its defining architectural characteristic. It cannot be deployed before every module it reads from is live — and the value of each additional module going live is immediately visible in the dashboard. The Strategy Dashboard is the measure of how complete the AE Suite deployment is.
| Panel | BigQuery materialised view | Source datasets | Refresh | What the CTO sees |
|---|---|---|---|---|
| Pipeline Health | sd_pipeline_health | ae_ccai · ae_contracts · ae_financial | 15 min | Inbound inquiries → qualified leads → contracted → revenue recognised. Funnel with counts and conversion rates per stage. |
| Revenue Recognition | sd_revrec_posture | ae_financial · ae_audit.hitl_events | 5 min | ASC 606 classification breakdown (SALE / MULTI-ELEMENT / SERVICE) · HITL-04 queue depth · override rate trend · month-to-date recognised revenue. |
| Fleet Intelligence | sd_fleet_intelligence | ae_devices · ae_audit.hitl_events | 1 hour | 12,000-unit RUL heatmap by region and risk tier. Fleet anomaly rate. Active HITL-06 and HITL-07 counts. Units in critical RUL zone (<14 days). |
| Financial Risk | sd_finrisk_posture | ae_finrisk · ae_audit.hitl_events | 5 min | 30-day anomaly alert history by severity tier. Open HITL-08 count. Average resolution time. Alert volume trend vs 90-day baseline. |
| Compliance Posture | sd_compliance_posture | ae_audit.hitl_events · ae_governance · Vertex AI Model Registry | 1 hour | EU AI Act scorecard: all HITL checkpoints green/amber/red by SLA completion rate. Model Card currency (days since last review). Data quality scores by source. |
The Strategy Dashboard does not query the operational ae_ datasets directly in Looker Studio. Each panel reads from a named BigQuery materialised view that is refreshed on a schedule. This isolates dashboard query load from operational dataset write performance, enables query result caching, and gives each panel a clearly documented source of truth that can be audited independently.
The Strategy Dashboard has the simplest state machine in the suite. It is not an agent in the ADK sense — it is a scheduled refresh process and a Looker Studio rendering layer. The only non-trivial state transition is the compliance alert: if any HITL checkpoint's 7-day SLA completion rate drops below 90%, the compliance panel turns amber automatically.
The data flow for the Strategy Dashboard is unusual — it is the CTO's browser session, not a data pipeline event. The sequence shows which BigQuery materialised views are queried in which order as the five panels render, and what the CTO sees in each panel for a representative Monday morning in a full H3 deployment.
The Strategy Dashboard mockup shows all five panels in a representative Monday morning state — healthy pipeline, normal RevRec queue, one critical fleet unit (MCH-0042, already familiar from five preceding module demos), no open financial anomalies, and a green EU AI Act compliance scorecard.
The Strategy Dashboard demo is the portfolio's capstone moment — it shows that all eight modules are running, producing data, and presenting a unified intelligence view. The München unit (MCH-0042) appears in the fleet panel, linking back to ContractGuard, RevRec AI, and Asset IQ. The compliance panel shows green across all eleven HITL checkpoints.
The Strategy Dashboard is the final module. Every module page follows the same seven-section template, draws on the same München account narrative, and produces the same SHAP-before-HITL audit pattern. The portfolio design is complete.