The key to being a smart project manager is to remember how you are going to manage your project, to know what to do if it does not work, and to win and keep the support of all of the project stakeholders.

How are you going to do it?

Remembering the following key points should ensure a successful project:

  • Use your project methodology
  • Focus on your project initiation document (PID), the specific products, maintaining quality, your risk register, your project work plan and always use change control.
  • Use your experience
  • Understand the corporate culture, learn any lessons from previous projects and get the best people available for your project team.
  • Use your common sense

Manage the expectations of the customer, the users and the project board. Know your assumptions for the project and include them in your PID.

What if it does not work?

Having said all of the above, mistakes and problems will occasionally happen, despite all of your best efforts as project manager. If this is the case, the important thing to do is to rely on your project methodology:

  • The project board is a major component of your insurance policy. Risks and problems are shared.
  • The risk register is another part of your insurance policy. If your risks are declared and accepted at the outset, any subsequent difficulties can be managed and overcome.
  • The assumptions and constraints included in your PID complete your insurance policy.

Win and keep the support of your stakeholders

If you are a smart project manager, you will have established:

  • A strong relationship with your customers.
  • Your position as an equal with the project board.
  • A strong relationship and trust with the project executive, who is usually the project sponsor.

There may be other stakeholders that you need to be aware of and work with during the course of the project. These could include senior corporate management, external suppliers, trade associations, trade unions, future recruits or government departments, depending on the organisation and the nature of the project.

If you are unsure as to who are the most important stakeholders in the project, it may be worth using a tool such as a stakeholder influence and interest matrix which cross-references the interest and influence of each person. Individual stakeholders can be placed in the grid based on your assessment of their influence on and interest in the project. An outline of this matrix is provided in my Project Skills eBook. Building these relationships, especially with the project board, project executive and customers, puts you in a position to get the rules changed in your favour.

Close the project in the right way

There are a number of important steps that should be carried out in order to close a project in the right way:

  • Obtain customer acceptance of the final product or outcome, ideally in writing in the form of acceptance certificates.
  • If appropriate, obtain operational acceptance in the same way.
  • Produce the final end of stage report for the project board.
  • Archive all project documents for future reference.
  • Record the lessons learned during the project.
  • Conduct a review of the project in relation to the original business case, in order to ensure that the required products or outcomes have been met.
  • Finally, handover the finished product or outcome to the customer.

Whether you are a smart project manager or just an average one, you will carry the can for problems, whatever the cause! Accept that this will happen, welcome it and even play to it. You will gain respect and support from all of your stakeholders and colleagues.

Be a Smart Project Manager的更多相关文章

  1. PM(Project Manager):系列博客

    http://blog.csdn.net/MoreeVan/article/list/2

  2. 思考之一——PM(Project Manager)

    摘自:http://blog.csdn.net/moreevan/article/details/6697806

  3. Dear Project Manager, I Hate You

    项目经理,我恨你,而且我知道你也恨我.我真的不理解,你究竟是做什么的. 你是一个多么独特的角色呀,几乎每个公司都要雇用你这样的人.可在不管大大小小的项目中,你与其说是帮忙,不如说是添乱.我坚信,大部分 ...

  4. 在IT公司,project manager 基本上和秘书,助理什么的差不多

    我感觉非常有道理,所以我不做Leader,哈哈哈

  5. vscode插件Project Manager

    参考链接:https://www.jianshu.com/p/b11532b91414

  6. 【转】issue management in your test project

    What is Issue Management? Issue Management is the process to make others aware of the problem and th ...

  7. Software Engineering: 2. Project management

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

  8. The Four Stages of Recovering a Project

    If a project is in trouble, the project manager needs to work to recover it and get the schedule bac ...

  9. Top Five Communication Skills for Project Managers

    Research among project managers globally identifies top communication skills for leading teams. Lead ...

随机推荐

  1. Java读数据是的编码问题。

    今天使用Java的I/O读写数据的时候,出现了中文乱码问题,在老师的帮助下找到了问题的根源: 在window中新建文件时,如果你新建的是文本文件或者是一个windows无法识别的文件,他默认使用的编码 ...

  2. MySQL安装问题:Unable to update security settings解决方案

    主要问题还是之前装过,卸载的时候卸载不干净导致的. 如下: 安装到最后出现: Unable to update security settings. Access denied for user 'r ...

  3. c语言字符串操作,及常用函数

    一,字符串操作 1 . strcpy : 拷贝 char *stpcpy(char *destin, char *source); 2 . strcat :  拼接 char *strcat(char ...

  4. Javascript刷新页面大全

    非模态刷新父页面:window.opener.location.reload(); 模态刷新父页面:window.dialogArguments.location.reload(); 先来看一个简单的 ...

  5. 关于UIWebView的总结

    关于UIWebView的总结 前言 今天参加了 Adobe 和 CSDN 组织的一个关于 PhoneGap 的开发讲座 ,而 PhoneGap 在 iOS 设备上的实现就是通过 UIWebView 控 ...

  6. QTabWiget Change Color 改变颜色

    Qt中的QTabWiget 类提供了一个标签控件,但是这个控件默认初始化的颜色是白色,和原窗口的颜色不同,看起来非常的违和,所以我们希望将其的背景颜色设为当前窗口的背景颜色.我们所要做的就是先将应用程 ...

  7. vc中openGL的安装

    安装过程: 第一步:选择一个编译环境 现在Windows系统的主流编译环境有Visual Studio,Broland C++ Builder,Dev-C++等,它们都是支持OpenGL的.但这里我们 ...

  8. 【iCore、iCore2、iBoard例程】【异步FIFO跨时钟域通信(通过ARM 读FPGA FIFO)】

    欢迎访问电子工程师学堂,以便了解更多内容:http://www.eeschool.org 一.本实验基于iCore2 完成,通过简单改动,即可用在 iCore 核心板.iBoard 电子学堂上. iC ...

  9. 将url的查询参数解析成字典对象

    1, 这个题目不约而同的出现在了多家公司的面试题中,当然也是因为太过于典型,解决方案无非就是拆字符或者用正则匹配来解决,我个人强烈建议用正则匹配,因为url允许用户随意输入,如果用拆字符的方式,有任何 ...

  10. Jersey MVC

    Jersey是JAX-RS(JavaAPI for RESTful Service)标准的一个实现,用于开发RESTful Web Application.可以参考JAX-RS的介绍(http://w ...