CompSci 308
Spring 2021
Advanced Software Design and Implementation

Managing Your Sprints

Estimating the complexity of your project's tasks can be very challenging so try making them as small as possible and discuss them collaboratively. Breaking each task down means thinking about the all the sub-tasks that are necessary to get that one task done (since most people start with tasks that are too big). A reasonable, estimable task should actually be something you feel can be done in less than 4 hours (the longer your estimate the less people will trust it).

Resources

This series of short blog posts describes how to think about building software differently using GIT, in general, and Gitlab, specifically, to support managing your project:

But the quick summary is:

Retrospective

Start by reflecting on your progress and goals as a team in order to improve your efforts (to work smarter, not harder). That is the fundamental goal of Agile and embodied in the Sprint Retrospective, considered by many to be the most important activity in Scrum. If done properly, Retrospectives can be a place where teams grow and deepen their trust; unfortunately, they can easily get derailed and turn blameful. Try to use this time to let it all out so nothing festers and try not to take anything said personally.

Starting the Sprint

Groom your Backlog by considering the following:

The result of this planning should be an updated Backlog in Gitlab

Planning Collaboratively

Now refine your goals so that they can be reasonably estimated and turned into Gitlab Issues:

Documenting the Plan

For each task now planned for this Sprint, break it down further into small sub-tasks that are:

The result of this should be a Milestone in Gitlab, populated with Issues, that accurately reflect each team member's velocity (independent of pressure from the team or others in class).

During the Sprint

By breaking tasks down to this level of detail your team (and other stake holders) will see the following benefits during the Sprint:

This is only effective if you update your progress regularly by changing the status of your Issues online through Gitlab or using keywords in your Git commit messages.