From aj-geddes-useful-ai-prompts-4
Designs and builds KPI dashboards: select relevant metrics, visualize data effectively, and communicate insights to stakeholders. Includes KPI selection framework, dashboard layout, and monitoring governance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aj-geddes-useful-ai-prompts-4:kpi-dashboard-designThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [Overview](#overview)
Effective KPI dashboards make performance visible, enable data-driven decisions, and help teams align around shared goals.
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)
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| KPI Selection Framework | KPI Selection Framework |
| Dashboard Design | Dashboard Design |
| Dashboard Implementation | Dashboard Implementation |
| KPI Monitoring & Governance | KPI Monitoring & Governance |
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin aj-geddes-useful-ai-prompts-4Builds or redesigns performance dashboards aligned to strategy using Balanced Scorecard and OKR frameworks. Guides metric selection, audience definition, and leading/lagging indicator separation.
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
Designs effective KPI dashboards with proper metric selection, visual hierarchy, and data visualization best practices. Use when building executive dashboards, creating analytics views, or presenting business metrics.