ICE Scorer Skill
Automatically score growth experiments using the ICE (Impact, Confidence, Ease) prioritization framework.
When to Activate
This skill should activate when:
- User creates a new experiment without providing ICE scores
- User mentions "score", "prioritize", or "ICE"
- User asks "which experiment should I run first?"
- User wants to evaluate experiment backlog
- User compares multiple experiments
ICE Framework Scoring Guidelines
Impact (1-10): How much will this move the key metric?
Score 8-10: High Impact
- Affects North Star metric directly
- Expected change ≥15%
- Targets large user segment
- Critical business metric
Score 4-7: Medium Impact
- Affects important but secondary metrics
- Expected change 5-15%
- Targets meaningful user segment
- Supports key business goals
Score 1-3: Low Impact
- Affects minor or vanity metrics
- Expected change <5%
- Targets small user segment
- Nice-to-have improvement
Confidence (1-10): How certain are we this will work?
Score 8-10: High Confidence
- Strong quantitative data supporting hypothesis
- User research validates the problem
- Similar experiments succeeded elsewhere
- Multiple sources of evidence
- Detailed rationale (>100 characters)
Score 4-7: Medium Confidence
- Some supporting data or research
- Analogous experiments showed promise
- Logical reasoning with limited evidence
- Moderate rationale (50-100 characters)
Score 1-3: Low Confidence
- Speculative or gut feeling
- No supporting data
- Untested assumption
- Minimal rationale (<50 characters)
Ease (1-10): How easy is this to implement?
Score 8-10: High Ease
- < 1 day of work
- No engineering required, or minimal changes
- No external dependencies
- Can be done with existing tools
Score 4-7: Medium Ease
- 1-2 days of work
- Some engineering work required
- May need design support
- Uses existing infrastructure
Score 1-3: Low Ease
2 days of work
- Significant engineering effort
- Requires design and multiple teams
- Needs external resources or new tools
Scoring Process
When scoring an experiment:
Read the experiment file from the experiments folder
Analyze the hypothesis components:
- Proposed change
- Target audience
- Expected outcome (look for specific percentages)
- Rationale (check length and evidence quality)
Evaluate Impact:
- Is this a North Star metric or secondary metric?
- What's the expected percentage change?
- How many users will this affect?
- Consider the experiment category (acquisition, activation, etc.)
Evaluate Confidence:
- How much evidence supports the hypothesis?
- Is there user research or data mentioned?
- How detailed is the rationale?
- Are there comparable experiments?
Evaluate Ease:
- Estimate implementation time
- Does it need engineering? Design? External resources?
- How complex is the proposed change?
- Look for keywords: "redesign" (low ease), "copy change" (high ease)
Calculate total ICE score: Impact × Confidence × Ease
Interpret the score:
- 700+: Critical Priority - implement immediately
- 500-699: High Priority - strong candidate
- 300-499: Medium Priority - good experiment
- 150-299: Low Priority
- <150: Very Low Priority - deprioritize
Update the experiment JSON with ICE scores
Move to pipeline if score ≥ 300
Scoring Examples
Example 1: Onboarding Progress Indicators
Experiment: Add progress indicators to 5-step onboarding flow
Analysis:
- Impact: 7 - Activation is important, expected 15% increase
- Confidence: 6 - User research supports it, but not tested yet
- Ease: 9 - Simple UI element, <1 day of work
- Total: 378 - Medium-High Priority
Reasoning:
- Impact: Activation is a key metric but not the only North Star
- Confidence: User research provides evidence but no previous tests
- Ease: Adding progress bar is straightforward UI work
Example 2: Social Proof on Pricing Page
Experiment: Add customer logos and testimonials to pricing page
Analysis:
- Impact: 7 - Affects acquisition and conversion
- Confidence: 8 - Strong industry evidence for B2B social proof
- Ease: 9 - Design change only, no engineering
- Total: 504 - High Priority
Reasoning:
- Impact: Pricing page is high-traffic, affects key conversion
- Confidence: Multiple case studies show 10-15% improvement
- Ease: Simple asset placement, quick implementation
Example 3: Complete Platform Redesign
Experiment: Redesign entire user interface
Analysis:
- Impact: 9 - Could affect all metrics significantly
- Confidence: 4 - No data supporting specific improvements
- Ease: 2 - Months of work, multiple teams
- Total: 72 - Very Low Priority
Reasoning:
- Impact: Broad changes could have major impact
- Confidence: Too vague, no specific hypothesis about what will improve
- Ease: Massive undertaking, not a growth "experiment"
Keywords to Watch
Low Ease indicators:
- redesign, rebuild, refactor, overhaul, migration, infrastructure
High Ease indicators:
- copy change, button, color, image, text, email, simple
High Confidence indicators:
- "data shows", "research indicates", "we tested", "similar experiment"
High Impact indicators:
- North Star, conversion, activation, retention, revenue
- Specific percentages (e.g., "15% increase")
- Large user segments
Output Format
When providing ICE scores, explain your reasoning:
ICE Score Analysis for: [Experiment Title]
Impact: [score]/10
Reasoning: [Why this score based on metric importance, expected change, audience size]
Confidence: [score]/10
Reasoning: [Why this score based on evidence, data, research quality]
Ease: [score]/10
Reasoning: [Why this score based on time, resources, complexity]
Total ICE Score: [Impact × Confidence × Ease] = [total]
Priority: [Critical/High/Medium/Low/Very Low]
Recommendation: [What to do with this experiment]
[If score >= 300:]
✓ Moving to pipeline based on strong ICE score
Integration with Commands
This skill works automatically when:
/experiment-create completes - offer to score immediately
/hypothesis-generate creates ideas - suggest preliminary scores
- User asks about prioritization
Continuous Learning
After experiments complete:
- Compare predicted Impact vs actual results
- Adjust scoring calibration based on outcomes
- Learn patterns for better Confidence scoring
- Refine Ease estimates based on actual time taken
1---2name: ice-scorer3description: Automatically score growth experiments using the ICE framework (Impact × Confidence × Ease). Use when the user creates a new experiment, mentions scoring or prioritization, or when analyzing experiment backlogs. Helps prioritize experiments by evaluating Impact (1-10), Confidence (1-10), and Ease (1-10).4---5
6# ICE Scorer Skill
7
8Automatically score growth experiments using the ICE (Impact, Confidence, Ease) prioritization framework.
9
10## When to Activate
11
12This skill should activate when:
13- User creates a new experiment without providing ICE scores
14- User mentions "score", "prioritize", or "ICE"
15- User asks "which experiment should I run first?"
16- User wants to evaluate experiment backlog
17- User compares multiple experiments
18
19## ICE Framework Scoring Guidelines
20
21### Impact (1-10): How much will this move the key metric?
22
23**Score 8-10: High Impact**
24- Affects North Star metric directly
25- Expected change ≥15%
26- Targets large user segment
27- Critical business metric
28
29**Score 4-7: Medium Impact**
30- Affects important but secondary metrics
31- Expected change 5-15%
32- Targets meaningful user segment
33- Supports key business goals
34
35**Score 1-3: Low Impact**
36- Affects minor or vanity metrics
37- Expected change <5%
38- Targets small user segment
39- Nice-to-have improvement
40
41### Confidence (1-10): How certain are we this will work?
42
43**Score 8-10: High Confidence**
44- Strong quantitative data supporting hypothesis
45- User research validates the problem
46- Similar experiments succeeded elsewhere
47- Multiple sources of evidence
48- Detailed rationale (>100 characters)
49
50**Score 4-7: Medium Confidence**
51- Some supporting data or research
52- Analogous experiments showed promise
53- Logical reasoning with limited evidence
54- Moderate rationale (50-100 characters)
55
56**Score 1-3: Low Confidence**
57- Speculative or gut feeling
58- No supporting data
59- Untested assumption
60- Minimal rationale (<50 characters)
61
62### Ease (1-10): How easy is this to implement?
63
64**Score 8-10: High Ease**
65- < 1 day of work
66- No engineering required, or minimal changes
67- No external dependencies
68- Can be done with existing tools
69
70**Score 4-7: Medium Ease**
71- 1-2 days of work
72- Some engineering work required
73- May need design support
74- Uses existing infrastructure
75
76**Score 1-3: Low Ease**
77- > 2 days of work
78- Significant engineering effort
79- Requires design and multiple teams
80- Needs external resources or new tools
81
82## Scoring Process
83
84When scoring an experiment:
85
861. **Read the experiment file** from the experiments folder
87
882. **Analyze the hypothesis components**:
89 - Proposed change
90 - Target audience
91 - Expected outcome (look for specific percentages)
92 - Rationale (check length and evidence quality)
93
943. **Evaluate Impact**:
95 - Is this a North Star metric or secondary metric?
96 - What's the expected percentage change?
97 - How many users will this affect?
98 - Consider the experiment category (acquisition, activation, etc.)
99
1004. **Evaluate Confidence**:
101 - How much evidence supports the hypothesis?
102 - Is there user research or data mentioned?
103 - How detailed is the rationale?
104 - Are there comparable experiments?
105
1065. **Evaluate Ease**:
107 - Estimate implementation time
108 - Does it need engineering? Design? External resources?
109 - How complex is the proposed change?
110 - Look for keywords: "redesign" (low ease), "copy change" (high ease)
111
1126. **Calculate total ICE score**: Impact × Confidence × Ease
113
1147. **Interpret the score**:
115 - 700+: Critical Priority - implement immediately
116 - 500-699: High Priority - strong candidate
117 - 300-499: Medium Priority - good experiment
118 - 150-299: Low Priority
119 - <150: Very Low Priority - deprioritize
120
1218. **Update the experiment JSON** with ICE scores
122
1239. **Move to pipeline if score ≥ 300**
124
125## Scoring Examples
126
127### Example 1: Onboarding Progress Indicators
128
129**Experiment:** Add progress indicators to 5-step onboarding flow
130
131**Analysis:**
132- Impact: 7 - Activation is important, expected 15% increase
133- Confidence: 6 - User research supports it, but not tested yet
134- Ease: 9 - Simple UI element, <1 day of work
135- **Total: 378** - Medium-High Priority
136
137**Reasoning:**
138- Impact: Activation is a key metric but not the only North Star
139- Confidence: User research provides evidence but no previous tests
140- Ease: Adding progress bar is straightforward UI work
141
142### Example 2: Social Proof on Pricing Page
143
144**Experiment:** Add customer logos and testimonials to pricing page
145
146**Analysis:**
147- Impact: 7 - Affects acquisition and conversion
148- Confidence: 8 - Strong industry evidence for B2B social proof
149- Ease: 9 - Design change only, no engineering
150- **Total: 504** - High Priority
151
152**Reasoning:**
153- Impact: Pricing page is high-traffic, affects key conversion
154- Confidence: Multiple case studies show 10-15% improvement
155- Ease: Simple asset placement, quick implementation
156
157### Example 3: Complete Platform Redesign
158
159**Experiment:** Redesign entire user interface
160
161**Analysis:**
162- Impact: 9 - Could affect all metrics significantly
163- Confidence: 4 - No data supporting specific improvements
164- Ease: 2 - Months of work, multiple teams
165- **Total: 72** - Very Low Priority
166
167**Reasoning:**
168- Impact: Broad changes could have major impact
169- Confidence: Too vague, no specific hypothesis about what will improve
170- Ease: Massive undertaking, not a growth "experiment"
171
172## Keywords to Watch
173
174**Low Ease indicators:**
175- redesign, rebuild, refactor, overhaul, migration, infrastructure
176
177**High Ease indicators:**
178- copy change, button, color, image, text, email, simple
179
180**High Confidence indicators:**
181- "data shows", "research indicates", "we tested", "similar experiment"
182
183**High Impact indicators:**
184- North Star, conversion, activation, retention, revenue
185- Specific percentages (e.g., "15% increase")
186- Large user segments
187
188## Output Format
189
190When providing ICE scores, explain your reasoning:
191
192```
193ICE Score Analysis for: [Experiment Title]
194
195Impact: [score]/10
196Reasoning: [Why this score based on metric importance, expected change, audience size]
197
198Confidence: [score]/10
199Reasoning: [Why this score based on evidence, data, research quality]
200
201Ease: [score]/10
202Reasoning: [Why this score based on time, resources, complexity]
203
204Total ICE Score: [Impact × Confidence × Ease] = [total]
205
206Priority: [Critical/High/Medium/Low/Very Low]
207Recommendation: [What to do with this experiment]
208
209[If score >= 300:]
210✓ Moving to pipeline based on strong ICE score
211```
212
213## Integration with Commands
214
215This skill works automatically when:
216- `/experiment-create` completes - offer to score immediately
217- `/hypothesis-generate` creates ideas - suggest preliminary scores
218- User asks about prioritization
219
220## Continuous Learning
221
222After experiments complete:
223- Compare predicted Impact vs actual results
224- Adjust scoring calibration based on outcomes
225- Learn patterns for better Confidence scoring
226- Refine Ease estimates based on actual time taken