1---2name: exec-dashboard-blueprint3description: Layout and storytelling guide for marketing analytics executive dashboards.4---5
6# Executive Dashboard Blueprint Skill
7
8## When to Use
9- Preparing ELT/board-ready snapshots of marketing performance.
10- Standardizing dashboard layout across BI, RevOps, and marketing teams.
11- Packaging insights from `/marketing-analytics` commands into clear narratives.
12
13## Framework
141. **Story Arc** – headline → KPI spine → risks/opps → actions.
152. **KPI Tiles** – awareness, demand, pipeline, revenue, efficiency metrics with traffic lights.
163. **Drill Cards** – channel, campaign, and audience breakouts linking to deeper views.
174. **Insight Callouts** – annotate anomalies, root causes, and required decisions.
185. **Action Register** – owners, due dates, and follow-ups surfaced alongside metrics.
19
20## Templates
21- 3-slide deck structure (headline, KPIs, actions).
22- Dashboard wireframe with recommended chart types + layout.
23- Annotation checklist ensuring context + next steps accompany data.
24- **GTM Agents KPI Guardrail Sheet** – baseline vs target vs alert ranges for reach, pipeline, win rate, CAC payback @puerto/README.md#214-241.
25- **Measurement Spec** – metric definitions, filters, refresh cadence, owner column.
26- **Weekly Exec Packet** – combines dashboard screenshots, narrative summary, decision log (mirrors GTM Agents Data Analyst deliverable).
27
28## Tips
29- Limit each dashboard view to one primary objective to avoid overload.
30- Embed links back to commands (`produce-campaign-report`, `monitor-channel-pacing`) for drilldowns.
31- Archive monthly snapshots for trend storytelling.
32- Adopt GTM Agents cadence: Monday data QA, Tuesday ELT preview, Thursday exec meeting, Friday retro + action register updates.
33- Highlight which KPIs are within guardrail, trending to alert, or breaching (RAG) so leadership can react quickly.
34- Pair with `docs/gtm-essentials.md` tools: Context7 for latest GA4 docs, Serena for patching data models, Sequential Thinking for retro facilitation.
35
36## GTM Agents Dashboard Governance Overlay
371. **Data QA Loop** – run freshness + anomaly checks before distributing (log results in audit trail).
382. **Narrative Structure** – use Story Arc to link KPI shifts to drivers and required decisions.
393. **Action Register** – every dashboard delivery must include owner, due date, and status for prescribed actions.
404. **Escalation** – if guardrail breach persists >2 weeks, escalate to Chief Product Officer / Sales Director per GTM Agents governance.
41
42## KPI Guardrails (GTM Agents Reference)
43- Awareness (reach/impressions) ±8% window before alerting; >12% triggers campaign review.
44- Pipeline add ≥3x quota per quarter; warn at 2.5x.
45- Win rate ≥25% for in-quarter commit; escalate if <20%.
46- CAC payback ≤14 months; escalate if >16 months.
47
48## Weekly Exec Packet Outline
49```
501. Headline + KPI spine (traffic lights per guardrail)
512. Insights & Drivers – 3 bullets tying KPI movement to channels/programs
523. Required Decisions – what leadership must approve/block
534. Action Register – owner, due date, status
545. Appendix – detailed drill cards + methodology
55```
56
57## Tool Hooks
58- **Context7** – fetch current platform docs (GA4, Salesforce) referenced in measurement specs.
59- **Serena** – update BI repo SQL notebooks or dbt models safely.
60- **Sequential Thinking** – facilitate monthly retros and architecture of dashboard iterations.
61- **Playwright** – capture dashboard screenshots or verify embedded web components before distribution.
62
63---