The "Real" Project Plan
"I need a project plan by tomorrow morning." As project managers, that's what we hear. But we know that what the boss usually means is that s/he wants a project schedule. There is a problem though, how can you come up with a schedule without having the "real" project plan first?
The project plan, or project management plan as defined by PMI (for simplicity, we'll call it project plan in this article), is completely different from a project schedule and is the result of the planning processes. A change in the project plan can affect the project schedule. The project plan describes how the project work will be performed. It is the primary source of information for how the project will be planned, executed, monitored, controlled and closed.
The development of the project plan is an iterative process in itself. It is composed of a single document or a master document with a series of subsidiary documents, each defining one or several areas of the project management process.
The project plan content varies based on the project scope and complexity of the project. PMI says that the plan includes:
- The project management processes selected by the project management team.
- The level of implementation of each selected process.
- The descriptions of the tools and techniques to be used for accomplishing those processes.
- How the selected processes will be used to manage the specific project, including the dependencies and interactions among those processes, and the essential inputs and outputs.
- How work will be executed to accomplish the project objectives.
- How changes will be monitored and controlled.
- How configuration management will be performed.
- How integrity of the performance measurement baselines will be determined and used.
- The need and techniques for communicating among stakeholders.
- The selected project life cycle and, for multi-phase projects, the associated project phases.
- Key management reviews for content, extent, and timing to facilitate addressing open issues and pending decisions.
A subsidiary plan may include but is not limited to:
- Project scope management plan.
- Schedule management plan.
- Cost management plan.
- Quality management plan.
- Process improvement plan.
- Staffing management plan.
- Communication management plan.
- Risk management plan.
- Procurement management plan.
The plan may include these other components, once they are known, in a subsequent iteration, but is not limited to:
- A milestone list.
- A resource calendar.
- A schedule baseline.
- A cost baseline.
- A quality baseline.
- A risk register.
A project plan is not a one-time deliverable that remains static throughout the project. Updates arising from approved changes during project execution may significantly impact parts of the plan. The project plan must be kept in sync with approved changes and this is an iterative and ongoing process called rolling wave planning and the results of these iterations are documented as updates to the project plan.
Now that we know what a "real" project plan is, it is time your boss does too. Don't you think so...? Well, I do.
The "Real" Project Plan的更多相关文章
- 如何在美国公司写project plan 邮件--以hadoop安装和Mahout数据分析为例子
Hi, XXX (boss name) Project Title: Hadoop installation and Data analysis based on Mahout Deliverabl ...
- Software Engineering: 3. Project planning
recourse: "Software Engineering", Ian Sommerville Keywords for this chapter: planning sche ...
- 2.3 CMMI2级——项目跟踪和控制(Project Monitoring and Control)
计划不是用来看的,是用来执行的.PP讲述了如何做计划,PMC讲述的就是如何跟踪计划的执行并在实际情况偏离计划时采取纠正行动. 我们先看看SG1,SG1讲述的是如何根据计划来跟踪计划的执行问题. SG1 ...
- 2.2 CMMI2级——项目计划(Project Planning)
大家都明白这样的一个道理:做事情要有计划,有一个不成熟的计划总比没有计划要好,软件开发这么复杂的活动,更加需要计划.那么应该怎样做好一个计划呢? 如果对项目的范围.规模.性质.任务.工作量.费用等都不 ...
- BI Project Managerment
Design doc is the meta data of the code. The project management plan is crucial to your project sinc ...
- Effective Project Communications
I was recently invited to speak at a conference in Singapore on Effective Project Communications. I' ...
- The Simplified Project Management Process
One of the challenges of explaining project management to people who are unfamiliar with the approac ...
- Project Management Process
Project Management ProcessDescription .............................................................. ...
- Introduction to Project Management(II)
Introduction The purpose of this paper is to gain an understanding of project management and to give ...
随机推荐
- 【TYVJ】1307 联络员(最小生成树)
http://tyvj.cn/Problem_Show.aspx?id=1307 kruskal裸题.(水题红色警报) #include <cstdio> #include <cst ...
- windows环境下nginx的启动、停止
Windows下Nginx的启动.停止等命令 在Windows下使用Nginx,我们需要掌握一些基本的操作命令,比如:启动.停止Nginx服务,重新载入Nginx等,下面我就进行一些简单的介绍.1.启 ...
- FFmpeg - 音频解码过程
1. 注册所有解码器 av_register_all(); 2. Codec & CodecContext AVCodec* codec = avcodec_find_decoder(CODE ...
- HTML5怎样在网页中使用摄像头功能
怎样在网页中使用摄像头,html5越来越多的使用到实际工作中,那么他怎样调用摄像头呢进行视频聊天,视频监控等活动呢,今天为大家抛砖引玉,教大家怎样实现怎样利用html5实现摄像头视频监控功能.废话不多 ...
- Careercup | Chapter 7
7.4 Write methods to implement the multiply, subtract, and divide operations for integers. Use only ...
- VSS错误自动修复
公司项目开发源代码管理一直用vss,从vss6.0用到vss8.0(vss2005),在近两年的试用中碰到一些大大小小的问题:1:vss服务迁移,这个比较好办,直接将整个vss目录拷贝过去,加上相应的 ...
- $.each(),$.map()归纳
//$.each()对字典(没有索引).数组(有索引) 遍历 //两个参数 var json={"name":"李可","age":&quo ...
- checkbox 全選、取消全選、反選
在寫一個全選.取消全選.反選的功能時. 未來元素[type='checkbox'],在使用了jquery-1.11.1.min.js版本的jquery時: 功能版本1: 存在的問題,當使用了attr時 ...
- [转]漫谈数据中心CLOS网络架构
http://djt.qq.com/article/view/238 1.数据中心网络架构挑战 随着技术的发展,数据中心的规模越来越大,一个数据中心的服务器容量从几年前的几千台服务器发展到今天的几万甚 ...
- nginx下使用memcache
nginx配置支持memcache,但不支持写,支持读,所以读取部分由程序设置,整个代码如下nginx的server段配置如下:#将静态文件放入memcachelocation ~* \.(gif|j ...