Below you will find pages that utilize the taxonomy term “Process”
Team kick off for agile product development
The last months have been busy with (re)starting teams somehow. This is a small note to self in order to keep a record of aspects that need to be addressed.
The kick off is the first step of a continuous mechanism to learn and deliver the best possible outcome for your audience.
Ensure your kick off allows to change everything, including the process.
Process, Content and Operations need to be part of the kick off.
Cutting corners kills your delivery pace
Everyone in software development knows the words: ‘just add this small thing and…’.
Mostly the people requesting the addition don’t have to live with the consequences.
These consequences double each and every time you add another option to an existing structure.
Every option you add, adds to the number of combinations your software must be capable to handle and combinations double according to the formula 2^n. So when you say yes for the 7th time. you go from 64 (2^6) to 128 (2^7) combinations that need to work and tested.
Flow based development
A little history: Scrum, KanBan and DevOps
Over the past 15 years, the IT industry has taken to working ‘agile’, often by introducing Scrum. Scrum is development process, which creates a cadence of sprints that last a few weeks each.
User stories are used to determine the work to be done. These user stories are planned, committed, built and delivered. There is also room to evaluate the work, the object being to improve together.