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. VSTO:使用C#开发Excel、Word【6】

    Office主互操作程序集(PIA)在了解如何构建Office解决方案之前,您需要更详细地了解在.NET中与Office对象模型通信的托管程序集.用于与Office通话的托管程序集称为Office主互 ...

  2. tfs 2017 使用

    安装完成之后,创建一个项目管理. 初始化代码库 然后下载代理 (服务器)并设置.下载代理需要FQ才可以下载成功. 想要支持 netcore2.0  必须在代理服务器上安装 vs2017 跟netcor ...

  3. JDK的下载及配置

    下载地址,为了兼容最好安装1.8版本 jdk1.8:http://jbox.jd.com/quickshare/d2wheyazjtdccshou2dbo24roejdk1.7:http://jbox ...

  4. java.util.concurrent ThreadPoolExecutor源码分析

    实现的接口:Executor, ExecutorService 子类:ScheduledThreadPoolExecutor 这类为java线程池的管理和创建,其中封装好的线程池模型在Executor ...

  5. docker从初识到深入

    1:使用docker有哪些优势: 更快交付你的应用(Faster delivery of your applications) 让部署和测试更简单(Deploying and scaling more ...

  6. 20165214 2017-2018-2 《Java程序设计》课程总结

    20165214 2017-2018-2 <Java程序设计>课程总结 每周任务链接 预备作业1:我期望的师生关系 预备作业2:C语言基础调查和java学习展望 预备作业3:Linux安装 ...

  7. python cookies提取——从字符串到字典(一行Python代码)

    def extract_cookies(cookie): """从浏览器或者request headers中拿到cookie字符串,提取为字典格式的cookies&quo ...

  8. jar安装

    安装sdk jar 安装到本地 mvn install:install-file -Dfile=F:\workspace\api-cookbook\java\src\main\lib\sdk-1.10 ...

  9. opendressinghash //use resize array

    public class opendressinghash<Key, Value> { private static final int INIT_CAPACITY = 4; privat ...

  10. CompletableFuture

    若你的意图是并发,而非并行,或者你的主要目标是在同一个CPU上执行几个松耦合的任务,充分利用CPU的核,让其足够忙碌,从而最大化程序的吞吐量,那么其实真正想做的避免因为等待远程服务的返回,或对数据库的 ...