If a project is in trouble, the project manager needs to work to recover it and get the schedule back on track. Hopefully, it's not too late to still meet the project deadlines and goals.

Performing a project recovery is not a fun or easy task, but setting out a simple track to follow will help the project manager recover the project. And it always feels good to save the day on a project.

Working through these four steps will help the project manager facilitate the recovery.

1. Identification

The first step is to identify the problem. You cannot even consider trying to recover a project that is in trouble if you don't know what the problem is in the first place.

While it might seem like a simple enough issue to diagnose, there can be difficulties in determining the exact root cause putting the project at risk in the first place. Perhaps the requirements were not defined well enough, or perhaps the schedule dictated by the customer was too aggressive.

Interviews with the project team and a careful analysis of the situation will help you identify the problem and move forward. But make sure to determine the cause of the problem.

Just putting a band aid on the symptoms will not help at this point.

2. Discussion

Once you have identified the problem, it's time to discuss it with the appropriate parties and determine the course of action that will recover the project.

This may not be an easy discussion if the people you're discussing it with are part of the problem!  It's important, though, to have a candid conversation and keep the discussion focused on the problem, not the person.

The facilitator should have all of the information at hand and be able to tell the story of why the project is in trouble. This discussion should lead to a solution that will steer the project back to meeting its goals.

3. Implementation

After all of the discussion and analysis, it's time to implement the solution that will recover the project.

The solution might involve changing the schedule baseline, updating the project scope or even making a change in the project team. The solution should be well-documented and communicated to all parties that will be involved in the recovery of the project.

All of the steps to recovery should be carefully outlined and detailed. There should be no questions about what needs to be done and when it must happen in order to put the project back on track.

This part of the recovery process should be well-thought-out and approved by management and the client. That way, the recovery can proceed without further delay or issues.

4. Re-baseline

Once the recovery of the project is proceeding, the project manager and the project schedule should reflect what is happening to recover the project.

Everything that happens in the recovery must become part of the project scope and schedule. Moving forward, the tasks of the recovery become incorporated into the project work. The re-baseline of the schedule should take into account the recovery tasks and the change in dates going forward after the recovery.

This is an excellent time to re-evaluate the entire project and determine if anything needs to be updated or changed so that the project not only proceeds, but also succeeds.

Summary

When recovering a project that's in trouble, identify the problem, determine how to recover, implement your solution and re-baseline the schedule. Set a simple track with these four steps.

Recovering a project is never easy or fun, but with some care and attention, it's possible to turn it around.

After all, it's never bad to be the person that saved the day.

The Four Stages of Recovering a Project的更多相关文章

  1. Project Management Process

    Project Management ProcessDescription .............................................................. ...

  2. Introduction to Project Management(II)

    Introduction The purpose of this paper is to gain an understanding of project management and to give ...

  3. uva 580 危险的组合(排列组合)

    Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Descript ...

  4. 集训第六周 M题

    Description   During the early stages of the Manhattan Project, the dangers of the new radioctive ma ...

  5. Unity Glossary

    https://docs.unity3d.com/2018.4/Documentation/Manual/Glossary.html 2D terms 2D Physics terms AI term ...

  6. 交付Dubbo微服务到kubernetes集群

    1.基础架构 1.1.架构图 Zookeeper是Dubbo微服务集群的注册中心 它的高可用机制和k8s的etcd集群一致 java编写,需要jdk环境 1.2.节点规划 主机名 角色 ip hdss ...

  7. (转)实验文档4:kubernetes集群的监控和日志分析

    改造dubbo-demo-web项目为Tomcat启动项目 Tomcat官网 准备Tomcat的镜像底包 准备tomcat二进制包 运维主机HDSS7-200.host.com上:Tomcat8下载链 ...

  8. (转)实验文档2:实战交付一套dubbo微服务到kubernetes集群

    基础架构 主机名 角色 ip HDSS7-11.host.com k8s代理节点1,zk1 10.4.7.11 HDSS7-12.host.com k8s代理节点2,zk2 10.4.7.12 HDS ...

  9. 11.实战交付一套dubbo微服务到k8s集群(4)之使用Jenkins进行持续构建交付dubo服务的提供者

    1.登录到jenkins,新建一个项目 2.新建流水线 3.设置保留的天数及份数 4. 添加参数 # 参数 . name: git_repo type: string description: 项目在 ...

随机推荐

  1. CSS Counters 计数属性

    CSS Counters其实就是一计数器,早期在CSS中计数器仅存在于ul和ol元素.如果要使用在div这样的元素上,只能通过list-style-image或者是元素的backgroud-image ...

  2. [iOS] UIImage和CGImageRef

    CGImageRef并不是面向对象的API,也不是类,只是一个指针类型,Quartz 2D对CGImageRef的定义为: typedef struct CGImage *CGImageRef; 由此 ...

  3. Html5的DeviceOrientation特性

    设备定位API 引用W3C中的设备定位API的规范描述可知,该API“……定义了多种新型DOM事件,旨在提供与主机设备相关的物理朝向与运动状态信息.”由API提供的数据产生自多种来源,其中包括设备上的 ...

  4. Linux_使用Linux之安装jdk 7

    工具/原料 jdk7源码安装压缩包 方法/步骤   卸载OpenJDK rpm -qa | grep java rpm -e --nodeps java-1.6.0-openjdk-1.6.0.0-1 ...

  5. 在Eclipse中配置Tomcat 创建和运行Servlet/JSP

    在Eclipse中配置Tomcat 创建和运行Servlet/JSP 步骤一:在Eclipse中配置Tomcat(注意下载Eclipse IDE for Java EE Developers) (1) ...

  6. 词频统计(WEB版)

    通过点击浏览按钮输入文件: 点击查询按钮后返回结果: 前台代码: <%@ Page Language="C#" AutoEventWireup="true" ...

  7. FZU 2092 bfs+记忆化搜索

    晚上团队训练赛的题 和普通bfs不同的是 这是同时操纵人与影子两个单位进行的bfs 由于可能发生人和影子同时接触水晶 所以不可以分开操作 当时使用node记录人和影子的位置 然后进行两重for循环来分 ...

  8. PHP 开发 APP 接口 学习笔记与总结 - 静态缓存

    存储静态缓存即把缓存写入文件. file.php <?php class Cache{ //静态缓存文件后缀名 const EXT = 'txt'; //定义缓存文件存放路径 private $ ...

  9. userDefaults

    // // RootViewController.m #import "RootViewController.h" @interface RootViewController () ...

  10. PHP获取当前日期和时间的方法

    PHP获取当前日期和时间的方法 来源:wikiHow   时间:2014-12-04 14:49:45   阅读数:7240 分享到:0 [导读] PHP是用来创建网络中动态内容的常见语言,因此PHP ...