By Kevin Morrison on Saturday, 23 July 2011
Category: Web Design

Seven steps for avoiding scope creep

The expansion of a project outside of the planned objectives, commonly known as scope creep, is an inherent part of IT development. Scope creep can originate from several sources and is a leading cause of project failure when handled poorly. You must take measures to control project embellishment and to ensure that you and your team don’t fall victim to its unsavory results—deadline delay and budget shortage.

Fortunately, there are a number of strategies you can follow to keep scope creep from derailing your projects. We’ll outline these strategies in a moment. First, however, here’s a short cautionary tale that illustrates how badly things can go awry without proper planning and control.

Horror story
While working at a consulting firm, I witnessed the scope struggles of our sister company during an in-house development effort to deliver a Web-centric desktop environment to users. This project, which began in earnest about five years ago, followed no project plan and had only a lead developer to guide its progress. It was started with a handful of talented Java developers who had only the vision of their non-technical president to guide them.

If this sounds like a nightmare, it was—and still is. Today, this company has one nonpaying client and a product that was surpassed by competitors two years ago. While it continues to limp along, the company itself has become unable to pay its employees, is seen as a bottomless money pit by investors, and is still considered by its management to be a start-up. With no formal project agreement to work from, the scope of this project changed constantly, even daily, and all efforts, from development to sales and quality assurance, became stunted by the massive workload a changing vision created.


On the bright side
The effects of scope creep are not always negative, depending on your situation. If you work as a consultant or for a consulting firm, “feature-itis" can be great for business—as long as it’s handled professionally. For in-house software development, additional features could give your product the edge over your competition. But, that edge is lost if you release a month or two late. Regardless of the perceived effects of scope creep, cost is the bottom line. By controlling your cost of development and by delivering on time, your project can be a success, without compromising flexibility in production.

Scope control starts on day one
Controlling the scope of your project begins before the first line of code is written. Every development effort should have a corresponding project plan or project agreement, regardless of the situation. Even if you’re just one developer trying to make the boss happy, you’ll benefit greatly from documenting your efforts before you begin them. Use the following guidelines to set yourself up to successfully control the scope of your project:
 

Be sure you thoroughly understand the project vision. Meet with the project drivers and deliver an overview of the project as a whole for their review and comments.


If you can perform all of these steps immediately, great. However, even if you start with just a few, any that you’re able to implement will bring you that much closer to avoiding and controlling scope creep. That way, you are in a better position to control your project, instead of your project controlling you.
Leave Comments