Use it when you want to begin experimentation work without writing the first draft from scratch.
Product Experiment Prioritization AI Prompt
Prioritize this backlog of product experiments for the next quarter. Experiment ideas: {{experiment_list}} Current traffic: {{daily_active_users}} DAU Team capacity: {{capacity}... Copy this prompt template, run it in your AI tool, and use related prompts to continue the workflow.
Prioritize this backlog of product experiments for the next quarter.
Experiment ideas: {{experiment_list}}
Current traffic: {{daily_active_users}} DAU
Team capacity: {{capacity}} experiments per quarter
1. Score each experiment on ICE framework:
- Impact (1-10): how much will this move the primary metric if it works?
- Confidence (1-10): how sure are we the hypothesis is correct? (prior evidence, user research)
- Ease (1-10): how quickly and cheaply can this be built and measured?
- ICE score = (Impact + Confidence + Ease) / 3
2. Feasibility check:
- For each experiment: calculate required sample size at 80% power, alpha=0.05, and the team's stated MDE
- Calculate required duration: sample_size / (DAU x traffic_allocation_rate)
- Flag experiments requiring > 8 weeks as impractical for the quarter
3. Dependency and conflict check:
- Are any experiments testing overlapping UI elements or user flows? (Cannot run simultaneously)
- Does any experiment depend on another being completed first?
- Map experiment conflicts and dependencies
4. Learning value:
- Even if a test is negative, what do we learn?
- Prioritize experiments that resolve fundamental product questions over marginal optimizations
5. Recommended quarter plan:
- Select experiments that fit within capacity, avoid conflicts, and maximize learning
- Sequence them: which experiments must run first to unblock others?
- Reserve 20% capacity for urgent or opportunistic tests
Return: ICE scoring table, feasibility check, conflict map, and recommended quarter experiment plan with sequencing.When to use this prompt
Use it when you want a more consistent structure for AI output across projects or datasets.
Use it when you want prompt-driven work to turn into a reusable notebook or repeatable workflow later.
Use it when you want a clear next step into adjacent prompts in Experimentation or the wider Product Analyst library.
What the AI should return
The AI should return a structured result that covers the main requested outputs, such as Score each experiment on ICE framework:, Impact (1-10): how much will this move the primary metric if it works?, Confidence (1-10): how sure are we the hypothesis is correct? (prior evidence, user research). The final answer should stay clear, actionable, and easy to review inside a experimentation workflow for product analyst work.
How to use this prompt
Open your data context
Load your dataset, notebook, or working environment so the AI can operate on the actual project context.
Copy the prompt text
Use the copy button above and paste the prompt into the AI assistant or prompt input area.
Review the output critically
Check whether the result matches your data, assumptions, and desired format before moving on.
Chain into the next prompt
Once you have the first result, continue deeper with related prompts in Experimentation.
Frequently asked questions
What does the Product Experiment Prioritization prompt do?+
It gives you a structured experimentation starting point for product analyst work and helps you move faster without starting from a blank page.
Who is this prompt for?+
It is designed for product analyst workflows and marked as intermediate, so it works well as a guided starting point for that level of experience.
What type of prompt is this?+
Product Experiment Prioritization is a single prompt. You can copy it as-is, adapt it, or use it as one step inside a larger workflow.
Can I use this outside MLJAR Studio?+
Yes. The prompt text works in other AI tools too, but MLJAR Studio is the best fit when you want local execution, visible Python code, and reusable notebooks.
What should I open next?+
Natural next steps from here are Experiment Readout Template.