Pulling the Plug on IT Projects

In my previous column, I talked about conducting triage on your IT projects — that is, deciding which projects should (or must) go forward, and which should (or must) be shut down. The next question is: what do you do with the projects that are to be shut down?

These IT projects typically fall into three different categories:

Projects that are being suspended for a relatively brief time, but then need to be   restarted quickly.

Projects that might be resurrected at some future date.

Projects that are really, truly dead (or deserve/need to be dead, e.g., ?death march? projects).

The shutting down process for these three categories differs not so much in the general steps as in the specific actions and decisions in each step. For example, the ?environmental impact statement? for a project being briefly suspended will likely be more brief than one for a project that is completely dead.

Create an Environmental Impact Statement
During the IT project triage process, you may have already done some analysis to determine the impact of shutting down this particular project ? let?s call it ?Project X?. Now is the time to complete and document that analysis.

Let me stress now the importance of documenting why Project X was shut down and what the likely consequences will be. At some point in the future, you may find this decision to be called into question. Even if the decision wasn?t yours to make, you may find yourself asked why Project X was ever shut down. If there were adverse consequences, you may find yourself asked why you didn?t warn anyone about them. So now is the time to get that information down onto hardcopy and into electronic form.

So, what are all the impacts of shutting down Project X? Here are some important ones:

Loss of possible business advantage. Project X was likely approved in order to provide some new line of   business or more successfully (i.e., profitably) compete in some existing line of business. The delay or death of Project X likely means the delay or death of that expected business advantage. That should be clearly documented.

Extended support and maintenance for the legacy system. Project X may have been intended to replace an existing ?legacy? system (let?s call it ?System W?), which was to have been retired with the deployment of Project X. Now System W will have to continue in operation for some definite or indefinite period of time, with the associated maintenance costs and other disadvantages.

Possible dependence upon end-of-life technologies. System W, the legacy system, may depend upon third-party commercial technologies ? operating systems, programming languages and environments, libraries, application ? that are facing their own end-of-life, that is, end of support from their respective vendors. In fact, that may have been a key reason why Project X was started in the first place. The delay/death of Project X and the extended life of System W means that you will have to deal with these end-of-life technology issues, such as support and bugs fixes (or the lack thereof), ongoing limitations of the old technology, and increasing incompatibility with newer technologies.

There may be other impacts specific to your organization.

Capture Lessons Learned
The next step is to document the lessons, good and bad, learned from Project X ? in effect, to conduct a post-mortem on Project X. A good reference for this effort is Chapter 8, ?Postabandonment Review: Learning from Abandoned Projects? from the book Software Development Failures by Kweku Ewusi-Mensah (MIT Press, 2003). In particular, Ewusi-Mensah lists (on page 193) a series of questions under three broad categories: project planning and initiation; project management and control; technical know-how and technology base.

But you can also gain a lot of valuable information by simply gathering project personnel in a room, serve them pizza, and ask: ?What worked well? What could we have done better? What caused problems for this project?? And if Project X may or will be resurrected at some future date, ask ?What should we do differently when this project starts again??

Harvest Valuable Intellectual Property
This can be a useful step even for projects that are beingsuspended relatively briefly. Having worked in major corporate software reuse initiatives, I am something of a reuse skeptic, at least as far as working core code goes. The classic reuse paradox states that the more suited a given piece of code is to a specific use, the less likely it can be reused elsewhere (and vice versa). On the other hand, software services, libraries, and shell scripts often have utility independent of any given application or system.

Preserve Project Deliverables
In theory, you should have a full-blown professional configuration management (CM) system that holds all the Project X deliverables: analysis documents, requirements and specifications, architecture and design documents, source code tree, test plans and scripts, test databases, and so on. This should be backed up in a few different ways (tape, DVD, hard drive) and carefully stored in a secure location.

Given the relatively inexpensive cost of hard disks, you should also consider just yanking the hard drives from the Project X development and test environments and likewise storing them in a secure location. This is especially true for projects that may be started up again. As good as your CM and backup processes are, it?s just hard to recreate a functioning development or test environment from backup media.

Reassign Personnel
The people working on Project X have to go somewhere else.If Project X is only being suspended for a relatively short period of time, then you want key personnel to remain available to come back. On the other hand, if Project X is dead or will be dormant for some time, then you need to find more permanent slots for them. Unless, of course, you?re having to reduce head count as well ? but that?s the subject for my next column.

Bruce F. Webster is an international IT consultant. You can reach him at [email protected] or via his websites at brucefwebster.com and bfwa.com.