Triage

Triage a list of incoming items into do-now / schedule / delegate / drop. Trigger when the user pastes a list and asks to triage, prioritize, or "what should I do first".

etrebels 4dcb40c 567 B Updated

File contents

Triage

Given a list the user pastes (or a file they point to):

  1. Sort each item into one of four buckets: Do now · Schedule · Delegate · Drop.
  2. Within "Do now", order by impact, not urgency.
  3. Flag anything that's clearly been sitting too long.

Return the four buckets, shortest first. Don't pad, and don't keep things in "Do now" to be polite.

etrebels/claude-code-growth-os/tree/main/.claude/skills/triage commit 4dcb40c552

Frequently asked questions

npx skillmds@latest add etrebels/triage