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. HDU 4417 (划分树+区间小于k统计)

    题目链接:  http://acm.hdu.edu.cn/showproblem.php?pid=4417 题目大意:给定一个区间,以及一个k值,求该区间内小于等于k值的数的个数.注意区间是从0开始的 ...

  2. RETINA显示屏下ICON优化方法

    便于理解,先来了解几个名词: dpi(dots per inch),每英寸的点数,用来测量任何设备的硬件分辨率.一个21”的屏幕可以拥有1680 X 1050 的分辨率,27”的屏幕也可以拥有相同的分 ...

  3. 苹果应用商店DNS修改加快下载速度

    具体方法:依次点击进入[设置]→[无线局域网]→[WiFi网络右侧小i图标]→更改DNS地址,可以按照自身需求选择以下某个DNS进行更换. OpenDNS:208.67.222.222和208.67. ...

  4. Windows Phone7 快递查询

        (1)API去友商100里申请 布局代码: Exp.xaml <phone:PhoneApplicationPage x:Class="WindowsPhone_Express ...

  5. TYVJ P1015 公路乘车 &&洛谷 P1192 台阶问题 Label:dp

    题目描述 有N级的台阶,你一开始在底部,每次可以向上迈最多K级台阶(最少1级),问到达第N级台阶有多少种不同方式. 输入输出格式 输入格式: 输入文件的仅包含两个正整数N,K. 输出格式: 输入文件s ...

  6. 使用Qt 开发图形界面的软件

    3DSlicer, a free open source software for visualization and medical image computing AcetoneISO:镜像文件挂 ...

  7. PB 简单笔记!

    1.总体说明: a) 程序不区分大小写 b) 赋值用=  –String city=“南京”,country ;Integer  person[3]={3,8,9};String s = ' You ...

  8. JavaScript - prototype 和 call 的理解

    prototype: 其实对象直接通过 [object.属性/方法]  来定义方法和属性也是可以的,但是会变成静态属性和静态方法,也就是调用的时候也是通过“.”来调用的.但如果通过prototype来 ...

  9. Net-Speeder为OpenVZ加速

    VPS购买地址 1. net-speeder安装 wget https://coding.net/u/njzhenghao/p/download/git/raw/master/net_speeder- ...

  10. gridview header增加排序图标

    /* add sorting icons to gridview sort links */a.asc:after, a.desc:after { position: relative; top: 1 ...