Phase 2: Proactive Board Intelligence (Completed)
Goal: Agents use board state to make smarter decisions about what to work on.
Steps
- [x] Session start board check — kanban skills read the board at session start, surface overdue cards, blocked items, and high-priority backlog
- [x] Auto-suggest next work — after
/ship-end-kanban, suggest the highest-priority unstarted card based on due dates, starred status, and dependency order - [x] Progress tracking — update card
progressfield as agents complete sub-tasks;/run-kanbanupdates percentage based on step completion
Milestone
- [x] Agent recommends next task based on board state and project priorities
On Completion
Delivered:
- Board Overview added to 4 session-start kanban skills (8 files) — surfaces overdue, starred, blocked cards + counts
- Next Work Suggestion added to ship-end-kanban and ship-kanban (4 files) — ranks Todo cards by overdue > starred > list order
- Progress tracking in run-kanban (2 files) —
Progress: X/Y (Z%)in card description