System for Organizing Ranked Activities
This tool helps you objectively prioritize large lists of tasks by comparing them two at a time. Perfect for planning work across quarters when you need to determine which tasks are truly most critical.
Instead of overwhelming traditional ranking, this tool breaks prioritization into simple pairwise choices. It reduces bias and helps you arrive at clear, objective task rankings - no more guessing which 20 tasks are most critical from your list of 80!
The tool uses binary insertion sort - a clever algorithm that doesn't require you to compare every task against every other task. Instead, it uses your comparisons to intelligently place tasks in their correct positions, making the process efficient even with large task lists.
When the algorithm tries to find the right place for a task, each comparison you make helps it get closer to the correct position. It starts by finding the task in the middle of the already-sorted list and compares it to the task it's trying to place. Then, depending on the outcome of the comparison, it narrows down where to search: if the new task has higher priority than the middle one, it focuses on the higher-priority half of the list. If it has lower priority, it focuses on the lower-priority half. It keeps finding the middle task and comparing until there's only one spot left where the task belongs. Then it moves on to the next unsorted task.
Want to see it explained visually? See the video below.
For advanced users or testing purposes, you can access additional debug features and options
by adding ?debug=true to the URL: Loading...
1. Select your CSV file
Please select columns for your task data:
Only use this when you would be happy with a coin toss deciding which task to do first.
Equal priority should be a very rare occurrence - most tasks can be meaningfully differentiated when you think about:
Priority correlation: Tasks that need to be handled soon should only be tied extremely rarely. It's more acceptable to have tied tasks that you're planning to tackle next year.