# Kanban board | Backlog | Ready | Doing | | -------- | -------- | -------- | | | | epic-003 | | ======== | ======== | ======== | | | task-028 | | | | task-060 | | | ======== | ======== | ======== | | epic-000 | | | | ======== | ======== | ======== | | epic-008 | | | ## Usage notes - The backlog is a list of tickets to refine next. Therefore, I only record tasks in the backlog once I've decided it's coming up next. Not all tickets need to be present on the board: that would be a waste of time. - If I haven't got enough tasks in the backlog, these commands help me to find what work needs to be done: - `req.sh list -S req` - `req.sh list -D task` - There is no 'Done' column. When a task is done, it is removed from the board. - Tasks are grouped by Epic. There is a row of === after an epic ticket, and after the last ticket in the Epic. No task should be on the board without an Epic.