The Simplified Project Management Process
One of the challenges of explaining project management to people who are unfamiliar with the approach, is that descriptions are often either so high-level as to be meaningless, or so detailed that they are overwhelming. Over the years, I have come to use a model as a framework for introducing and discussing project management tools and techniques. It can be used as the basis for a five-minute explanation of what is involved in project management, but also as an outline for more detailed discussions. (The actual model can be found on the Key Consulting website under free templates and info.)
A brief description of each step follows:
Assemble Team
The project planning team will be assembled, including appropriate representation from customers/clients, and sometimes subcontractors and vendors. Initial roles and responsibilities will be defined.
Deliverables: Initial project setup documentation.
Define Project Objective
With the project team in place, the overall project purpose will be verified and detailed project objectives developed. A phase-exit review will be conducted to ensure that the project is ready to move into the next phase, which is planning.
Deliverables: project charter, phase-exit review checklist.
Define Project Scope
An appropriately detailed Work Breakdown Structure (WBS) will be developed to ensure the project scope is properly agreed to and understood by all stakeholders. This also allows the complete project to be split into appropriate sub-projects and/or phases.
Deliverables: Project work breakdown structure.
Construct an Initial Plan
Once tasks of an appropriate level have been identified in the WBS, they will be organised by the project team into logical network diagrams, with estimated durations. This allows the project manager to predict when activities will be complete, assess the feasibility of target dates, and identify the critical path for the project.
Deliverables: Initial work plan.
Add Resources, Costs, Risks, etc.
Certain project resources may be defined as critical resources. In particular, the project manager may suspect that key project staff may be faced with too much work. If so, estimated resource usage information can be added to the project plan to allow resource forecasting. Cost is obviously also critically important, and expenditures can be added to the plan to create estimated cash-flow requirements. Risk management can also be utilised on projects to provide a framework to better manage events that occur beyond the control of the project team.
Deliverables: Resource availability and commitment profiles, risk identification and control strategies, cash-flow forecasts.
Obtain Stakeholder Buy-in
To ensure the project is implemented as smoothly as possible, with the support of the involved parties, it will be necessary to review the initial plans with all the major project stakeholders and to solicit buy-in from each one. A phase-exit review will be conducted to ensure that the project is ready to move into the next phase, which is control.
Deliverables: Approved final plan, phase-exit review checklist.
Publish the Plan
Once the plans are agreed to, they must be effectively communicated to all stakeholders. This can be done in hard copy or via electronic media, depending on the resources available. On most projects, a communications plan will be developed, and distribution of the plans will follow the guidelines laid out in the communications plan.
Deliverables: Plan published to all stakeholders.
Collect Progress Information
On a regular basis, the project manager will collect progress information that has been reported by the project team. This will allow the compilation of progress reports, such as:
- Activities completed within the past two weeks.
- Activities forecast for the next two weeks with a focus on activities on the critical path.
- Funds expended vs. fund expenditure forecast.
- Prioritised issues report.
Metrics can also be developed to measure project progress in other ways, such as earned value, or activity float statistics. If the project manager reviews the progress data and concludes that the project is complete, a phase-exit review will be completed to confirm that all the objectives have been met before moving into the final closure phase.
Deliverables: Set of progress reports, set of exception reports, metrics report, (phase-exit review checklist).
Analyse Current Status
By analysing the progress information received, the project manager will be able to augment the above reports with information about which areas of the project are of concern and where problems are likely to occur in the future. This allows managers to focus on the important/critical areas of the project.
Deliverables: Project evaluation report(s).
Adjust the Plan, and Manage Project Change
Based on the analysis, and with the support of the project team, the project manager will make plan adjustments to help reduce risks, accommodate scope changes, or to compensate for activities that have not occurred on schedule. Once this has happened, the plan will re-published and the cycle repeated until the project is complete.
Deliverables: Change request forms, updated plan.
Close Project
When the objectives of the project have been achieved, the project manager will close down the project. This will involve some financial closure tasks, as well as archiving of the project materials. A lessons-learned document will be developed to benefit future projects, and if possible a project team celebration will be held.
Deliverables: Final project report including lessons learned.
The Simplified Project Management Process的更多相关文章
- 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 ...
- Introduction to Project Management(I)
Project management in the modern sense began in the early 1950s, although it has its roots further b ...
- 【转】bug management process
What is Bug? A bug is the consequence/outcome of a coding fault What is Defect? A defect is a variat ...
- 简介 - PMP(Project Management Professional)
PMP(Project Management Professional) 官网(英文报名):https://www.pmi.org/ 中文注册:http://exam.chinapmp.cn/ Boo ...
- 10 Rules of Highly Successful Project Management
I commited the information below to report PDU of PMI. ^_^. In this paper, the author introduces his ...
- Software Engineering: 2. Project management
resources:"Software Engineering" Ian Sommerville For most projects, important goals are: D ...
- Software Project Management hw1
I just want to say something about my java project that I did last year. Our task is to finish a lin ...
- Linux Process Management && Process Scheduling Principle
目录 . 引言 . 进程优先级 . 进程的生命周 . 进程表示 . 进程管理相关的系统调用 . 进程调度 . 完全公平调度类 . 实时调度类 . 调度器增强 . 小结 1. 引言 在多处理器系统中,可 ...
随机推荐
- JavaBean中的get/set 的命名规范
最近的struts项目中遇到了这样的问题: 我的action中全局变量明明有getset方法,而且是自动生成的,但是在使用的时候,总是说找不到这个属性的getset方法,取不到从jsp传来 的值, ...
- Android解析XML(PULL方式)
PULL 的工作原理: XML pull提供了开始元素和结束元素.当某个元素开始时,可以调用parser.nextText从XML文档中提取所有字符数据.当解析到一个文档结束时,自动生成EndDocu ...
- IOS 获取最新设备型号方法
1.IOS 获取最新设备型号方法列表最新对照表:http://theiphonewiki.com/wiki/Models方法: #import "sys/utsname.h” struct ...
- Codeforces Round #190 DIV.2 A. Ciel and Dancing
#include <cstdio> #include <iostream> #include <vector> using namespace std; int m ...
- hiho 毁灭者问题
描述 在 Warcraft III 之冰封王座中,毁灭者是不死族打三本后期时的一个魔法飞行单位. 毁灭者的核心技能之一,叫做魔法吸收(Absorb Mana): 现在让我们来考虑下面的问题: 假设你拥 ...
- stringstream 使用方法
C++中的stringstream是专门用来处理字符串流的,可以按顺序将string或int都拼接起来,而不用把int转换为string格式,使用方法如下: #include <string&g ...
- openstack是什么
下面图片多来自互联网. 云计算: 云计算层次机构模型: IaaS 基础设施服务 PaaS 平台级服务 SaaS 软件级服务 官网:http://www.openstack.org/ openstack ...
- WampServer搭建php环境时出现的哪些问题?
WampServer搭建php环境时遇到的问题 安装时报错,缺少MSVCR100.dll文件 这是因为wampServer安装时用到的vc库没有更新,要安装更新之后再进行安装,因为之前安装的VC版本低 ...
- JAVA字符串转日期或日期转字
文章中,用的API是SimpleDateFormat,它是属于java.text.SimpleDateFormat,所以请记得import进来! 用法: SimpleDateFormat sdf ...
- htc M8 无法自动恢复数据连接(4g)的问题解决
情况如下:htc m8 tdd-lte的双待手机,4g.2g同时在线. 本月出现,在短时间没有信号的情况后,无法恢复数据连接,哪怕是edge,更不论4g了. 尝试各种方法无解.最后咨询10086解决此 ...