What a prioritization matrix is
A prioritization matrix plots each candidate piece of work on two axes — how much impact it delivers against how much effort it costs. The four quadrants sort the list for you: high impact and low effort gets done first, low impact and high effort gets dropped.
When to use one
- A backlog has grown faster than the team can work through it and needs triage
- Stakeholders each believe their request is the urgent one
- You need a defensible answer to "why isn't my thing being built yet"
The data format
One task per line: Task, Impact(0-10), Effort(0-10)
Paste rows like this — copy the example straight into the builder to see it render:
Onboarding flow, 8, 3 Payments refactor, 9, 8 Blog redesign, 3, 2 Analytics dashboard, 7, 6 Legacy cleanup, 2, 7 Mobile push, 6, 4
How to make one
- Paste your data into the Studio, or upload a CSV or XLSX file.
- Set your colours — by hand, from pasted brand hex codes, or extracted from your logo.
- Generate and export as PNG or SVG for your deck or report.
One thing people get wrong. Score impact and effort separately, and ideally with different people, before you plot anything. Scoring both at once lets the answer you already wanted quietly set both numbers.
Why it runs in your browser
Charts are parsed and drawn entirely on your own device. No rows, files or logos are uploaded, so a prioritization matrix built from confidential project or process data never touches a server. You can verify it: open your browser's network tab while you generate one.