Return to the Agile Principles

By | Engineering

Most teams practicing Agile can spell out the Agile Manifesto’s four main tenants, they are: Individuals and interactions over Processes and tools Working software over Comprehensive documentation Customer collaboration over Contract negotiation Responding to change over Following a plan However, it’s important to focus on these but not lose focus on the twelve guiding principles of Agile. Our highest priority…

Read More

Estimating Tasks with T-shirt Sizes

By | Engineering

The Fibonacci sequence and the Mountain Goat modified sequence for Planning Poker (1, 2, 3, 5, 8, 13, 20, 40) are great intervals for Story Point estimation. It’s a great interval for determining the relativity of one backlog item (or user story) to another backlog item. However, these two intervals are cumbersome when it comes to estimating the time it…

Read More

Scrum Spikes – When to Spike

By | Engineering

During Sprint Planning or even while developing a large backlog of epics, there will eventually arise requirements that require some specialized skills, such as architecture, design, user experience (UX), etc. However, these items are not ambiguous of their true value or acceptance criteria. So how should these items be handled in a Sprint? A Spike is time-boxed technical investigation to…

Read More