Library/Elements/Triage board
Decision-making · Drag-drop · Internal

Drops backlog, triaged.

Drag every drop idea into one of four columns: Now (next 2 weeks), Next (this quarter), Later (this year), Cut (no). Then copy the final ordering as markdown for the planning doc. Re-purposable for content calendars, deal queues, feature requests, anything you need to sequence quickly.

Q2 drops backlog

22 tickets · drag to sort

Now

— / 22

Next

— / 22

Later

— / 22

Cut

— / 22
Drag tickets across columns. Order within a column matters.

Fork & ship

Edit TICKETS array. Each needs id, title, tag, and col (initial column). Drag uses HTML5 native drag-drop.

const TICKETS = [
  { id: "t01", title: "Concentration Risk Auditor", tag: "aix", col: "now" },
  // ... etc
];

When to use this

Anytime you need to sequence 10-50 things and the team needs to feel the trade-offs. Drag is faster than typing. Copy-out preserves the decision.

Reuse ideas

Content calendar, deal pipeline, feature requests, hiring pipeline, sprint planning, RFP queue, customer escalations.