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

  1. Use plane-api to fetch active work first:
  • action: "list"
  • limit: 20
  • filters.state: "in_progress"
  1. Use plane-api to fetch queued work next:
  • action: "list"
  • limit: 20
  • filters.state: "todo"
Related skills
Installs
13
Repository
montagao/skills
GitHub Stars
2
First Seen
Mar 5, 2026