First sprint.
For this first sprint, your Kanban board should have a row for each of the user stories you have chosen to deliver and 4 columns as shown:
╔═════════╦════════════════╦════════════════╦════════════════╦════════════════╗
║ Story ║ To Do ║ Planning ║ Implementation ║ Done ║
╟─────────╫────────────────╫────────────────╫────────────────╫────────────────╢
║ ║ ┌────────┐ ║ ║ ║ ║
║ ║ │ │ ║ ║ ║ ║
║ ║ └────────┘ ║ ║ ║ ║
║ ║ ┌────────┐ ║ ║ ║ ║
║ ║ │ │ ║ ║ ║ ║
║ ║ └────────┘ ║ ║ ║ ║
╟─────────╫────────────────╫────────────────╫────────────────╫────────────────╢
║ ║ ┌────────┐ ║ ║ ║ ║
║ ║ │ │ ║ ║ ║ ║
║ ║ └────────┘ ║ ║ ║ ║
║ ║ ┌────────┐ ║ ║ ║ ║
║ ║ │ │ ║ ║ ║ ║
║ ║ └────────┘ ║ ║ ║ ║
╚═════════╩════════════════╩════════════════╩════════════════╩════════════════╝
At the start of the sprint, all tasks should be in the To Do. By the end of the sprint, all tasks should be in the Done column.
Here is an example of a burndown chart showing the line of optimal development. In this example the sprint lasts from Mon to Fri and there are an estimated 40 hours of development. It shows that the optimum burn rate would be 10 hours per day.
40 ║*
║ *
30 ║ *
║ *
20 ║ *
║ *
10 ║ *
║ *
00 ║ *
╚══════════════════════════
M T W T F
For this first sprint, your Kanban board should have a row for each of the user stories you have chosen to deliver and 4 columns as shown:
╔═════════╦════════════════╦════════════════╦════════════════╦════════════════╗
║ Story ║ To Do ║ Planning ║ Implementation ║ Done ║
╟─────────╫────────────────╫────────────────╫────────────────╫────────────────╢
║ ║ ┌────────┐ ║ ║ ║ ║
║ ║ │ │ ║ ║ ║ ║
║ ║ └────────┘ ║ ║ ║ ║
║ ║ ┌────────┐ ║ ║ ║ ║
║ ║ │ │ ║ ║ ║ ║
║ ║ └────────┘ ║ ║ ║ ║
╟─────────╫────────────────╫────────────────╫────────────────╫────────────────╢
║ ║ ┌────────┐ ║ ║ ║ ║
║ ║ │ │ ║ ║ ║ ║
║ ║ └────────┘ ║ ║ ║ ║
║ ║ ┌────────┐ ║ ║ ║ ║
║ ║ │ │ ║ ║ ║ ║
║ ║ └────────┘ ║ ║ ║ ║
╚═════════╩════════════════╩════════════════╩════════════════╩════════════════╝
At the start of the sprint, all tasks should be in the To Do. By the end of the sprint, all tasks should be in the Done column.
╔═══════╦═══════════╦═══════════╦═══════════╦═══════════╦═══════════╦═══════════╦═══════════╗
║ Story ║ To Do ║ Plan ║ Tests ║ Implement ║ Refactor ║ Regressn ║ Done ║
╟───────╫───────────╫───────────╫───────────╫───────────╫───────────╫───────────╫───────────╢
║ A ║ ┌───────┐ ║ ║ ║ ║ ║ ║ ║
║ ║ │ a │ ║ ║ ║ ║ ║ ║ ║
║ ║ └───────┘ ║ ║ ║ ║ ║ ║ ║
╟───────╫───────────╫───────────╫───────────╫───────────╫───────────╫───────────╫───────────╢
║ B ║ ║ ║ ║ ┌───────┐ ║ ║ ║ ║
║ ║ ║ ║ ║ │ b │ ║ ║ ║ ║
║ ║ ║ ║ ║ └───────┘ ║ ║ ║ ║
╟───────╫───────────╫───────────╫───────────╫───────────╫───────────╫───────────╫───────────╢
║ C ║ ┌───────┐ ║ ║ ║ ║ ║ ║ ║
║ ║ │ c │ ║ ║ ║ ║ ║ ║ ║
║ ║ └───────┘ ║ ║ ║ ║ ║ ║ ║
║ ║ ┌───────┐ ║ ║ ║ ║ ║ ║ ║
║ ║ │ d │ ║ ║ ║ ║ ║ ║ ║
║ ║ └───────┘ ║ ║ ║ ║ ║ ║ ║
╚═══════╩═══════════╩═══════════╩═══════════╩═══════════╩═══════════╩═══════════╩═══════════╝