← Index

Stage 4 — Executive Dashboard

Stark Industries PMO · 4 widgets · zero manual work for Pepper

BUILD IN PROGRESS

4 widgets on a single dashboard, all connected to the Portfolio and Intake boards. Every widget feeds directly from live board data — no spreadsheets, no manual updates. The SLA Compliance widget is a simplified count for now; it becomes a true % formula in Stage 5.

Dashboard Widgets
Portfolio Health
Chart (Pie) — Status column breakdown across all Portfolio items
Source: Portfolio Board · Status column
#
SLA Compliance
Number — Count of Approved + Rejected items
Source: Portfolio Board · Status column (→ % formula in Stage 5)
Active Projects Table
Table — Approved items: name, PM, status, timeline
Source: Portfolio Board · filtered Status = Approved
Department Load
Chart (Bar) — Request volume by department
Source: Intake Board · Department column
          flowchart TD
            INTAKE[" Intake Board\nDepartment · Status"]
            PORTFOLIO[" Portfolio Board\nStatus · PM · Timeline"]
            DASH[" Executive Dashboard\n4 widgets"]

            INTAKE -->|"Department column"| W4["Widget 4\nDepartment Load\nBar chart"]
            PORTFOLIO -->|"Status column"| W1["Widget 1\nPortfolio Health\nPie chart"]
            PORTFOLIO -->|"Status column"| W2["Widget 2\nSLA Compliance\nNumber"]
            PORTFOLIO -->|"Name · PM · Timeline"| W3["Widget 3\nActive Projects\nTable"]

            W1 --> DASH
            W2 --> DASH
            W3 --> DASH
            W4 --> DASH

            DASH --> RESULT[" Zero manual work\nfor Pepper"]
        
Chart widget
Number widget
Table widget
Bar chart widget
Zero manual work for Pepper. Every widget feeds directly from the connected boards. No more pulling data from spreadsheets into PowerPoint. The dashboard updates live as items move through the pipeline.

SLA Compliance note: Currently counts completed decisions (Approved + Rejected). In Stage 5, the Completeness Score formula enables a true on-time % — items decided within 5 days divided by total submitted. The architecture is ready; the formula column is the next build.