Design a product metrics dashboard with North Star metric, input metrics, health metrics, and alert thresholds
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-pm-skills-bd104fa79f08 ,按照其中的说明把「setup-metrics」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Design a comprehensive metrics framework for your product or feature — from selecting the right North Star to defining alert thresholds that catch problems early.
/setup-metrics SaaS project management tool
/setup-metrics New checkout flow we just launched
/setup-metrics # asks what you're measuring
Ask the user:
Apply the metrics-dashboard skill:
North Star Metric:
Input Metrics (3-5):
Health Metrics (3-5):
Counter-Metrics (1-2):
For each metric:
| Metric | Green | Yellow | Red | Check Frequency |
|---|---|---|---|---|
| [metric] | [healthy range] | [warning] | [critical] | [daily/weekly] |
## Metrics Dashboard: [Product/Feature]
**North Star**: [metric name]
**Definition**: [precise formula]
**Current value**: [if known]
**Target**: [goal]
### Input Metrics
| Metric | Definition | Owner | Target | Current |
|--------|-----------|-------|--------|---------|
### Health Metrics
| Metric | Healthy Range | Yellow Threshold | Red Threshold |
|--------|-------------|-----------------|---------------|
### Counter-Metrics
| Metric | Why It Matters | Watch For |
|--------|---------------|-----------|
### Metrics Tree
North Star: [metric]
├── Input: [metric 1] → driven by [team/action]
├── Input: [metric 2] → driven by [team/action]
├── Input: [metric 3] → driven by [team/action]
└── Counter: [metric] → watch for [degradation signal]
### Implementation Notes
- Data sources: [where each metric comes from]
- Refresh frequency: [real-time / hourly / daily]
- Tool recommendations: [based on user's stack]
### Review Cadence
- **Daily**: Glance at North Star and health metrics
- **Weekly**: Review input metrics trends, discuss in team standup
- **Monthly**: Deep dive — are inputs driving the North Star as expected?
- **Quarterly**: Reassess the metrics framework itself
Save as a markdown file to the user's workspace.