Posts

Showing posts from October, 2015

A perfect project : Sprint Zero

A short blurb about the way my current project is being run. It's the first time I've been on a very agile project and this kicked off two weeks ago. Sprint Zero had the following elements to it. Team composition was a tech lead, a pair of craftsmen, a product owner. Project kicked off with a Sprint Zero planning meeting that ran a couple hours with everyone available. We mapped out the domain and language used in the domain. Trello was used to create a Sprint Zero board with all members added to it. Members added spike cards and the tech lead ordered them by priority. Github was used to save all the spiked work under one repository. Github also served as the location for our wiki that hosted our play books and domain discovery. A definition of done was written out and stored on the wiki Code is pushed to Github (see GitFlow notes) TDD SOLID and DRY Code Base Code is formatted Static Analysis executed CI Server Build + Test is running Green Branch is merged