mirror of
https://github.com/phuryn/pm-skills.git
synced 2026-06-10 13:34:56 +03:00
Updated metadata, added Product Strategy Canvas, Startup Canvas, Value Proposition Template
This commit is contained in:
@@ -2,33 +2,17 @@
|
||||
|
||||
Data analytics skills for PMs: SQL query generation and cohort analysis. Analyze user data, generate queries, and identify retention patterns.
|
||||
|
||||
## Overview
|
||||
## Skills (3)
|
||||
|
||||
This plugin provides 3 skills and 3 commands for product managers.
|
||||
|
||||
## Skills
|
||||
|
||||
- **ab-test-analysis** — Analyze A/B test results with statistical significance, sample size validation, confidence intervals, and actionable ...
|
||||
- **ab-test-analysis** — Analyze A/B test results with statistical significance, sample size validation, confidence intervals, and actionable recommendations.
|
||||
- **cohort-analysis** — Perform cohort analysis on user engagement data.
|
||||
- **sql-queries** — Generate SQL queries from natural language descriptions.
|
||||
|
||||
## Commands
|
||||
## Commands (3)
|
||||
|
||||
- `/pm-data-analytics:analyze-cohorts` — Perform cohort analysis on user data — retention curves, feature adoption, and engagement trends
|
||||
- `/pm-data-analytics:analyze-test` — Analyze A/B test results — statistical significance, sample size validation, and ship/extend/stop recommendations
|
||||
- `/pm-data-analytics:write-query` — Generate SQL queries from natural language — supports BigQuery, PostgreSQL, MySQL, and more
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
/install pm-data-analytics
|
||||
```
|
||||
|
||||
Or use directly:
|
||||
|
||||
```bash
|
||||
cc --plugin-dir /path/to/pm-data-analytics
|
||||
```
|
||||
- `/pm-data-analytics:analyze-cohorts` — Perform cohort analysis on user data — retention curves, feature adoption, and engagement trends.
|
||||
- `/pm-data-analytics:analyze-test` — Analyze A/B test results — statistical significance, sample size validation, and ship/extend/stop recommendations.
|
||||
- `/pm-data-analytics:write-query` — Generate SQL queries from natural language — supports BigQuery, PostgreSQL, MySQL, and more.
|
||||
|
||||
## Author
|
||||
|
||||
|
||||
Reference in New Issue
Block a user