Prioritize current work items. Use when asked to prioritize, show my tasks, what should I work on, list active work, show priorities, or review workload.
Generate a prioritized view of all active work items.
Scan these locations for active items:
01-Work/Tasks/ — status != done AND status != cancelled01-Work/Projects/ — status = active01-Work/Investigations/ — status = activeFor each item extract: title, priority (P0–P3), status, due date, project
Present sorted and grouped:
## 🔴 P0 — Critical (Drop Everything)
- [ ] {Task} — Due: {date} — {status}
## 🟠 P1 — High Priority (This Week)
- [ ] {Task} — Due: {date} — {status}
## 🟡 P2 — Medium Priority (This Sprint)
- [ ] {Task} — Due: {date} — {status}
## 🟢 P3 — Backlog
- [ ] {Task} — {status}
## 📋 Active Projects
- {Project} — {status} — Target: {date}
## 🔍 Active Investigations
- {Investigation} — {priority}
Highlight:
Check today's daily note for committed items
Offer to: