Next - Start Working
Find and start the next task, prioritizing current work context.
Workflow
- •Check current branch:
git branch --show-current - •Find related work (in order of priority):
- •In-progress issues:
bd list --status=in-progress - •Issues matching branch name:
bd search <branch-name> - •Ready tasks with no blockers:
bd ready
- •In-progress issues:
- •Load the task:
bd show <issue-id>for full context - •Start working: Mark as in-progress if needed, then begin implementation
Output
Report which task you're starting and why, then get to work.