/triage
Triage quickly with this priority order: in_progress > todo > claw_inbox.
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"
- Use
plane-apito fetch inbox candidates:
- action: "list"
- limit: 20
- filters.labels: ["claw_inbox"]
- Build recommendations with priority ordering:
- in_progress items first
- then todo items
- then claw_inbox items
-
If user chooses actions (e.g. "mark #2 high priority", "set due tomorrow", "archive #5"), use
plane-apiaction: "update" with the relevant patch. -
If you include links to specific items, use the canonical
urlreturned byplane-api; never construct Plane issue URLs manually.
Output
- Top 5 next actions (1 line each, why + next step)
- Split/clarify candidates
- One question max if needed (e.g. "Is this work or personal?")