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. [二分图&最小割]

    OTL@assassain 反转源汇的模型: 给定一个二分图,同时选择集合中的两个点会有一个代价,选择每一个点有一个收益,问最大收益是多少 (即两个点在不同的集合中是有冲突关系的) 解法: 用最小割模 ...

  2. c++ namespace的使用

    ** namespace:命名空间就是为解决C++中的变量.函数的命名冲突而服务的. ** namespace定义的格式基本格式是: namespace identifier {    entitie ...

  3. 使用edtftpj-***.jar上传下载中文问题的解决方案和注意点

    FileTransferClient ftpClient = null; try { ftpClient = new FileTransferClient(); // set remote host ...

  4. CSS中zoom:1的作用 ,小标签大作用

    CSS中zoom:1的作用兼容IE6.IE7.IE8浏览器,经常会遇到一些问题,可以使用zoom:1来解决,有如下作用:触发IE浏览器的haslayout解决ie下的浮动,margin重叠等一些问题. ...

  5. 4.用文本编辑器输入课堂上练习的Hello.java,并在JDK环境下编译和运行。请将程序编译、运行的结果截图,填入下框中。

    一开始报错是因为在文本框了的:用的是中文下的,应该用英文下的;

  6. IIS权限设置

    Check in the IIS Manager to see what authentication type is enabled on the directories that are part ...

  7. 《你不知道的JavaScript》读书笔记(一)作用域

    名词 引擎:从头到尾负责整个 JavaScript 程序的 编译 及 执行 过程. 编译器:负责 语法分析 及 代码生成. 作用域:负责收集并维护由所有声明的标识符(变量)组成的一系列查询,并实施一套 ...

  8. Redis 笔记与总结2 String 类型和 Hash 类型

    Linux 版本信息: cat /etc/issue 或cat /etc/redhat-release(Linux查看版本当前操作系统发行版信息) CentOS release 6.6 (Final) ...

  9. Bootstrap页面布局5 - 响应式布局(格式)

    旨在优化不同上网设备中页面显示的优化 响应式布局:就是根据浏览窗口的尺寸,改变页面的变化 原理:利用css的media-queries判断浏览窗口的尺寸,在CSS样式表中设置一些规则! 例如: 在&l ...

  10. SQL搜索下划线,like中不能匹配下划线的问题

    最近在检测天气预报15天查询网 站(http://tqybw.net)时的URL时,发现页面中有很些404页,分析发现,是请求地址的能参数中多了下划线“_”,而rewrite规 则中并没有配这样的规则 ...