views:

450

answers:

3

My organization's main project went live on Monday. That was my third day here. Now that I've been here almost a week, I'm tasked with creating a change management plan for the maintenance of the application and preparation for phase 2, which will commence "someday." We're a Microsoft shop but open-minded.

I'm looking for some suggestions on CM techniques and especially tools that will help with this. I'm familiar with ITIL and I've been considering how its concept of CM could apply to this project, but admittedly this one is a lot smaller than I'm used to (< 100 users versus thousands). I'm not exactly sure how, or if, ITIL can be pared down to such a small project. Or maybe I'm thinking too small.

How does your organization manage change at the system level? Does it work for you? How could it be improved?

To further clarify, can anyone recommend a CM process and tool, perhaps from the open source or agile worlds?

+2  A: 

Enforce the concept of "Variations". Make the process formal at every stage and make them fill out forms, get costing and approval etc. This will weed out a lot of "Gee, wouldn't this be nice... for free" and also will identify which changes are major and worthy of being their own projects / subprojects. Keep a risk register and openly discuss how any proposed changes may affect the project as a whole.

CAD bloke
Yeah, those are good suggestions and a lot of that is encompassed by solid project management. I'm looking for something more concrete, perhaps a defined process and tools to go with it (imagine Agile CM or somesuch).
Robert S.
+3  A: 

Establish a review board, with senior representatives from development, operations, qa, the business, etc., with the CM manager as the chair. All changes have to be presented to the board.

In one place I worked you needed unanimous approval to implement a change. In another a 2/3 majority was enough. At both places though, you had to get your s**t together when presenting a change; you really didn't want to be unprepared and look like a fool.

The CM team defines the "artifacts" required to pass the control gate, usually a series of forms with a checklist as a guide. If the system is "mission critical" you may also want to do some kind of CM audit to ensure that your development process was followed (unit tests were run, files placed under version control, tagged properly with comments, QA tests signed off, etc.).

For tools, a simple spreadsheet or database is usually enough, something you can put together yourself, tailored to your organization's processes. Keep it simple.

The CM manager also has to have some "teeth" and be able to enforce the decisions of the review board. CM is a quality process, and is there to ensure that quality standards are maintained, not that deadlines are met.

Patrick Cuff
+1  A: 

More companies in the UK seem to be embracing ITIL for Change Management. The last couple of places I've worked have used an application called Sostenuto which tries to match with the areas like Incident, Problem and Change Management. I'm not convinced whether it's the best way to go about things yet though.

Dean Madden