You already know that a project is usually an attempt to accomplish a unique goal. It has a beginning and an end, constraints of time, budget and quality. The projects nature by definition is very much temporary as opposed to the process that keeps going all the time. Unfortunately, it is unusual for a bunch of people with very different agendas and from different backgrounds just to come together, get hold of resources, and achieve a pre-set goal within time constraints, on budget, and of an acceptable quality. Not within the business environment anyway and not without some co-ordination, negotiation, not when things constantly go wrong and the goal is not something each one of them will personally benefit from. And the job of a project manager is to make this effort happen in a safe, predictable and efficient manner and as the result hit the initial goal, solve the original problem or, when the goal changes in due course, to make sure it does not change just randomly or unreasonably or does not have any correlation with the original goal. The ultimate job of a project manager is to make sure that all this effort and resources are not wasted.
|
3 | grammar | ||
|
|
||||
|
2 | grammar and formatting | ||
|
What software or feature we are we going to build, what worry do we need to address or what opportunity to exploit? How does it fit into larger context such as competition, long term strategic horizon, other opportunities and worries, legal issues or standards etc, social impact, political impactand , political forces involved, environment? Who are the people and organisation organisations who will get affected? Who is going to support us and who is likely to oppose? What is exactly that we need to delivery deliver (software, documentation etc) and when? When do we need to deliver each of these things? How are we going to get the funding? How much money and when should flow in and out? What platform to use? What tools to use? How are we going to set up the development and test environments? How are we going to make sure that as we go that proceed the thingy we are building is actually what users want and it is reasonably defect free? What can go wrong and how likely? What is going to be the impact on what we do? How can we make sure we know about it coming as early as possible? How are we going to address if it happens (design round this issue altogether, assign that outsource responsibility for this piece to someone external staight in the beginning and let them handle it, buy insurance, buy COTS, plan enough time or resource to address the issue if it happens, have a plan B, just accept the probability and hope it doesn’t happen)? Organising: making sure everything planned so far can happen.- Executing: are we on track, what do we need to do next?- Closure: making sure we’ve reached a clean end.- |
||||
|
1 |
|
||
|
Some very good answers here and whilst realising that chances of a serious non-superficial response posted rather late being up voted are fairly low I will still give it a try. If you really interested in what actual responsibilities of a software project manager are please read on. You already know that a project is usually an attempt to accomplish a unique goal. It has a beginning and an end, constraints of time, budget and quality. The projects nature by definition is very much temporary as opposed to the process that keeps going all the time. Unfortunately, it is unusual for a bunch of people with very different agendas and from different backgrounds to come together, get hold of resources, and achieve a pre-set goal within time constraints, on budget, and of an acceptable quality. Not within the business environment anyway and not without some co-ordination, negotiation, not when things constantly go wrong and the goal is not something each one of them will personally benefit from. And the job of a project manager is to make this effort happen in a safe, predictable and efficient manner and as the result hit the initial goal, solve the original problem or, when the goal changes in due course, to make sure it does not change just randomly or unreasonably or does not have any correlation with the original goal. The ultimate job of a project manager is to make sure that all this effort and resources are not wasted. There is a framework to it, pretty much as we developers have our own frameworks we apply to all sorts of problems. For ease of understanding any project can be divided into five phases: definition, planning, organising, execution and closure. In real life they heavily overlap and any software development project goes through them more than once. Here are the things a software project manager is supposed to make sure happen as part of each of the stages: Definition: what are we going to build?
Planning: how are we going to achieve the goal?
Organising: making sure everything planned so far can happen. - Agreeing with Bill that he will assign John and Cathy to the project
Executing: are we on track, what do we need to do next? - Following up
Closure: making sure we’ve reached a clean end. - Archiving the documentation.
So it looks as if a project manager’s job mostly consists of answering everyone’s questions and making sure the right things do happen and wrong things don’t. And since the stages always overlap and often mix, and many project managers run several projects (that are at different phases) and additionally many software development project managers wear several hats at a time (i.e. BA or QA etc) the actual list of tasks is anything but boring. By the way, many thanks, if you got to this point reading my reply. Means that it was really worth writting it. |
||||
