I was recently invited to speak at a conference in Singapore on Effective Project Communications. I'm unable to attend, so I wanted to share my insights on this very important topic in a blog entry.

As a Project Manager, communication will occur in many forms, with many individuals, including project stakeholders, your internal team, management within your organisation, vendors, and more. Communication may happen verbally or through e-mail, as well as through charters and project plans, addenda and status reports. These long lists are a small indication of the significance of communication to a Project Manager. In this entry, I'll suggest some simple methods for maintaining clear communication efficiently with all parties involved.

Let People Know

Your project plan should include an outline for an ongoing contact strategy, meaning how you will communicate with your team and client, how often and in what form. This could be presented through a simple chart explaining that there will be a weekly status call from you to the client each Monday morning with written action items as a follow-up. Regardless of the details, the point is to set-up expectations by describing your intent before the project commences. This will allow the team and the clients to request a different approach if they feel it would be more effective. People feel confident when they understand what to expect.

Repeating Never Hurts

When decisions or direction is provided verbally, whether it's to your team or your client, always restate these items in writing. The minute details of a project are numerous, what may seem understood today may be forgotten tomorrow. Never take this for granted - do your due diligence by recording and distributing actionable items and decisions for the team. A simple e-mail will often suffice, and having a paper trail of a critical path can prove invaluable when important details get lost in the shuffle.

Get to the Point

A rule I insist my Project Managers follow is to be as concise as possible. When team members or stakeholders read an e-mail, for example, they are skimming the contents for some key items: Has anything I need to know about happened?; How does it affect me?; Am I expected to do something?; When? Cover off these basics and leave the rest for a deeper discussion. Always get to the point quickly, providing only as much background information as is necessary to explain your issue.

Communication is something I think about every day. I ask myself if my messages are clear, if I've provided sufficient context, and if I've made my expectations for any outcome apparent. As with most critical PM skills, communication is something that can be improved continuously. Putting some standard practices in place to force yourself into a repeatable communication pattern will ensure consistency, if nothing else.

Effective Project Communications的更多相关文章

  1. Project Management Process

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

  2. PMP模拟考试-1

    1. A manufacturing project has a schedule performance index (SPI) of 0.89 and a cost performance ind ...

  3. PMP用语集

    AC actual cost 实际成本 ACWP actual cost of work performed 已完工作实际成本 BAC budget at completion 完工预算 BCWP b ...

  4. PMBOK及PMP考试精要

    PROJECT MANAGEMENT KNOWLEDGE AREAS项目管理知识体系 2 PROJECT LIFE CYCLE / PROJECT MANAGEMENT PROCESS GROUPS项 ...

  5. 从备考PMP到与项目经理同呼吸

    前言 PMP是什么梗? 项目管理专业人士资格认证.它是由美国项目管理协会(Project Management Institute(PMI)发起的,严格评估项目管理人员知识技能是否具有高品质的资格认证 ...

  6. Code Complete阅读笔记(二)

    2015-03-06   328   Unusual Data Types    ——You can carry this technique to extremes,putting all the ...

  7. 程序员转项目管理之考证PMP

    转行项目经历是IT人的出路之一,最近身边有好几个同事都在备考PMP,从个人未来职业发展来看,如果你有将来转行项目管理的想法,应该去尝试考一下PMP. PMP(Project Management Pr ...

  8. BI Project Managerment

    Design doc is the meta data of the code. The project management plan is crucial to your project sinc ...

  9. Code Project精彩系列(转)

    Code Project精彩系列(转)   Code Project精彩系列(转)   Applications Crafting a C# forms Editor From scratch htt ...

随机推荐

  1. IE6/IE7下绝对定位position:absolute和margin的冲突问题解决

    首先我们来看一个代码: 复制代码代码如下:<div id=”layer1″ style=”margin:20px; border:1px solid #F88; width:400px; “&g ...

  2. TYVJ P1034 尼克的任务 Label:倒推dp

    背景 题库靠大家,人人都爱它. 描述 尼克每天上班之前都连接上英特网,接收他的上司发来的邮件,这些邮件包含了尼克主管的部门当天要完成的全部任务,每个任务由一个开始时刻与一个持续时间构成.尼克的一个工作 ...

  3. 【BZOJ】1008: [HNOI2008]越狱(快速幂)

    http://www.lydsy.com/JudgeOnline/problem.php?id=1008 刚开始看不会做啊,以为是dp,但是数据太大!!!所以一定有log的算法或者O1的算法,,,,还 ...

  4. Java 反射机制学习资料

    Java反射——引言 Java反射——Class对象 Java反射——构造函数 Java反射——字段 Java反射——方法 Java反射——Getter和Setter Java反射——私有字段和私有方 ...

  5. PHP显示日期、周几、农历初几、什么节日函数编程代码

    <?function rili($style,$Atime){ $debug = false; $glmonth = date("n",$Atime);    //1-12  ...

  6. Linux 随笔1

    使用fork()系统调用产生的子进程对父进程中数据的修改不会影响到父进程,因为fork()采用的是写时复制机制,就是在fork产生的子进程没有修改父进程的值时,父子进程共享同一块内存,包括栈区.当子进 ...

  7. HDU 1542 Atlantis(线段树扫描线+离散化求面积的并)

    Atlantis Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total S ...

  8. 在HTML中如何把块的边框做成圆角

    adius,就是半径的意思.用这个属性可以很容易做出圆角效果,当然,也可以做出圆形效果.原理很简单,“正方形的内切圆的半径等于正方形边长的一半”.下面就做一个红色的圆. 工具/原料 Adobe Dre ...

  9. FZU 1018 枚举dp

    题意 给出一个数字组成的立方体 在其中选取一个体 使这个体中的数字之和最小 不可以不选 fzu的题目分类动态规划里面不是按难度排得 是按照题号..记得以前做题碰到过算 矩阵里面求子矩阵的最大和的 不会 ...

  10. Tortoise SVN 更换用户

    由于之前没有找到 svn 的安装路径,所以用了同事的 svn 账号,今天找到了并且添加了用户,所以 tortoise svn 要更换用户: ① ② ③ 需要清除的 svn 账号打上勾 参考:svn怎么 ...