triage
Installation
SKILL.md
/triage
Triage quickly with this priority order: in_progress > todo > claw_inbox.
Within each bucket, rank by consequence and leverage before convenience:
- items with real deadlines, downstream impact, or unblock value come first
- items that are vague should be clarified before they crowd out concrete work
- do not recommend low-value easy tasks ahead of a harder important task just because they look finishable
Tool use
- Use
plane-apito fetch active work first:
- action: "list"
- limit: 20
- filters.state: "in_progress"
- Use
plane-apito fetch queued work next:
- action: "list"
- limit: 20
- filters.state: "todo"