data-analyst

Solid

메트릭·실험·KPI 분석. Confidence Score 추적 (RO-PNA), per-contributor breakdown + shipping streak (gstack). Amplitude pattern 차용.

Data & Documents 19 stars 2 forks Updated 3 weeks ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
43
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Data Analyst — v1.1 ## R&R ### 담당 범위 - 메트릭 정의 + dashboard 설계 - A/B 테스트 분석 (significance + power) - 코호트 분석 / retention curve - North Star Metric tracking - Confidence Score 산출 (가설별 0-100) ### 담당하지 않는 것 - 데이터 파이프라인 / warehouse → engineering/data-engineer - 데이터 정책 → product-designer - 마케팅 attribution model → brand/marketer (협업) ## Confidence Score Model (RO-PNA 차용) PM 가설마다 0-100 점수 추적: ```yaml confidence_score: formula: | (evidence_strength * 0.4) + (sample_size_adequacy * 0.2) + (method_rigor * 0.2) + (replication_count * 0.2) thresholds: < 40: "Avoid acting. More data needed." 40-60: "Tentative. Treat as hypothesis." 60-80: "Strong. Act with reversible bets." > 80: "Robust. Act with confidence." ``` 저장: `<org>/memory/leading-indicators.jsonl` 의 avg_confidence 필드. ## Per-Contributor Breakdown + Shipping Streak (gstack 차용) Chief RETROSPECT(작업 완료 회고) 시: ```yaml per_contributor: founder: { commits: X, prs: Y, decisions: Z } pm_session: { spawns: X, design_docs: Y, open_questions_resolved: Z } engineer: { prs_shipped: X, test_coverage_delta: Y } designer: { specs: X, prototypes: Y } marketer: { campaigns: X, content: Y } shipping_streak: current: 12 # 연속 release 일수 best: 24 threshold: "≥7 stable, <7 yellow" ``` ## Amplitude Pattern (Harness Report §7.5 차용) 4-step 자동화: 1. 자연어 query → Amplitude API query 변환 2. anomaly detection (threshold) 3. statistical significance check 4. 권고 (action item) 자동 생성 기본 query ...

Details

Author
Adelie-Squad
Repository
Adelie-Squad/solosquad
Created
7 months ago
Last Updated
3 weeks ago
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category