I commited the information below to report PDU of PMI. ^_^.

In this paper, the author introduces his good experience of project management. I list it below with my learning and understanding in our development.

  • Be Agile

Learning: as a member of software development, we moved from water flow to agile, we involved customer in daily work, we can go to the correct direction with the customer involvement and fix it faster if there are any problems in our development.

  • Do not Micromanage

Learning: the project manager is the leader, he or she shall not take more time in small/tiny activities like how to implement a function. As a project manager, you assign the responsibilities to individual team members, e.g. architect to control the technical topics.

  • Keep Improving Your Project Management Practice

Learning: when a new method you learn, you shall apply to your daily work, yes, the adaption shall take. The management way shall change according to the environment e.g. the culture of company, the guider line of company.

  • Ongoing Planning

Learning: the plan change all the time because the plan is very draft at the beginning of project, it may just have when to achieve the quality gate and when to release. The plan shall be more specify as the moving of project. But the plan shall keep the consistence. Otherwise, the time and quality cannot be controlled in a good way.

  • Work with a Sense of Urgency

Learning: the project plan shall be urgent to make all team members contributes all the power to the projects. The weekly all temp project meeting, the daily standup meeting can move the project smoothly.

  • Visualise and Communicate all Project Deliverables and Activities

Learning: to present the achievements and the progress to all team members or whole company, it can give the team member more sense of urgency. Kanban is a good method to present.

  • Complete Deliverables Step-by-Step

Learning: in few years ago, we release software/firmware when project almost done, now we release the software in each sprint. And the test team can be involved early. In this development mode, the deliverables are tested and verified early, it reduces the risk. Any bugs or misunderstanding requirements can be soon changed.

  • Healthy Risk Management

Learning: now we don’t have a risk officer, the role is taken by project manager. Next time we can take this to improvement.

  • Open Communication

Learning: Open communication, it let you to hear different voices, and the project manager is not the expert of all areas. Different solutions/voices need to balance to achieve the time, budge and quality.

  • Never Lose Sight of the 3-Factors: Time, Budget, and Quality

Learning: The project manager's main role is to keep all team members aware of these big three - Time, Budget and Quality.

The paper released at https://www.projectsmart.co.uk/10-rules-of-highly-successful-project-management.php

10 Rules of Highly Successful Project Management的更多相关文章

  1. Introduction to Project Management(II)

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

  2. Project Management Process

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

  3. Favorites of top 10 rules for success

    Dec. 31, 2015 Stayed up to last minute of 2015, 12:00am, watching a few of videos about top 10 rules ...

  4. Introduction to Project Management(I)

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

  5. The habits of highly successful people

    1.Morning Routine (早上列行公事) Probably the most common habit ultra-successful people have is they can t ...

  6. The Simplified Project Management Process

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

  7. 简介 - PMP(Project Management Professional)

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

  8. 译文——The habits of highly successful people

    1.Morning Routine (早上列行公事) Probably the most common habit ultra-successful people have is they can t ...

  9. android studio开发的时候出现design editor is unavailable until after a successful project sync问题的解决方法

    android studio设计界面的时候,出现了报错:design editor is unavailable until after a successful project sync,导致无法编 ...

随机推荐

  1. linux 删除日志

    https://jingyan.baidu.com/album/c1a3101e73129ade656deb9d.html?picindex=2 里面的 ls -s 可以看到目录 https://zh ...

  2. core net 实现post 跟get

    using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using Syst ...

  3. Python自动化必备发送邮件报告脚本详解

    #!/usr/bin/python3# -*- coding:UTF-8 -*-import smtplib#smtplib库主要用来连接第三方smtp库,用来发邮件from email.mime.t ...

  4. Creating and Destroying Objects

    Consider static factpry methods instead of construction 四个优点两个缺点 One advantage of static factory met ...

  5. css , dl , dt , dd 的使用. calc

    dl .dt, dd 虽然很少使用, 但是 有时使用会有 更好的效果: 一: 展示图片: ------------------------- 代码: <!DOCTYPE html> < ...

  6. ChinaCock界面控件介绍-TCCImageViewerForm

    有多个图片,左右滑动可以切换,通过手势还可以放大.缩小查看,象常见的相册,就是这样子实现效果. 现在,我们有了TCCImageViewerForm组件,也可以轻松实现这样的场景应用. 现在看看TCCI ...

  7. js中call、apply和bind的区别

    在JS中,这三者都是用来改变函数的this对象的指向的,他们有什么样的区别呢.在说区别之前还是先总结一下三者的相似之处:1.都是用来改变函数的this对象的指向的.2.第一个参数都是this要指向的对 ...

  8. Transport & Buffer

    Transport 传输API的核心是Channel接口,用于所有的出站操作. 每个Channel都会分配一个ChannelPipeline和ChannelConfig.ChannelConfig负责 ...

  9. PAP认证(单向、双向)

    实验要求:掌握PAP单向.双向认证 拓扑如下: 单向验证 R1(认证方)enable 进入特权模式configure terminal 进入全局模式hostname R1 设置主机名interface ...

  10. caffe 中solver.prototxt

    关于cifar-10和mnist的weight_decay和momentum也是相当的重要:就是出现一次把cifar-10的两个值直接用在mnist上,发现错误很大.