$npx -y skills add etrebels/claude-code-growth-os --skill triageTriage 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".
| 1 | # Triage |
| 2 | |
| 3 | Given a list the user pastes (or a file they point to): |
| 4 | |
| 5 | 1. Sort each item into one of four buckets: **Do now · Schedule · Delegate · Drop.** |
| 6 | 2. Within "Do now", order by impact, not urgency. |
| 7 | 3. Flag anything that's clearly been sitting too long. |
| 8 | |
| 9 | Return the four buckets, shortest first. Don't pad, and don't keep things in "Do now" to be polite. |