AGILE IN ACTION

Saturday, 30 September 2006

Planning board and story cards

Posted by Simon Baker
Tags: board, story

Iteration planning board Story card legend

Card colors

  • White for business value storiesfrom our customer.

  • Blue for technical debt and engineering work.

  • Pink for defects.

  • Yellow for engineering work, e.g. setting up test boxes, configuring Cruisecontrol, Maven build and Selenium for cross-browser testing (generally we don’t get many of these cards because testing is implicit in everything we do).

(The single green card was for one-off special work that we needed a different color card for. We don’t need this color card anymore.)

The color stickers on the cards correspond to the columns on the planning board, which are also color coded. Some of the cards have lots of stickers on them because we develop the user stories by vertically slicing them. Each slice starts In Development (red column), and moves through a UI Review (black column) and a QA Review (blue column) before arriving at a Customer Preview (orange column). Here we get valuable feedback from our Customer before returning the card to ‘In development’ to start the next slice.

Here’s our story card template:

Sample story card

1 Comment

More reasons why cards are so useful:

agile in a flash .

Comment by TimOttinger