triage
/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"
- 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
- inside each group, sort by:
- consequence if delayed
- unblock value for other work
- deadline pressure
- clarity of next step
- surface one recommended frog first: the highest-value hard task to move now
-
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
- Frog first (1 line: why it matters + next step)
- Top 5 next actions (1 line each, why + next step)
- Split/clarify candidates
- Tasks to defer, drop, or leave parked
- One question max if needed (e.g. "Is this work or personal?")
More from montagao/skills
library-ebooks
>-
56plane-api
Internal helper for creating/listing/updating Plane work items.
42llm-seo
Optimize websites and content for AI/LLM discoverability (AIO - AI Optimization). Use when asked to "optimize for AI", "improve AI discoverability", "add LLM SEO", "make site AI-friendly", "help LLMs understand my site", or when implementing llms.txt files, JSON-LD structured data, or AI-focused content strategies.
20clean-history
Reimplement the current branch on a new branch with a clean, narrative-quality git commit history suitable for reviewer comprehension. Use when the user wants to clean up messy commit history before opening a PR.
18supernote-upload
Upload PDF and EPUB files to Supernote Cloud. Use this skill when the user wants to send documents to their Supernote device.
16todo
Create a Plane task in Plane. By default, use the interview skill first to flesh out the issue before creating it; only skip the interview when the user clearly wants a minimal quick capture.
15