Use when ranking backlogs, deciding what to do first based on effort vs impact (quick wins vs big bets), prioritizing feature roadmaps, triaging bugs or technical debt, allocating resources across initiatives, identifying low-hanging fruit, evaluating strategic options with 2x2 matrix, or when user mentions prioritization, quick wins, effort-impact matrix, high-impact low-effort, big bets, or asks "what should we do first?".
18k tokens
context cost
the whole folder, loaded on every use
4
files
instructions only
0
copies elsewhere
how many repositories repackaged it
275
stars on the repo
on the repository, not the skill itself
Install
one command, takes just this skill from the repository
Transform overwhelming backlogs and option lists into clear, actionable priorities by mapping items on a 2x2 matrix of effort (cost/complexity) vs impact (value/benefit). Identify quick wins (high impact, low effort) and distinguish them from big bets (high impact, high effort), time sinks (low impact, high effort), and fill-ins (low impact, low effort).
When to Use
Use this skill when:
Backlog overflow: You have 20+ items (features, bugs, tasks, ideas) and need to decide execution order
Resource constraints: Limited time, budget, or people force trade-off decisions
Strategic planning: Choosing between initiatives, projects, or investments for quarterly/annual roadmaps
Quick wins needed: Stakeholders want visible progress fast; you need high-impact low-effort items
Trade-off clarity: Team debates "should we do A or B?" without explicit effort/impact comparison
Alignment gaps: Different stakeholders (eng, product, sales, exec) have conflicting priorities
Context switching: Too many simultaneous projects; need to focus on what matters most
New PM/leader: Taking over a backlog and need systematic prioritization approach
Common triggers:
"We have 50 feature requests, where do we start?"
"What are the quick wins?"
"Should we do the migration or the new feature first?"
"How do we prioritize technical debt vs new features?"
"What gives us the most bang for our buck?"
What Is It?
Effort-Impact Matrix (also called Impact-Effort Matrix, Quick Wins Matrix, or 2x2 Prioritization) plots each item on two dimensions:
Y-axis: Impact (value, revenue, user benefit, strategic alignment, risk reduction)
Four quadrants:
High Impact │
│ Big Bets │ Quick Wins
│ (do 2nd) │ (do 1st!)
│─────────────────┼─────────────
│ Time Sinks │ Fill-Ins
│ (avoid) │ (do last)
Low Impact │
└─────────────────┴─────────────
High Effort Low Effort
Example: Feature backlog with 12 items
| Item | Effort | Impact | Quadrant |
|------|--------|--------|----------|
| Add "Export to CSV" button | Low (2d) | High (many users) | Quick Win ✓ |
| Rebuild entire auth system | High (3mo) | High (security) | Big Bet |
| Perfect pixel alignment on logo | High (1wk) | Low (aesthetic) | Time Sink ❌ |
Collect all items to prioritize (features, bugs, initiatives, etc.) and define scoring scales for effort and impact. See Scoring Frameworks for effort and impact definitions. Use resources/template.md for structure.
Step 2: Score effort and impact
Rate each item on effort (1-5: trivial to massive) and impact (1-5: negligible to transformative). Involve subject matter experts for accuracy. See resources/methodology.md for advanced scoring techniques like Fibonacci, T-shirt sizes, or RICE.
Step 3: Plot matrix and identify quadrants
Place items on 2x2 matrix and categorize into Quick Wins (high impact, low effort), Big Bets (high impact, high effort), Fill-Ins (low impact, low effort), and Time Sinks (low impact, high effort). See Common Patterns for typical quadrant distributions.
Step 4: Create prioritized roadmap
Sequence items: Quick Wins first, Big Bets second (after quick wins build momentum), Fill-Ins during downtime, avoid Time Sinks unless required. See resources/template.md for roadmap structure.
Step 5: Validate and communicate decisions
Self-check using resources/evaluators/rubric_prioritization_effort_impact.json. Ensure scoring is defensible, stakeholder perspectives included, and decisions clearly explained with rationale.
Common Patterns
By domain:
Product backlogs: Quick wins = small UX improvements, Big bets = new workflows, Time sinks = edge case perfection
Technical debt: Quick wins = config fixes, Big bets = architecture overhauls, Time sinks = premature optimizations
Bug triage: Quick wins = high-impact easy fixes, Big bets = complex critical bugs, Time sinks = cosmetic issues
Strategic initiatives: Quick wins = process tweaks, Big bets = market expansion, Time sinks = vanity metrics
Marketing campaigns: Quick wins = email nurture, Big bets = brand overhaul, Time sinks = minor A/B tests