Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aj-geddes avatar

Kpi Dashboard Design

  • 456 installs
  • 305 repo stars
  • Updated March 4, 2026
  • aj-geddes/useful-ai-prompts

kpi-dashboard-design is an AI prompt skill that plans executive and team dashboards tracking north-star metrics, funnels, cohorts, and alerts for developers who need actionable analytics specs before building BI views.

About

kpi-dashboard-design is a prompt skill from aj-geddes/useful-ai-prompts that helps developers and data-minded engineers draft KPI dashboard plans before touching BI tools. It structures north-star metrics, conversion funnels, retention cohorts, and threshold alerts tied to concrete business decisions so engineering teams know which charts, filters, and drill-downs to implement in Metabase, Looker, Grafana, or custom admin panels. Use kpi-dashboard-design when stakeholders ask for an executive overview or team ops board and you need a defensible metric hierarchy instead of ad-hoc SQL charts. The output is a specification-ready blueprint, not live queries.

  • North-star and supporting metric selection
  • Funnel and cohort visualizations
  • Drill-down and filter patterns
  • Alert thresholds and anomaly flags
  • Stakeholder-specific view layouts

Kpi Dashboard Design by the numbers

  • 456 all-time installs (skills.sh)
  • Ranked #471 of 2,064 Data Science & ML skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill kpi-dashboard-design

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs456
repo stars305
Last updatedMarch 4, 2026
Repositoryaj-geddes/useful-ai-prompts

How do you design a KPI dashboard with funnels and cohorts?

Plan executive and team dashboards that track north-star metrics, funnels, cohorts, and alerts tied to business decisions.

Who is it for?

Developers or tech leads preparing analytics implementations who need a structured KPI and funnel plan before building BI dashboards.

Skip if: Skip kpi-dashboard-design when you only need SQL queries written, ETL pipeline code, or a finished Grafana JSON export without planning.

When should I use this skill?

The user asks to design a KPI dashboard, define north-star metrics, or plan funnel and cohort executive views.

What you get

Dashboard wireframe spec, metric hierarchy, funnel definitions, cohort views, and alert threshold documentation.

  • KPI dashboard specification
  • metric hierarchy document
  • alert threshold plan

Files

SKILL.mdMarkdownGitHub ↗

KPI Dashboard Design

Table of Contents

Overview

Effective KPI dashboards make performance visible, enable data-driven decisions, and help teams align around shared goals.

When to Use

  • Creating performance measurement systems
  • Leadership reporting and visibility
  • Operational monitoring
  • Project progress tracking
  • Team performance management
  • Customer health monitoring
  • Financial reporting

Quick Start

Minimal working example:

# Select relevant, measurable KPIs

class KPISelection:
    KPI_CRITERIA = {
        'Relevant': 'Directly aligned with business strategy',
        'Measurable': 'Can be quantified and tracked',
        'Actionable': 'Team can influence the metric',
        'Timely': 'Measured frequently (daily/weekly)',
        'Bounded': 'Has clear target/threshold',
        'Simple': 'Easy to understand'
    }

    def identify_business_goals(self):
        """Map goals to KPIs"""
        return {
            'Revenue Growth': [
                'Monthly Recurring Revenue (MRR)',
                'Annual Recurring Revenue (ARR)',
                'Customer Lifetime Value (CLV)',
                'Average Revenue Per User (ARPU)'
            ],
            'Customer Acquisition': [
                'Customer Acquisition Cost (CAC)',
                'Conversion Rate',
                'Traffic to Lead Rate',
// ... (see reference guides for full implementation)

Reference Guides

Detailed implementations in the references/ directory:

GuideContents
KPI Selection FrameworkKPI Selection Framework
Dashboard DesignDashboard Design
Dashboard ImplementationDashboard Implementation
KPI Monitoring & GovernanceKPI Monitoring & Governance

Best Practices

✅ DO

  • Start with business goals, not data
  • Limit dashboards to 5-7 core metrics
  • Include both leading and lagging indicators
  • Assign clear metric ownership
  • Update dashboards regularly
  • Make drill-down available
  • Use visual hierarchy effectively
  • Test with actual users
  • Include context and benchmarks
  • Document metric definitions

❌ DON'T

  • Create dashboards without clear purpose
  • Include too many metrics (analysis paralysis)
  • Forget about data quality
  • Build without stakeholder input
  • Use confusing visualizations
  • Leave dashboards stale
  • Ignore mobile viewing experience
  • Skip training on dashboard usage
  • Create metrics no one can influence
  • Change metrics frequently

Related skills

FAQ

What does kpi-dashboard-design produce?

kpi-dashboard-design produces a structured dashboard plan covering north-star metrics, funnel stages, cohort views, and alert thresholds linked to business decisions. The skill outputs specification-ready guidance developers can implement in BI or custom admin tools.

Is kpi-dashboard-design a BI tool?

kpi-dashboard-design is a planning prompt skill, not a live BI connector. It helps developers define which metrics, charts, and alerts belong on executive or team dashboards before writing SQL, Grafana panels, or Looker explores.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.