Exec dashboard blueprint
Quick answer
- 01What is it?
- When to Use Preparing ELT/board-ready snapshots of marketing performance. It stands out by giving marketing analytics a defined shape, so the agent asks for better context and returns a more usable result.
- 02Inputs
- Context for marketing analytics: your goals, audience, constraints, and any source material the skill asks for.
- 03Output
- A ready-to-use result for marketing analytics: the analysis, copy, or recommendations the agent produces.
Add this skill
Install as a package
Installs this one skill package for your coding agent, including any supporting files that skill ships with — not every skill in the repository. Read the tutorial.
$ npx skills add gtmagents/gtm-agents --skill exec-dashboard-blueprintSkill instructions
The instruction file for this skill. The skill also includes other files you need to install to use it.
Executive Dashboard Blueprint Skill
When to Use
- Preparing ELT/board-ready snapshots of marketing performance.
- Standardizing dashboard layout across BI, RevOps, and marketing teams.
- Packaging insights from
/marketing-analyticscommands into clear narratives.
Framework
- Story Arc – headline → KPI spine → risks/opps → actions.
- KPI Tiles – awareness, demand, pipeline, revenue, efficiency metrics with traffic lights.
- Drill Cards – channel, campaign, and audience breakouts linking to deeper views.
- Insight Callouts – annotate anomalies, root causes, and required decisions.
- Action Register – owners, due dates, and follow-ups surfaced alongside metrics.
Templates
- 3-slide deck structure (headline, KPIs, actions).
- Dashboard wireframe with recommended chart types + layout.
- Annotation checklist ensuring context + next steps accompany data.
- GTM Agents KPI Guardrail Sheet – baseline vs target vs alert ranges for reach, pipeline, win rate, CAC payback @puerto/README.md#214-241.
- Measurement Spec – metric definitions, filters, refresh cadence, owner column.
- Weekly Exec Packet – combines dashboard screenshots, narrative summary, decision log (mirrors GTM Agents Data Analyst deliverable).
Tips
- Limit each dashboard view to one primary objective to avoid overload.
- Embed links back to commands (
produce-campaign-report,monitor-channel-pacing) for drilldowns. - Archive monthly snapshots for trend storytelling.
- Adopt GTM Agents cadence: Monday data QA, Tuesday ELT preview, Thursday exec meeting, Friday retro + action register updates.
- Highlight which KPIs are within guardrail, trending to alert, or breaching (RAG) so leadership can react quickly.
- Pair with
docs/gtm-essentials.mdtools: Context7 for latest GA4 docs, Serena for patching data models, Sequential Thinking for retro facilitation.
GTM Agents Dashboard Governance Overlay
- Data QA Loop – run freshness + anomaly checks before distributing (log results in audit trail).
- Narrative Structure – use Story Arc to link KPI shifts to drivers and required decisions.
- Action Register – every dashboard delivery must include owner, due date, and status for prescribed actions.
- Escalation – if guardrail breach persists >2 weeks, escalate to Chief Product Officer / Sales Director per GTM Agents governance.
KPI Guardrails (GTM Agents Reference)
- Awareness (reach/impressions) ±8% window before alerting; >12% triggers campaign review.
- Pipeline add ≥3x quota per quarter; warn at 2.5x.
- Win rate ≥25% for in-quarter commit; escalate if <20%.
- CAC payback ≤14 months; escalate if >16 months.
Weekly Exec Packet Outline
1. Headline + KPI spine (traffic lights per guardrail)
2. Insights & Drivers – 3 bullets tying KPI movement to channels/programs
3. Required Decisions – what leadership must approve/block
4. Action Register – owner, due date, status
5. Appendix – detailed drill cards + methodology
Tool Hooks
- Context7 – fetch current platform docs (GA4, Salesforce) referenced in measurement specs.
- Serena – update BI repo SQL notebooks or dbt models safely.
- Sequential Thinking – facilitate monthly retros and architecture of dashboard iterations.
- Playwright – capture dashboard screenshots or verify embedded web components before distribution.
Common questions
How do I install Exec dashboard blueprint in Cursor, Claude Code, or Codex?
Run npx skills add gtmagents/gtm-agents --skill exec-dashboard-blueprint in the project where you want it, then ask your agent for the skill by name. The --skill flag installs only Exec dashboard blueprint, not every skill in the repository.
Where does Exec dashboard blueprint come from and what license is it under?
Exec dashboard blueprint comes from the gtmagents/gtm-agents repository on GitHub. That repository has 297 GitHub stars. The skill is published under the Apache-2.0 license.
Prefer plain text? Read the Exec dashboard blueprint guide as markdown.
Related skills
More from gtmagents