Tools
Priority Ranker
Ranks a list of items against defined scoring criteria and returns an ordered queue with reasoning.
Module
Tools
where it lives
What it does
Ranks a list of items against defined scoring criteria and returns an ordered queue with reasoning
Accepts a list of items and a set of scoring criteria that define urgency or importance, and returns a single ranked output: the lead item, the rest in order, and a per-item rationale. The criteria are configurable per deployment, and ties are broken by an explicit fallback rule.
When you’d reach for it
- ▸Ordering an end-of-day job queue before dispatching the on-call technician.
- ▸Sorting a callback list by deal urgency ahead of a morning round of sales calls.
- ▸Ranking overdue vendor invoices by risk score during the daily AP review.
More from Tools