Find Next Task
Find the best candidates for the next task to work on.
Steps
- •
Get ready issues (unblocked, available to work):
bashbd ready
- •
Check in-progress work (finish what's started):
bashbd list --status=in_progress
- •
Review high priority open issues:
bashbd list --status=open --sort=priority
Selection Criteria
Recommend issues based on:
- •Already in-progress (finish first)
- •High priority (P0, P1)
- •Unblocked (no dependencies waiting)
- •Quick wins (low effort, high value)
Output
Present top 3-5 candidates with:
- •Issue ID
- •Title
- •Priority
- •Why it's a good candidate
Ask which one to start, then:
bash
bd update <id> --status=in_progress