customer-health-scorecard

Create or update a customer health scorecard

16 stars

Best use case

customer-health-scorecard is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Create or update a customer health scorecard

Teams using customer-health-scorecard should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/customer-health-scorecard/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/tools/customer-health-scorecard/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/customer-health-scorecard/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How customer-health-scorecard Compares

Feature / Agentcustomer-health-scorecardStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Create or update a customer health scorecard

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

## Document Intelligence

This skill supports three modes: **Create**, **Update**, and **Find**.

### Mode Detection

| Signal | Mode | Confidence |
|--------|------|------------|
| "update", "revise", "refresh" in input | UPDATE | 100% |
| File path provided (`@path/to/scorecard.md`) | UPDATE | 100% |
| "create", "new", "draft" in input | CREATE | 100% |
| "find", "search", "list scorecards" | FIND | 100% |
| "the scorecard", "[Customer] health" | UPDATE | 85% |
| Just customer name/segment | CREATE | 60% |

**Threshold**: ≥85% auto-proceed | 70-84% state assumption | <70% ask user

### Mode Behaviors

**CREATE**: Generate complete new health scorecard using template below.

**UPDATE**:
1. Read existing scorecard (search if path not provided)
2. Preserve structure, update metrics with new data
3. Add new month to Historical Trend
4. Recalculate health scores
5. Show diff summary: "Updated scores. Previous: X/100 → Current: Y/100."

**FIND**:
1. Search paths below for health scorecards
2. Present results: customer, current score, last updated
3. Ask: "Update one of these, or create new?"

### Search Locations for Health Scorecards

- `customers/`
- `health/`
- `customer-success/`
- `accounts/`

---

Create a **Customer Health Scorecard** for the specified customer or segment.

## V2V Phase
**Phase 5: Business & Customer Outcomes** - This skill tracks customer health indicators.

## Output Structure

### 1. Overall Health Score
**Score: X/100** [🟢 Healthy / 🟡 At Risk / 🔴 Critical]

| Component | Weight | Score | Weighted Score |
|-----------|--------|-------|----------------|
| Engagement | X% | X/100 | X |
| Adoption | X% | X/100 | X |
| Support | X% | X/100 | X |
| Relationship | X% | X/100 | X |
| **Total** | 100% | | X/100 |

### 2. Engagement Metrics

| Metric | Current | Target | Trend | Score |
|--------|---------|--------|-------|-------|
| DAU/MAU | X% | X% | ↑/↓/→ | X/100 |
| Session frequency | X/week | X/week | ↑/↓/→ | X/100 |
| Session duration | X min | X min | ↑/↓/→ | X/100 |
| Feature usage breadth | X% | X% | ↑/↓/→ | X/100 |

### 3. Adoption Metrics

| Metric | Current | Target | Trend | Score |
|--------|---------|--------|-------|-------|
| Activated users | X% | X% | ↑/↓/→ | X/100 |
| Use cases live | X/X | X/X | ↑/↓/→ | X/100 |
| Integration depth | X | X | ↑/↓/→ | X/100 |
| Admin engagement | X | X | ↑/↓/→ | X/100 |

### 4. Support Metrics

| Metric | Current | Target | Trend | Score |
|--------|---------|--------|-------|-------|
| Ticket volume | X/month | X/month | ↑/↓/→ | X/100 |
| Resolution time | X hours | X hours | ↑/↓/→ | X/100 |
| Escalations | X | X | ↑/↓/→ | X/100 |
| Satisfaction (CSAT) | X% | X% | ↑/↓/→ | X/100 |

### 5. Relationship Metrics

| Metric | Current | Trend | Score |
|--------|---------|-------|-------|
| Executive sponsor engaged | Yes/No | - | X/100 |
| Champion identified | Yes/No | - | X/100 |
| QBR participation | X% | ↑/↓/→ | X/100 |
| NPS score | X | ↑/↓/→ | X/100 |

### 6. Expansion Signals

| Signal | Status | Implication |
|--------|--------|-------------|
| Approaching usage limits | 🟢/🟡/🔴 | [Opportunity/Risk] |
| New use case interest | 🟢/🟡/🔴 | [Opportunity/Risk] |
| Team growth | 🟢/🟡/🔴 | [Opportunity/Risk] |
| Contract renewal approaching | 🟢/🟡/🔴 | [Opportunity/Risk] |

### 7. Churn Risk Indicators

