Help us improve
Share bugs, ideas, or general feedback.
From product-skills
Use when planning product experiments, writing testable hypotheses, estimating sample size, prioritizing tests, or interpreting A/B outcomes with practical statistical rigor.
npx claudepluginhub ciciliaeth/claude-skills --plugin product-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/product-skills:experiment-designerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Design, prioritize, and evaluate product experiments with clear hypotheses and defensible decisions.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Creates, reads, edits, and analyzes .docx files using docx-js for new documents, pandoc for text extraction, Python scripts for XML unpacking/validation/changes, and LibreOffice for conversions.
Share bugs, ideas, or general feedback.
Design, prioritize, and evaluate product experiments with clear hypotheses and defensible decisions.
Use this skill for:
[intervention][metric] will change by [expected direction/magnitude][behavioral mechanism]Use:
python3 scripts/sample_size_calculator.py --baseline-rate 0.12 --mde 0.02 --mde-type absolute
ICE Score = (Impact * Confidence * Ease) / 10
See:
references/experiment-playbook.mdreferences/statistics-reference.mdscripts/sample_size_calculator.pyComputes required sample size (per variant and total) from:
Example:
python3 scripts/sample_size_calculator.py \
--baseline-rate 0.10 \
--mde 0.015 \
--mde-type absolute \
--alpha 0.05 \
--power 0.8