From pm-data-analytics
Analyzes user cohorts from uploaded CSV data or descriptions, computes retention curves and engagement trends using Python/pandas, generates markdown reports with tables, insights, benchmarks, and recommendations.
npx claudepluginhub lucas-flatwhite/pm-skills-ko --plugin pm-data-analytics<데이터 파일 또는 분석할 내용 설명># /analyze-cohorts -- 코호트 분석 코호트별 사용자 리텐션 및 참여 패턴을 분석합니다. 데이터를 업로드하거나 필요한 내용을 설명하면 리텐션 곡선, 기능 도입 트렌드, 실행 가능한 인사이트를 제공합니다. ## 실행 예시 ## 워크플로 ### Step 1: 데이터 수집 또는 분석 정의 두 가지 경로: - **데이터 있음**: 사용자가 사용자 수준의 데이터가 포함된 CSV/스프레드시트 업로드 (user_id, signup_date, activity_date, event_type 등) - **데이터 없음**: 사용자가 필요한 분석을 설명 → SQL 쿼리 및 분석 프레임워크 생성 ### Step 2: 코호트 정의 다음을 확인합니다: - 코호트를 정의하는 것은 무엇인가요? (가입 주/월, 획득 채널, 플랜 등급, 처음 사용한 기능) - 리텐션 이벤트는 무엇인가요? (로그인, 핵심 행동, 모든 활동, 구매) - 시간 단위는 무엇인가요? (일별, 주별, 월별) - 시간 범위는 어떻게 되나요? ### Step 3: 분석 **cohort-analysis** 스킬을 적용합니다: **데이터가 제공된 경우:** - Python(pandas...
/analyze-cohortsAnalyzes user retention, feature adoption, and engagement trends by cohort from CSV data or descriptions, producing markdown reports, tables, CSVs, and recommendations.
/analyze-cohortsAnalyzes user retention, feature adoption, and engagement trends by cohort from CSV data or descriptions, producing markdown reports, tables, CSVs, and recommendations.
/analyze-cohortsAnalyzes user retention, feature adoption, and engagement trends by cohort from CSV data or descriptions, producing markdown reports, tables, CSVs, and recommendations.
/analyze-cohortsAnalyzes user retention, feature adoption, and engagement trends by cohort from CSV data or descriptions, producing markdown reports, tables, CSVs, and recommendations.
/analyze-cohortsAnalyzes user retention, feature adoption, and engagement trends by cohort from CSV data or descriptions, producing markdown reports, tables, CSVs, and recommendations.
코호트별 사용자 리텐션 및 참여 패턴을 분석합니다. 데이터를 업로드하거나 필요한 내용을 설명하면 리텐션 곡선, 기능 도입 트렌드, 실행 가능한 인사이트를 제공합니다.
/analyze-cohorts [사용자 활동 데이터 CSV 업로드]
/analyze-cohorts Monthly retention for users who signed up in Jan-Jun, grouped by acquisition channel
/analyze-cohorts Help me set up a cohort analysis for our onboarding redesign
두 가지 경로:
다음을 확인합니다:
cohort-analysis 스킬을 적용합니다:
데이터가 제공된 경우:
분석을 설명하는 경우:
## 코호트 분석: [설명]
**날짜**: [오늘]
**코호트 정의**: [예: 가입 월]
**리텐션 이벤트**: [예: 프로젝트 완료]
**단위**: [주별/월별]
### 리텐션 테이블
| 코호트 | 크기 | 1주차 | 2주차 | 3주차 | ... | 12주차 |
|--------|------|-------|-------|-------|-----|--------|
### 핵심 발견
1. **[발견]** — [뒷받침하는 데이터]
2. ...
### 코호트 비교
- **가장 성과가 좋은 코호트**: [어느 것, 이유]
- **가장 성과가 낮은 코호트**: [어느 것, 이유]
- **트렌드**: [시간에 따라 개선/악화/안정]
### 리텐션 벤치마크
| 기간 | 우리 비율 | 업계 벤치마크 | 격차 |
|------|---------|------------|-----|
### 권고 사항
1. [발견을 바탕으로 조사하거나 변경할 내용]
2. ...
### 후속 쿼리
[더 깊이 조사를 위한 SQL 쿼리]
데이터가 제공된 경우, 마크다운 보고서와 CSV/스프레드시트 모두로 저장합니다.