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.
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 ];
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.
Content calendar, deal pipeline, feature requests, hiring pipeline, sprint planning, RFP queue, customer escalations.