Project management in the modern sense began in the early 1950s, although it has its roots further back in the latter years of the 19th century. The driver for project management was businesses realising the benefits of organising work around projects and the critical need to communicate and co-ordinate work across departments and professions.

Many organisations don't employ full-time project managers and it is common to pull together a project team to meet a specific need. While many people may not have formal skills in a project methodology, taking a role in a project team is an excellent learning opportunity and can improve a person's career profile.

Here is the main definition of what project management is:

  • Project management is no small task.
  • Project management has a definite beginning and end. It is not a continuous process.
  • Project management uses various tools to measure accomplishments and track project tasks. These include Work Breakdown Structures, Gantt charts and PERT charts.
  • Projects frequently need resources on an ad-hoc basis as opposed to organisations that have only dedicated full-time positions.
  • Project management reduces risk and increases the chance of success.

Project management is often summarised in a triangle (see Figure 1). The three most important factors are time, cost and scope, commonly called the triple constraint. These form the vertices with quality as a central theme.

Figure 1: The triple constraint

  • Projects must be within cost.
  • Projects must be delivered on time.
  • Projects must be within scope.
  • Projects must meet customer quality requirements.

More recently, this has given way to a project management diamond, with cost, time, scope and quality the four vertices and customer expectations as a central theme (see Figure 2). No two customer expectations are the same so you must ask what their expectations are.

Figure 2: The project management diamond

A project goes through six phases during its life:

  1. Project Definition: Defining the goals, objectives and critical success factors for the project.
  2. Project Initiation: Everything that is needed to set-up the project before work can start.
  3. Project Planning: Detailed plans of how the work will be carried out including time, cost and resource estimates.
  4. Project Execution: Doing the work to deliver the product, service or desired outcome.
  5. Project Monitoring & Control: Ensuring that a project stays on track and taking corrective action to ensure it does.
  6. Project Closure: Formal acceptance of the deliverables and disbanding of all the elements that were required to run the project.

The role of the project manager is one of great responsibility. It is the project manager's job to direct, supervise and control the project from beginning to end. Project managers should not carry out project work, managing the project is enough. Here are some of the activities that must be undertaken:

  • The project manager must define the project, reduce it to a set of manageable tasks, obtain appropriate resources and build a team to perform the work.
  • The project manager must set the final goal for the project and motivate his or her team to complete the project on time.
  • The project manager must inform all stakeholders of progress on a regular basis.
  • The project manager must assess and monitor risks to the project and mitigate them.
  • No project ever goes exactly as planned, so project managers must learn to adapt to and manage change.

A project manager must have a range of skills including:

  • Leadership;
  • People management (customers, suppliers, functional managers and project team);
  • Effective communication (verbal and written);
  • Influencing;
  • Negotiation;
  • Conflict management;
  • Planning;
  • Contract management;
  • Estimating;
  • Problem solving;
  • Creative thinking; and
  • Time management.

"Project managers bear ultimate responsibility for making things happen. Traditionally, they have carried out this role as mere implementers. To do their jobs they needed to have basic administrative and technical competencies. Today they play a far broader role. In addition to the traditional skills, they need to have business skills, customer relations skills, and political skills. Psychologically, they must be results-oriented self-starters with a high tolerance for ambiguity, because little is clear-cut in today's tumultuous business environment. Shortcomings in any of these areas can lead to project failure." - J. Davidson Frame

Many things can go wrong in project management. These things are often called barriers. Here are some possible barriers:

  • Poor communication;
  • Disagreement;
  • Misunderstandings;
  • Bad weather;
  • Union strikes;
  • Personality conflicts;
  • Poor management; and
  • Poorly defined goals and objectives.

A good project management discipline will not eliminate all risks, issues and surprises, but will provide standard processes and procedures to deal with them and help prevent the following:

  • Projects finishing late, exceeding budget or not meeting customer expectations.
  • Inconsistency between the processes and procedures used by projects managers, leading to some being favoured more than others.
  • Successful projects, despite a lack of planning, achieved through high stress levels, goodwill and significant amounts of overtime.
  • Project management seen as not adding value and as a waste of time and money.
  • Unforeseen internal and/or external events impacting the project.

Project management is about creating an environment and conditions in which a defined goal or objective can be achieved in a controlled manner by a team of people.

Introduction to Project Management(I)的更多相关文章

  1. Introduction to Project Management(II)

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

  2. The Simplified Project Management Process

    One of the challenges of explaining project management to people who are unfamiliar with the approac ...

  3. Project Management Process

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

  4. Introduction to Financial Management

    Recently,i am learning some useful things about financial management by reading <Essentials of Co ...

  5. 简介 - PMP(Project Management Professional)

    PMP(Project Management Professional) 官网(英文报名):https://www.pmi.org/ 中文注册:http://exam.chinapmp.cn/ Boo ...

  6. 10 Rules of Highly Successful Project Management

    I commited the information below to report PDU of PMI. ^_^. In this paper, the author introduces his ...

  7. Software Engineering: 2. Project management

    resources:"Software Engineering" Ian Sommerville For most projects, important goals are: D ...

  8. 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 ...

  9. Software Project Management 2017 Homework 1

    Recently, I have a project, I use Unity3D to finish a visualization work, which is the final project ...

随机推荐

  1. BZOJ 1036 && 树链剖分

    还是太弱啊..各种数据结构只听过名字却没有一点概念..树链剖分也在这个范畴..今天来进一步深化一下教育改革推进全民素质提高. 性质 忘了在哪里看到的一篇blog有一句话讲得非常好,树链剖分不是一种数据 ...

  2. 一个spring jdbc实例

    一.使用示例 (1)springJdbcContext.xml <?xml version="1.0" encoding="UTF-8"?> < ...

  3. Git Shell 安装版本

    #!/bin/sh v1.; do echo "Begin install Git $ver."; git reset --hard git clean -fdx git chec ...

  4. lightning mdb 源代码分析(1)

    lighting mdb(lmdb) 是一个高性能mmap kv数据库,基本介绍和文档参见symas官网,本文将尝试分析其源代码结构以理解数据库设计的关键技术. 本系列文章将尝试从以下几个方面进行分析 ...

  5. PB 简单笔记!

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

  6. Json 数据

    来自:极课学院 简介: json与xml json语法 json对象 json对象数组 用到的包 读取json数据例子 创建json数据

  7. Samba结合AD实现域帐号认证的文件服务器

    准备一台Windows域控制器, 在Samba服务器上安装Webmin图形化管理工具, samba, krb5-user, winbind. 修改/etc/krb5.conf. [logging] d ...

  8. NBOJv2 1034 Salary Inequity(DFS序+线段树区间更新区间(最值)查询)

    Problem 1034: Salary Inequity Time Limits:  10000 MS   Memory Limits:  200000 KB 64-bit interger IO ...

  9. SqlServer表数据与excel中数据的互相复制

    一.SqlServer表数据复制到excel 1.新建查询,用sql语句把表数据读出来 2.然后,选择数据,右键,复制(也可以点击连同标题复制),复制到记事本中(不然会乱码) 3.然后再把记事本的内容 ...

  10. [读书笔记]项目管理实战:Microsoft Project精髓与方法

    <项目管理实战:Microsoft Project精髓与方法>是Bonnie Biafore 写的一本书.Bonnie Biafore 作为项目管理师(PMP),她有20余年为大中小型客户 ...