/next-task
"What should I work on next?" — and "I have 15 minutes, what fits?".
Invoke the next-task skill. Parse $ARGUMENTS for an optional --fits-in <Nm|Nh|Nd> time box and pass it through.
The skill gathers the actor's open ClickUp tasks (priority, due date, story points) and assigned GitHub Issues (effort:* labels), then ranks them with scripts/next-task-rank.mjs (priority → urgency → effort) — the ranking is computed in the script, not the model. It prints a ranked list with one recommended: <ref> and offers to hand the pick straight to /continue.
/next-task # full ranked list + recommendation
/next-task --fits-in 15m # only what fits a 15-minute slot
/next-task --fits-in 1d # only what fits a full day
For everything on your plate grouped by urgency use /status; for a postable digest use /daily-summary.