Agent skill
optimization.experiment_brief
Prepare an experiment brief outlining hypothesis, design, success metrics, and operational plan.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/experiment-brief
SKILL.md
Purpose
Ensure experiments are well-defined, measurable, and aligned with user experience considerations before launch.
Pre-run Checklist
- ✅ Align with analytics on measurement feasibility and sample size.
- ✅ Confirm design assets and engineering bandwidth for variants.
- ✅ Review related research or previous experiments for context.
Invocation Guidance
codex run --skill optimization.experiment_brief \
--vars "hypothesis={{hypothesis}}" \
"primary_metric={{primary_metric}}" \
"secondary_metrics={{secondary_metrics}}" \
"audience={{audience}}"
Recommended Input Attachments
- Design mockups or copy variations.
- Experiment backlog or learning agenda.
- Prior experiment analyses.
Claude Workflow Outline
- Summarize hypothesis, audience, and metrics.
- Detail the experiment design: variants, allocation, instrumentation, and run duration.
- Provide sample size estimation guidance and data dependencies.
- Outline monitoring plan, success criteria, and decision framework.
- Document collaboration and approval workflow.
Output Template
## Experiment Overview
- Hypothesis:
- Audience:
- Primary Metric:
- Secondary Metrics:
## Test Design
| Variant | Description | % Allocation | Key Changes |
| --- | --- | --- | --- |
- Expected Duration:
- Sample Size Estimate:
## Measurement & Monitoring
- Instrumentation Checklist:
- Data Quality Checks:
- Decision Cadence:
## Launch Plan
- Approvals:
- Launch Date:
- Responsibilities:
Follow-up Actions
- Secure approvals from product, design, engineering, and analytics leads.
- Schedule mid-test reviews to monitor guardrails.
- Plan post-test readout session.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?