hypothesis_generation
8
总安装量
5
周安装量
#34948
全站排名
安装命令
npx skills add https://github.com/vuralserhat86/antigravity-agentic-skills --skill hypothesis_generation
Agent 安装分布
claude-code
4
trae
2
antigravity
2
codex
2
gemini-cli
2
Skill 文档
ð¬ Hypothesis Generation
Bilimsel hipotez oluÅturma ve test metodolojisi rehberi.
ð Hipotez Yapısı
Format
IF [independent variable/action]
THEN [dependent variable/outcome]
BECAUSE [mechanism/reasoning]
Ãrnek
IF we reduce checkout steps from 5 to 3
THEN conversion rate will increase by 15%
BECAUSE fewer steps reduce friction and drop-off
ð¯ Hipotez Kriterleri
| Kriter | Açıklama |
|---|---|
| Specific | Net ve belirsizlik yok |
| Measurable | Ãlçülebilir outcome |
| Testable | Test edilebilir |
| Falsifiable | YanlıÅlanabilir |
| Relevant | İŠhedefine uygun |
ð§ Hipotez Türleri
A/B Test Hipotezi
**Hypothesis:** Changing CTA button from blue to green
will increase click rate by 10%
**Metric:** CTA Click Rate
**Baseline:** 2.5%
**Target:** 2.75%
**Sample Size:** 10,000 users
**Duration:** 2 weeks
Product Hipotezi
**Problem:** Users abandon during onboarding
**Hypothesis:** Adding progress indicator will reduce
abandonment by 20%
**Success Metric:** Onboarding completion rate
ð Experiment Design
Test Plan
## Experiment: [Name]
### Hypothesis
[IF-THEN-BECAUSE statement]
### Variables
- Independent: [What we change]
- Dependent: [What we measure]
- Control: [What stays same]
### Metrics
- Primary: [Main KPI]
- Secondary: [Supporting metrics]
- Guardrail: [Safety metrics]
### Design
- Type: A/B / Multivariate
- Split: 50/50
- Duration: [X] weeks
### Analysis Plan
- Statistical test: [t-test, chi-square, etc.]
- Confidence level: 95%
- MDE: [Minimum detectable effect]
ð Prioritization (ICE)
| Hypothesis | Impact | Confidence | Ease | Score |
|---|---|---|---|---|
| H1 | 8 | 7 | 6 | 7.0 |
| H2 | 9 | 5 | 4 | 6.0 |
| H3 | 6 | 8 | 9 | 7.7 |
ICE Score = (Impact + Confidence + Ease) / 3
Hypothesis Generation v1.1 – Enhanced
ð Workflow
AÅama 1: Observation
- Data: Analitik verisi veya kullanıcı görüÅmesinden bir “Insight” yakala.
- Problem: Gözlemi net bir problem cümlesine dönüÅtür.
AÅama 2: Construction
- Formula: IF [action] THEN [outcome] BECAUSE [reason] Åablonunu kullan.
- Variables: BaÄımsız (deÄiÅen) ve baÄımlı (ölçülen) deÄiÅkenleri netleÅtir.
AÅama 3: Prioritization
- ICE Score: Impact (Etki), Confidence (Güven), Ease (Kolaylık) 1-10 puanla.
- Risk: Test baÅarısız olursa ne kaybederiz?
Kontrol Noktaları
| AÅama | DoÄrulama |
|---|---|
| 1 | Hipotez yanlıÅlanabilir mi? (Her zaman doÄruysa hipotez deÄildir) |
| 2 | Sonuç ölçülebilir bir metrik mi (Click rate, Retention)? |
| 3 | “Because” kısmı mantıklı bir kullanıcı davranıÅına dayanıyor mu? |