Problem
Currently, moving a task from Backlog to Sprint requires drag-and-drop. This is cumbersome, especially on smaller screens or when working quickly.
Proposal
Double-click a task to toggle it between Backlog and the current Sprint:
- Task in Backlog → double-click → moves to active Sprint
- Task in Sprint → double-click → moves back to Backlog
This is a very common UX pattern in task boards (e.g. Things app, Linear quick-add).
Alternative
- Keyboard shortcut (e.g.
Enter or Space to move selected task)
- Right-click context menu with "Move to Sprint" / "Move to Backlog"
Why
Makes the board feel snappier. AI agents also benefit from simpler interactions — fewer DOM events to trigger programmatically.
Problem
Currently, moving a task from Backlog to Sprint requires drag-and-drop. This is cumbersome, especially on smaller screens or when working quickly.
Proposal
Double-click a task to toggle it between Backlog and the current Sprint:
This is a very common UX pattern in task boards (e.g. Things app, Linear quick-add).
Alternative
EnterorSpaceto move selected task)Why
Makes the board feel snappier. AI agents also benefit from simpler interactions — fewer DOM events to trigger programmatically.