| name | competency-center |
| description | Competency Center and Business Intelligence knowledge for consulting engagements. Use when working on data architecture, KPI frameworks, dashboards, BI implementation, or analytics enablement. Covers COE establishment, metric design, visualization best practices, and data platform selection. |
Competency Center Solutions Skill
Overview
Provides specialized knowledge for competency center and business intelligence engagements including data architecture design, KPI framework development, dashboard creation, and analytics operating model establishment.
KPI Framework Development
KPI Definition Template
KPI Name: [Name]
Business Owner: [Role]
Definition: [Clear, unambiguous description]
Formula: [Numerator / Denominator]
Unit: [%, $, #, etc.]
Frequency: [Daily/Weekly/Monthly/Quarterly]
Data Source: [System(s)]
Target: [Value and rationale]
Threshold: Red < [X] < Yellow < [Y] < Green
Trend Direction: Higher is Better / Lower is Better
Related KPIs: [Dependencies]
KPI Categories Framework
Strategic KPIs
โโโ Lagging indicators
โโโ Outcome-focused
โโโ Board/Executive level
Operational KPIs
โโโ Leading indicators
โโโ Process-focused
โโโ Management level
Diagnostic KPIs
โโโ Root cause indicators
โโโ Drill-down metrics
โโโ Analyst level
Balanced Scorecard Alignment
| Perspective | Focus | Example KPIs |
|---|
| Financial | Shareholder value | Revenue, Margin, ROIC |
| Customer | Value proposition | NPS, Retention, CSAT |
| Process | Operational excellence | Cycle time, Quality, Cost |
| Learning | Innovation capability | Training, Patents, Engagement |
KPI Hierarchy (Driver Tree)
โโโโโโโโโโโโโโโ
โ Revenue โ
โโโโโโโโฌโโโโโโโ
โโโโโโโโโดโโโโโโโโ
โโโโโโดโโโโโ โโโโโโดโโโโโ
โ Volume โ โ Price โ
โโโโโโฌโโโโโ โโโโโโฌโโโโโ
โโโโโโโโผโโโโโโโ โโโโโโดโโโโโ
โCustomersโUnitsโ โMixโRateโ
โโโโโโโโโโโโโโโโ โโโโโโโโโโโ
Dashboard Design Principles
Information Hierarchy
Dashboard Layout (Z-Pattern Reading):
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ HEADLINE KPIs (1-3 key metrics) โ โ First glance
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ TRENDS โ COMPARISONS โ โ Context
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ DETAIL TABLES / DRILL-DOWN โ โ Analysis
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Visual Selection Guide
| Data Type | Best Visual | Avoid |
|---|
| Single metric | Card/KPI tile | Pie chart |
| Trend over time | Line chart | Bar chart |
| Category comparison | Bar chart | Pie chart (>5 items) |
| Part-to-whole | Stacked bar, treemap | 3D pie |
| Distribution | Histogram, box plot | Line chart |
| Correlation | Scatter plot | Line chart |
| Geographic | Map | Table |
Dashboard Checklist
Color Usage Guidelines
Semantic Colors:
โโโ Green: Good/Positive/On track
โโโ Yellow/Amber: Warning/Caution
โโโ Red: Bad/Negative/Critical
โโโ Blue: Neutral/Informational
โโโ Gray: Secondary/Disabled
Avoid:
โโโ More than 5 colors per visual
โโโ Color as only differentiator (accessibility)
โโโ Bright/saturated colors for large areas
โโโ Red-green only (colorblind users)
Data Architecture Patterns
Data Warehouse Architecture (Kimball)
Source Systems โ Staging โ Data Warehouse โ Data Marts โ BI Tools
โ
Dimension Tables โโ Fact Tables
(Who, What, Where) (Measures)
Dimensional Modeling
Fact Table Design:
fact_sales
โโโ date_key (FK)
โโโ customer_key (FK)
โโโ product_key (FK)
โโโ store_key (FK)
โโโ quantity (Measure)
โโโ revenue (Measure)
โโโ cost (Measure)
โโโ profit (Measure)
Dimension Table Design:
dim_customer
โโโ customer_key (PK)
โโโ customer_id (Natural key)
โโโ customer_name
โโโ segment
โโโ region
โโโ effective_date
โโโ end_date
โโโ is_current (SCD Type 2)
Modern Data Architecture (Lakehouse)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Bronze Layer โ
โ (Raw data, as-is ingestion) โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ Silver Layer โ
โ (Cleaned, conformed, validated) โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ Gold Layer โ
โ (Business-ready, aggregated, modeled) โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Data Quality Framework
Data Quality Dimensions
| Dimension | Definition | Measurement |
|---|
| Accuracy | Data correctly represents reality | Error rate |
| Completeness | All required data present | % populated |
| Consistency | Same data across systems | Match rate |
| Timeliness | Data current and available | Latency |
| Validity | Data conforms to rules | Validation pass rate |
| Uniqueness | No duplicate records | Duplicate rate |
Data Quality Scorecard
Overall Score: [85%]
By Dimension:
โโโ Accuracy: 90%
โโโ Completeness: 85%
โโโ Consistency: 80%
โโโ Timeliness: 95%
โโโ Validity: 88%
โโโ Uniqueness: 92%
By Critical Data Element:
โโโ Customer ID: 99%
โโโ Revenue: 95%
โโโ Date: 100%
โโโ Product Code: 88%
Data Quality Rules Template
| Rule ID | Data Element | Rule Type | Rule Definition | Threshold |
|---|
| DQ-001 | Email | Format | Valid email pattern | 100% |
| DQ-002 | Revenue | Range | > 0 and < $10M | 99.9% |
| DQ-003 | Date | Completeness | Not null | 100% |
COE Operating Model
COE Structure Options
Centralized COE:
โโโ Single team serves entire organization
โโโ Consistent standards and governance
โโโ Resource efficiency
โโโ May create bottleneck
Federated COE:
โโโ Central standards, distributed execution
โโโ Business unit analysts embedded
โโโ Flexibility with governance
โโโ Balance of control and agility
Hybrid COE:
โโโ Core team for platform/standards
โโโ Embedded analysts for business
โโโ Community of practice
โโโ Most common model
COE Service Catalog
| Service | Description | SLA |
|---|
| Dashboard Development | New dashboard creation | 2-4 weeks |
| Report Request | Standard report creation | 1 week |
| Ad-hoc Analysis | One-time analysis | 3-5 days |
| Data Integration | New source onboarding | 4-6 weeks |
| Training | BI tool training | Scheduled |
| Support | Break-fix, questions | 24-48 hours |
COE Roles
| Role | Responsibilities |
|---|
| COE Lead | Strategy, stakeholder management |
| Data Architect | Data modeling, platform design |
| BI Developer | Dashboard/report development |
| Data Engineer | ETL, data pipelines |
| Data Analyst | Analysis, insights, support |
| Data Steward | Quality, governance, definitions |
Platform Selection
BI Platform Comparison Matrix
| Criterion | Power BI | Tableau | Qlik | Looker |
|---|
| Visualization | Good | Excellent | Good | Good |
| Self-Service | Excellent | Good | Good | Fair |
| Governance | Good | Good | Excellent | Excellent |
| Embedded | Good | Good | Good | Excellent |
| Cost | Low | High | Medium | High |
| Learning Curve | Low | Medium | Medium | High |
Data Platform Comparison
| Criterion | Snowflake | Databricks | BigQuery | Redshift |
|---|
| Ease of Use | Excellent | Good | Excellent | Good |
| Performance | Excellent | Excellent | Excellent | Good |
| ML Integration | Good | Excellent | Good | Good |
| Cost Model | Usage | Compute | Usage | Provisioned |
| Data Sharing | Excellent | Good | Good | Fair |
TCO Calculation Template
Total Cost of Ownership (5 Year):
Year 0 (Implementation):
โโโ License/Subscription: $X
โโโ Implementation Services: $X
โโโ Infrastructure: $X
โโโ Training: $X
โโโ Change Management: $X
Annual (Years 1-5):
โโโ License/Subscription: $X
โโโ Infrastructure/Hosting: $X
โโโ Maintenance/Support: $X
โโโ Internal Resources: $X
โโโ Enhancements: $X
Total TCO: $XXX
Cost per User: $XXX
Industry-Specific Metrics
Healthcare
| Metric | Formula |
|---|
| ALOS | Total Patient Days / Discharges |
| CMI | Sum(DRG Weights) / Discharges |
| Readmission Rate | Readmissions / Total Admits |
| Bed Utilization | Occupied Beds / Available Beds |
| HCAHPS | Survey score composite |
Education
| Metric | Formula |
|---|
| Retention Rate | Returning Students / Prior Enrollment |
| Graduation Rate | Graduates / Starting Cohort |
| Net Tuition Revenue | Gross Tuition - Institutional Aid |
| Discount Rate | Institutional Aid / Gross Tuition |
| Yield | Enrolled / Admitted |
Financial Services
| Metric | Formula |
|---|
| Cost-to-Income | Operating Costs / Operating Income |
| NIM | (Interest Income - Interest Expense) / Assets |
| NPL Ratio | Non-Performing Loans / Total Loans |
| CAC | Sales & Marketing / New Customers |
| LTV | Average Revenue per Customer ร Lifetime |
Manufacturing
| Metric | Formula |
|---|
| OEE | Availability ร Performance ร Quality |
| First Pass Yield | Good Units / Total Units |
| Scrap Rate | Scrapped Units / Total Units |
| On-Time Delivery | On-Time Orders / Total Orders |
| Inventory Turns | COGS / Average Inventory |
Implementation Approach
Phase 1: Foundation (4-6 weeks)
- Requirements gathering
- Architecture design
- Platform selection/setup
- Governance framework
Phase 2: Build (6-10 weeks)
- Data integration
- Data modeling
- Dashboard development
- Security configuration
Phase 3: Deploy (2-4 weeks)
- User acceptance testing
- Training delivery
- Go-live support
- Documentation
Phase 4: Sustain (Ongoing)
- Adoption monitoring
- Continuous improvement
- New use cases
- Capability building
References
See references/ folder for:
- KPI templates by industry
- Dashboard examples
- Data model patterns
- Platform comparison details