From wire
Summarizes B2B account health by analyzing usage patterns, engagement trends, risk signals, and expansion opportunities. Use for customer success reviews, renewal preparation, QBRs, or account prioritization.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wire:analyze-account-healthThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before proceeding, append a one-line entry to `.wire/execution_log.md`:
Before proceeding, append a one-line entry to .wire/execution_log.md:
| YYYY-MM-DD HH:MM | skill | analyze-account-health | activated | B2B account-health analysis triggered this skill |
If .wire/execution_log.md does not exist, create it with the standard header first (see specs/utils/execution_log.md). If no .wire/ directory exists in the current repo, skip this step.
Deep-dive into a B2B account's product usage to prepare for QBRs, assess renewal risk, identify expansion opportunities, or prioritize CS outreach.
Get the account identifier:
Search for existing work:
Use Amplitude:search to find existing dashboards, charts, or notebooks for this account. If found, ask user if they want fresh analysis or to review existing.
Use Amplitude:query_dataset to run these queries in parallel:
Usage Trend:
_active, Metric: uniques, Group by: account propertyEngagement Quality:
User Momentum:
Classify Health:
Use Amplitude:query_dataset with user-level groupBy:
Power Users:
Churned Users:
License Utilization:
Use Amplitude:query_dataset grouped by events/features:
Feature Breadth:
Feature Trends:
Focus based on health:
Get feedback sources:
Use Amplitude:get_feedback_sources to see what's available.
Get feedback insights:
Use Amplitude:get_feedback_insights filtered by:
bug, painPoint, complaint, request, lovedFeatureGet specific mentions:
For top 3-5 insights, use Amplitude:get_feedback_mentions to get quotes.
Correlate with behavior:
Structure output as follows:
[2-3 sentences: Health score, key trend, primary recommendation]
[One sentence rationale with key metric]
| Metric | Current | Trend | Status |
|---|---|---|---|
| MAU | X | ↑↓→ Y% | 🟢🟡🔴 |
| DAU/MAU | X% | ↑↓→ Y% | 🟢🟡🔴 |
| License Utilization | X% | ↑↓→ | 🟢🟡🔴 |
| Features Adopted | X/Y | ↑↓→ | 🟢🟡🔴 |
High Usage: [Feature] - [X users] (↑Y%) Declining: [Feature] - [X users] (↓Y%) - Investigate Untapped (Upsell): [Premium feature] - Could solve [pain point]
Churn Risks:
Expansion Signals:
npx claudepluginhub rittmananalytics/wire-plugin --plugin wireProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.