# 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".

- Skill: `etrebels/triage` (Agent Skill)
- Install (CLI): `npx skillmds@latest add etrebels/triage`
- Raw SKILL.md: https://api.skillmd.com/api/skills/etrebels/triage/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: etrebels (https://skillmd.com/u/etrebels)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/etrebels/triage

---


# 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.

