show/hide this revision's text 2 Added tips on introducing agile.

EDIT: You edited your question to ask for tips on moving to agile development. In my experience:

  • Find somebody in the business who will champion the agile process. When you have good business buy-in, the IT team will follow.
  • Also talk to the other project stakeholders such as the end-users and the project manager. Don't do this in an evangelistic manner by hyping agile, but more in a experimental manner.
  • Change doesn't happen without a pain point. So find the project pain points, and see how agile development can help with these.
  • Don't chose any specific agile methodology, but rather focus on iterating and delivering more often. I find that taking the total project estimate (say 25 weeks) and then square-rooting that number (5 weeks) works. So with those numbers, the team delivers something useful to the customers approximately every 5 weeks.
  • Don't under-estimate the cultural changes involved. For some organizations having the development team working closely with the users of the system is new and disturbing. Users have a habit of interrupting development nirvana with nasty exceptions to business processes. Likewise, many business folks equate working with the development team as having to join their mechanic in the muck and oil of a garage when getting their car repaired. Have your arguments prepared beforehand to address these points.
  • show/hide this revision's text 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.