From product-management
Review and analyze product metrics with trend analysis and actionable insights
How this command is triggered — by the user, by Claude, or both
Slash command
/product-management:metrics-review <time period or metric focus>The summary Claude sees in its command listing — used to decide when to auto-load this command
# Metrics Review > If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](../CONNECTORS.md). Review and analyze product metrics, identify trends, and surface actionable insights. ## Workflow ### 1. Gather Metrics Data **If ~~product analytics data is in DuckDB** (see [DUCKDB.md](../DUCKDB.md)): - Query key product metrics for the relevant time period - Query comparison data (previous period, same period last year, targets) - Query segment breakdowns if available If no analytics data is available, ask the user to provide: - The metrics and th...
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
Review and analyze product metrics, identify trends, and surface actionable insights.
If ~~product analytics data is in DuckDB (see DUCKDB.md):
If no analytics data is available, ask the user to provide:
Ask the user:
Structure the review using the metrics hierarchy from the metrics-tracking skill: North Star metric at the top, L1 health indicators (acquisition, activation, engagement, retention, revenue, satisfaction), and L2 diagnostic metrics for drill-down.
If the user has not defined their metrics hierarchy, help them identify their North Star and key L1 metrics before proceeding.
For each key metric:
Identify correlations:
2-3 sentences: overall product health, most notable changes, key callout.
Table format for quick scanning:
| Metric | Current | Previous | Change | Target | Status |
|---|---|---|---|---|---|
| [Metric] | [Value] | [Value] | [+/- %] | [Target] | [On track / At risk / Miss] |
For each metric worth discussing:
What is going well:
What needs attention:
Specific next steps based on the analysis:
After generating the review:
Use tables for the scorecard. Use clear status indicators. Keep the summary tight — the reader should get the essential story in 30 seconds.
npx claudepluginhub p/agentic-dev-io-product-management-product-management/metrics-reviewReviews specified metrics for changes, diagnoses causes, assesses impacts, and recommends actions in a structured Markdown report with tables and sections.