Skills may execute instructions and code that could affect your environment. Marketplace scans reduce risk but do not guarantee safety. Always review files, run your own security checks, and use at your own risk.
experiment-designer
Security Scan Summary
Status: Safe
Source: Syntic Skills registry
Automated security scan completed with no high-risk patterns detected. Manual review is still required.
About This Skill
Use when planning product experiments, writing testable hypotheses, estimating sample size, prioritizing tests, or interpreting A/B outcomes with practical statistical rigor.
Downloadable SKILL.md
Download SKILL.md and place it in your Syntic skills folder. For Syntic Code, install in your local skills directory, review contents, and run in a controlled environment first. Acknowledge the risk notice above to enable the download.
--- name: experiment-designer description: Use when planning product experiments, writing testable hypotheses, estimating sample size, prioritizing tests, or interpreting A/B outcomes with practical statistical rigor. category: Product version: 1.0.0 tools: [] --- # Experiment Designer Design, prioritize, and evaluate product experiments with clear hypotheses and defensible decisions. ## When To Use - A/B and multivariate experiment planning - Hypothesis writing and success criteria definition - Sample size and minimum detectable effect planning - Experiment prioritization with ICE scoring - Reading statistical output for product decisions ## Core Workflow 1. Hypothesis in If/Then/Because format: If we change `[intervention]`, then `[metric]` will change by `[expected direction/magnitude]`, because `[behavioral mechanism]`. 2. Define metrics before running the test: one primary decision metric, guardrail metrics for quality/risk protection, secondary metrics for diagnostics only. 3. Estimate sample size from the baseline conversion rate or mean, the minimum detectable effect (MDE, absolute or relative), the significance level (alpha), and statistical power. A larger MDE or looser alpha/power needs a smaller sample; a smaller MDE or stricter alpha/power needs a larger sample. Compute the required sample size per variant and in total before launching. 4. Prioritize with ICE β Impact (potential upside), Confidence (evidence quality), Ease (cost/speed/complexity): ICE Score = (Impact * Confidence * Ease) / 10. 5. Launch with stopping rules: decide fixed sample size or fixed duration in advance, avoid repeated peeking without a proper sequential-testing method, monitor guardrails continuously. 6. Interpret results: statistical significance is not business significance; compare the point estimate plus confidence interval to the decision threshold; investigate novelty effects and segment heterogeneity. ## Hypothesis Quality Checklist - Explicit intervention and audience - Measurable metric change specified - Plausible causal reason stated - Expected minimum effect included - Failure condition defined ## Common Experiment Pitfalls - Underpowered tests leading to false negatives - Too many simultaneous changes without isolation - Changing targeting or implementation mid-test - Stopping early on random spikes - Ignoring sample ratio mismatch and instrumentation drift - Declaring success from a p-value without effect-size context ## Statistical Interpretation Guardrails - p-value < alpha is evidence against the null, not guaranteed truth. - A confidence interval crossing zero/no-effect means the directional claim is uncertain. - Wide intervals imply low precision even when significant. - Use practical significance thresholds tied to business impact.
Bundle Download
Includes SKILL.md and bundled support files where provided. Risk acknowledgement is required.
Install Targets
Syntic App
- 1. Create a dedicated folder for this skill in your local skills library.
- 2. Place SKILL.md into that folder.
- 3. Restart Syntic and invoke this skill on matching tasks.
Syntic Code (CLI)
- 1. Save SKILL.md in your local Syntic Code skills directory.
- 2. Keep related files in the same skill folder.
- 3. Run in a safe environment and validate outputs.
Source
https://github.com/alirezarezvani/claude-skills/blob/main/product-team/skills/experiment-designer/SKILL.md
Open Source LinkRelated Skills
agile-product-owner
Use when writing user stories, creating acceptance criteria, planning sprints, estimating story points...
Productapple-hig-expert
Use when auditing iOS/macOS/watchOS/visionOS interfaces against HIG, checking accessibility standards, or...
ProductBusiness Analyst
Use when performing requirements analysis, process mapping, gap analysis, and aligning stakeholders on...
Productcode-to-prd
Use when reverse-engineering a frontend, backend, or fullstack codebase into a business-readable Product...