Planning, Replanning, and Adjusting
Get an idea of how to adjust the planning in an Agile project.
We'll cover the following...
Overview
Regardless of how much experience anyone has in their profession with the implementation of projects, planning them still leaves something to be desired. In a traditional project, planning only takes place at the start and is only adjusted later on if all deadlines are missed. This is usually discovered late, for example, if development is delayed or when critical errors are detected during testing.
In traditional projects, problems become apparent very late. Corrective measures are often taken at the last moment. Deadlines are shifted, the scope is reduced, or new people are added to the team. The first two are undesirable this late in a project, and adding people to the team isn’t effective because the new people must be familiarized with a team that’s already under high pressure. The Law of Brooks applies here, which says that adding more resources to a late project makes the project even later. This law also applies to Agile projects. ...