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

Leading people - the experiential side of project management - is as important as task-based skills according to project managers in Europe, the Middle East, India, America and Australasia.

In recent research they said that communication is a critical skill for project success, both for keeping team members up-to-date and for winning the support of key stakeholders.

But which skills make all the difference? Here are the top five respondents say have made all the difference to their careers.

1. Active Listening

In first place is our ability to listen to and understand others. Listening to the words and the meaning behind their words, not interrupting or letting our minds wander, asking questions to check understanding, observing non-verbal signals.

According to Indian project manager Nirav Patel CAPM: "The benefits include getting people to open up and due to that lots of misunderstandings and conflicts can be resolved."

2. Building Relationships based on Trust and Respect

Trust and respect are the cornerstones of personal relationships. They are earned not a right and come from experience of our honesty, integrity and expertise.

Among the characteristics people used to determine our credibility are truthfulness, openness, willingness to share ideas and information freely, consistency, reliability, loyalty, capabilities and competence.

"Trust encourages people to propose ideas, suggest ways to enhance work, speak of their concerns and give advice," says Dubai-based Kareem Shaker PMP.

3. Setting Clear Priorities

In third spot is a project manager's ability to convey the strategy for their team - by setting goals, planning and prioritising. This is the what, who, when, where, why and how of the project. Team members should understand both the big picture and the lower level technical priorities.

"Essentially this is what a project manager does. If you can't do it you won't get everybody working on the same page," says Australian Paul Ramussen.

4. Enabling Collaboration

In a collaborative environment team members support and encourage each other rather than focusing solely on their own tasks and responsibilities. They are willing to co-operate and share information, ideas and assets to help each other. The result can be greater than the sum of its parts.

"When we collaborate we get the 1x1=3 effect. Things happen that might not have if people had remained focused on their own work," says American Adam Michaelson PMP.

5. Conveying the Organisation's Vision

Explaining the bigger picture helps team members understand where the project fits within the overall aims of your business unit and organisation. Senior executives are focused on the triple bottom line - finances, environment, reputation - this is where they expect your project to make a difference.

American Jhaymee Wilson PMP says: "As project managers if we can't convey the link between our project and the organisation how can we show we are delivering value?"

Top Five Communication Skills for Project Managers的更多相关文章

  1. The Top Five Software Project Risks

    Risk management (or more precisely risk avoidance) is a critical topic, but one that is often dull t ...

  2. Effective Project Communications

    I was recently invited to speak at a conference in Singapore on Effective Project Communications. I' ...

  3. Introduction to Project Management(II)

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

  4. 10 Golden Rules of Project Risk Management

    The benefits of risk management in projects are huge. You can gain a lot of money if you deal with u ...

  5. Introduction to Project Management(I)

    Project management in the modern sense began in the early 1950s, although it has its roots further b ...

  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. The "Real" Project Plan

    "I need a project plan by tomorrow morning." As project managers, that's what we hear. But ...

  8. SENG201 (Software Engineering I) Project

    SENG201 (Software Engineering I) ProjectSpace ExplorerFor project admin queries:For project help, hi ...

  9. How do I improve my English speaking skills in a very short time?

    You have asked some very important questions. I think the first step is to prioritize the issues: Yo ...

随机推荐

  1. java web工程之Hibernate

    java web添加structs特性后再添加Hibernate特性,这可以通过右键工程->my eclipse出现工具条选中相应的条目,添加相应的属性, 添加完Hibernate后建立与数据库 ...

  2. 使用Hydra扫描网络中存在SSH弱登录密码的Linux系统

    1. apt-get install cmake libssl-dev 2. apt-get install hydra (需要图形界面的话用hydra-gtk) 3. hydra -s 22 -v ...

  3. css样式重置方案 -解决浏览器差异

    1.http://meyerweb.com/eric/tools/css/reset/ /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 2011 ...

  4. 【转】移动Web单页应用开发实践——页面结构化

    1. 前言 在开发面向现代智能手机的移动Web应用的时候,无法避免一个事实,就是需要开发单页应用(Single Page WebApp).对于不同的系统需求,单页应用的粒度会不同,可能是整个系统都使用 ...

  5. Sql Server 2008:调试

    调试T-SQL语句: 1.Debug普通T-SQL语句: SQL代码如下: use northwind go declare @i int ,@j int,@k int set @i = 1; set ...

  6. JavaScript系列:event.bubbles属性(并不是所有的事件都具有冒泡)

    地址 https://www.w3.org/TR/DOM-Level-3-Events/#h3_interface-Event https://segmentfault.com/q/101000000 ...

  7. 【转】SSM框架——详细整合教程(Spring+SpringMVC+MyBatis)

    原文地址:http://blog.csdn.net/zhshulin/article/details/37956105 使用SSM(Spring.SpringMVC和Mybatis)已经有三个多月了, ...

  8. windows下Ruby开发环境搭建

    一.下载 下载RubyInstaller 二.安装 按照提示安装 安装完毕后,在cmd命令窗口,输入:ruby -v 查询rbuy版本:输入gem -v 查询gem版本 三.Ruby插件(Redis插 ...

  9. jQuery 找到当前元素之前最后一次出现的某个同辈元素

    DOM 树状图如下所示,要找到 div id = 'a' 的元素之前的(同辈)离该 div 最近的一个 div class = 'a' 的元素(图中左至右第 2 个 div class = 'a' 的 ...

  10. [SHELL实例] (转)最牛B的 Linux Shell 命令 (一)

    本文编译自commandlinefu.com ( 应该是 Catonmat ) 的系列文章 Top Ten One-Liners from CommandLineFu Explained .作为一个由 ...