| Indicator | Status | Impact | Action |
|-----------|--------|--------|--------|
| Usage decline | 🟢/🟡/🔴 | High/Med/Low | [Action] |
| Champion departure | 🟢/🟡/🔴 | High/Med/Low | [Action] |
| Support escalations | 🟢/🟡/🔴 | High/Med/Low | [Action] |
| Competitive evaluation | 🟢/🟡/🔴 | High/Med/Low | [Action] |

### 8. Action Recommendations

**Immediate (This Week):**
| Action | Owner | Due Date |
|--------|-------|----------|
| [Action] | [Owner] | [Date] |

**This Month:**
| Action | Owner | Due Date |
|--------|-------|----------|
| [Action] | [Owner] | [Date] |

### 9. Historical Trend

| Month | Health Score | Key Events |
|-------|--------------|------------|
| [Month -3] | X/100 | [Events] |
| [Month -2] | X/100 | [Events] |
| [Month -1] | X/100 | [Events] |
| Current | X/100 | [Events] |

## Instructions

1. Ask about specific customer if not specified
2. Reference any customer data provided via @file syntax
3. Include both leading and lagging indicators
4. Provide specific, actionable recommendations
5. Save as markdown file
6. Offer to create presentation version using /present

Related Skills

Zendesk Customer Context

16
from diegosouzapw/awesome-omni-skill

Ticket history, requester context

Dependency Health Check

16
from diegosouzapw/awesome-omni-skill

Assess dependency health across CVE exposure, freshness, maintainer risk, and license compatibility

u01884-handoff-contracting-for-healthcare-operations

16
from diegosouzapw/awesome-omni-skill

Operate the "Handoff Contracting for healthcare operations" capability in production for healthcare operations workflows. Use when mission execution explicitly requires this capability and outcomes must be reproducible, policy-gated, and handoff-ready.

customer-discovery

16
from diegosouzapw/awesome-omni-skill

Find where potential customers discuss problems online and extract their language patterns. Provides starting points for community research, not exhaustive coverage.

apple-health-fitness

16
from diegosouzapw/awesome-omni-skill

Query Health and Fitness data from Apple Health app including activity, workouts, heart rate, sleep, and health metrics. Use when user asks about health stats, fitness activity, workouts, sleep data, or health metrics.

storefront-health

16
from diegosouzapw/awesome-omni-skill

Run a storefront performance audit with Lighthouse and Core Web Vitals analysis

ln-774-healthcheck-setup

16
from diegosouzapw/awesome-omni-skill

Configures health check endpoints for Kubernetes readiness/liveness/startup

healthcare-ui-design

16
from diegosouzapw/awesome-omni-skill

Clinical-grade UI/UX patterns for healthcare applications across web (Bootstrap 5/Tabler + PHP) and Android (Jetpack Compose + Material 3). Covers patient records, vital signs, medication safety, care plans, scheduling, telemedicine, dashboards, patient portals, and clinical communication. Enforces HIPAA compliance, WCAG 2.2 AA accessibility, medical safety workflows, and role-based interfaces for clinicians, nurses, patients, and administrators. Use when building or reviewing EMR/EHR systems, hospital management, clinic apps, telemedicine platforms, patient portals, health dashboards, or any healthcare-related interface.

health-check

16
from diegosouzapw/awesome-omni-skill

Check health status of all running services and dependencies. Use when verifying services are running, debugging connectivity issues, or monitoring system status.

customer-meeting-intelligence

16
from diegosouzapw/awesome-omni-skill

Comprehensive meeting intelligence system for customer-facing calls. Provides proactive pre-call briefings with account context, post-meeting action item extraction with draft approval, and thread continuity. Use when you need: (1) automated morning briefings for customer meetings, (2) post-meeting action item extraction from Fellow.ai and Gmail Gemini notes, (3) draft approval workflow before posting meeting notes, (4) customer context gathering including billing, support tickets, and communication history, (5) meeting follow-up automation with account intelligence.

analyzing-customers

16
from diegosouzapw/awesome-omni-skill

Analyzes customer behavior, needs, pain points, and sentiment through review mining, social listening, buyer persona development, and jobs-to-be-done framework. Use when the user requests customer analysis, voice of customer research, buyer personas, pain point analysis, or wants to understand customer needs and motivations.

aeo-scorecard

16
from diegosouzapw/awesome-omni-skill

Measurement framework for Answer Engine Optimization (AEO). Provides AI visibility metrics, share of voice tracking, citation monitoring, and referral demand measurement. Use when discussing AEO/GEO metrics or AI visibility performance.