hypothesis_generation
Bilimsel hipotez oluşturma, deney tasarımı ve test metodolojisi rehberi.
npx skills add majiayu000/claude-skill-registry --skill hypothesis-generation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 🔬 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 ```markdown **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 ```markdown **Problem:** Users abandon during onboarding **Hypothesis:** Adding progress indicator will reduce abandonment by 20% **Success Metric:** Onboarding completion rate ``` --- ## 📊 Experiment Design ### Test Plan ```markdown ## Experiment: [Name] ### Hypothesi
- 📋 Hipotez Yapısı
- Format
- Örnek
- 🎯 Hipotez Kriterleri
- 🔧 Hipotez Türleri
- A/B Test Hipotezi
- Product Hipotezi
- 📊 Experiment Design
- Test Plan
- 📝 Prioritization (ICE)
- 🔄 Workflow
- Aşama 1: Observation
- Aşama 2: Construction
- Aşama 3: Prioritization
What does the hypothesis_generation skill do?
Bilimsel hipotez oluşturma, deney tasarımı ve test metodolojisi rehberi.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill hypothesis-generation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
