EDIT: You edited your question to ask for tips on moving to agile development. In my experience:
|
2 | Added tips on introducing agile. | ||
|
|
||||
|
1 |
|
||
|
Gathering all the requirements up-front doesn't work for several reasons, the most important of which is that software development is a wicked problem. To be more precise, it's non-linear. The end-users have a process that needs to be automated. But as soon as you start to automate that process with software, the users react with that software in unpredictable and messy ways. They will use your software to re-work their process, and this will inevitably lead to new requirements. So you will need to change your software to deal with this, and then go round the whole loop again. Continue until exhausted :-) There isn't really any alternative to iterating this loop several times. which is why agile software techniques are achieving so much attention. In your situation, I would sit down with the team, outline the problems with your current software development process, and then suggest how delivering software in a more iterative fashion might help. Do not suggest any specific agile methodology, but instead focus on delivering to the end-users more frequently. At the same time, you need to keep a close watch on scope creep. Many users will sneak-in new requirements, some of which may be very costly. You need to triage and "scrub" those new requirements to make sure that they're essential. |
||||
