SlideShare a Scribd company logo
1 of 77
Agenda
 Background
 Process planning
 Effort estimation
 Schedule and resource estimation
 Quality Planning
 Risk management
 Configuration Management
 Project monitoring plans
2
Software Project
 Goal: Build a software system to meet commitments
on cost, schedule, quality
 Worldwide - many projects fail
 one-third are runaways with cost or schedule overrun
of more than 125%
3
Project Failures
 Major reasons for project runaways
 unclear objectives
 bad planning
 no project management methodology
 new technology
 insufficient staff
 All of these relate to project management
 Effective project management is key to successfully
executing a project
4
Why improve PM?
 Better predictability leading to commitments that can
be met
 Lower cost through reduced rework, better resource
mgmt, better planning,..
 Improved quality through proper quality planning and
control
 Better control through change control, CM,
monitoring etc.
5
Why improve PM ….
 Better visibility into project health and state leading to
timely intervention
 Better handling of risks reducing the chances of failure
 All this leads to higher customer satisfaction
 And self and organization improvement
6
Two Dimensions in project execution
7
Process-based Project Execution
 Small project both engg and PM can be done
informally
 Large projects require formality
 Formality: well defined processes used for each task;
measurements used to control
 Here we focus on processes for PM only
8
The Project Mgmt Process
 Has three phases - planning, monitoring and control,
and closure
 Planning is done before the main engineering life
cycle (LC) and closure after the LC
 Monitoring phase is in parallel with LC
9
Project Planning
 Basic objective:
 To create a plan to meet the commitments of the project
 create a path that, if followed, will lead to a successful
project
 Planning involves
 defining the LC process to be followed, estimates,
detailed schedule, plan for quality, etc.
 Main output
 a project management plan, and
 project schedule
10
Key Planning Tasks
 Define suitable processes for executing the project
 Estimate effort
 Define project milestones and create a schedule
 Define quality objectives and a quality plan
 Identify risks and make plans to mitigate them
 Define measurement plan, project-tracking procedures,
training plan, team organization, etc.
11
Process Planning
 Plan how the project will be executed, (ie. the process
to be followed)
 Process will decide the tasks, their ordering,
milestones
 Hence process planning is an important project
planning task
 Should plan for LC and PM processes as well as
supporting processes
12
Life Cycle Process
 Various LC models - waterfall, iterative,
prototyping; diff models suit different projects
 During planning can select the model that is best
for the project
 This gives the overall process which has to be fine-
tuned to suit the project needs
 Usually done by process tailoring - changing the
process to suit the project
 Tailoring finally results in adding, deleting,
modifying some process steps
13
Effort Estimation
 For a project total cost and duration has to be
committed in start
 Requires effort estimation, often in terms of person-
months
 Effort estimate is key to planning - schedule, cost,
resources depend on it
 Many problems in project execution stem from
improper estimation
15
Estimation..
 No easy way, no silver bullet
 Estimation accuracy can improve with more information
about the project
 Early estimates are more likely to be inaccurate than
later
 More uncertainties in the start
 With more info, estimation becomes easier
16
Estimation accuracy
17
Effort Estimation Models..
 A model tries to determine the effort estimate from
some parameter values
 A model also requires input about the project, and
cannot work in vacuum
 So to apply a model, we should be able to extract
properties about the system
 Two types of models
 top-down and
 bottom-up
18
Effort Estimation Models
Extract Estimation Model
Values of some
characteristics
Effort Estimate
Know ledge about
SW project
19
Top-down Estimation
 First determines the total effort, then effort for
components
 Usually works with overall size
 One method is to see estimate as a function of
effort; the common function used is
Effort = a * size b
 E is in person-months, size in KLOC
 Constants a and b determined through regression
analysis of past project data
20
Top down estimation
 Can also estimate from size and productivity
 Get the estimate of the total size of the software
 Estimate project productivity using past data and project
characteristics
 Obtain the overall effort estimate from productivity and size
estimates
 Effort distribution data from similar project are used
to estimate effort for different phases
21
Bottom-up Estimation
 Effort for components and phases first estimated, then
the total
 Can use activity based costing - all activities
enumerated and then each activity estimated
separately
 Can group activities into classes - their effort estimate
from past data
22
An Estimation Procedure
 Identify programs/components in the system and
classify them as simple, medium, or complex (S/M/C)
 Define the average coding effort for S/M/C
 Get the total coding effort.
 Use the effort distribution in similar projects to
estimate effort for other tasks and total
 Refine the estimates based on project specific factors
23
COCOMO Model for Estimation
 Is a top-down approach
 Uses size, but adjusts using some factors
 Basic procedure
 Obtain initial estimate using size
 Determine a set of 15 multiplying factors from different
project attributes
 Adjust the effort estimate by scaling it with the final
multiplying factor
24
COCOMO..
 Initial estimate: a * size b ; some standard values
for a, b given for diff project types
 There are 15 cost driver attributes line reliability,
complexity, application experience, capability, …
 Each factor is rated, and for the rating a
multiplication factor is given
 Final effort adjustment factor is the product of the
factors for all 15 attributes
25
COCOMO – Some cost drivers
Cost Driver Very
low
Low Nominal High Very
High
Required reliability
Database size
Product complexity
Execution time constraint
Memory constraint
Analyst capability
Application experience
Programmer capability
Use of software tools
Development schedule
.75
.7
1.46
1.29
1.42
1.24
1.23
.88
.94
.85
1.19
1.13
1.17
1.10
1.08
1.0
1.0
1.0
1.0
1.0
1.0
1.0
1.0
1.0
1.0
1.15
1.08
1.15
1.11
1.06
.86
.91
.86
.91
1.04
1.4
1.16
1.3
1.3
1.21
.71
.82
.70
.83
1.1
26
COCOMO – effort distribution
 Effort distribution among different phases is given as a
percent of effort
 Eg. For medium size product it is
 Product design – 16%
 Detailed design – 24%
 Coding and UT – 38%
 Integration and test – 22%
27
COCOMO Links
 Center for Systems and Software Engineering –
COCOMO II Website:
http://sunset.usc.edu/csse/research/COCOMOII/coco
mo_main.html
 Overview: http://en.wikipedia.org/wiki/COCOMO
28
Project Schedule
 A project Schedule is at two levels - overall schedule
and detailed schedule
 Overall schedule comprises of major milestones and
final date
 Detailed schedule is the assignment of lowest level
tasks to resources
30
Overall Schedule
 Depends heavily on the effort estimate
 For an effort estimate, some flexibility exists
depending on resources assigned
 For example: a 56 PM project can be done in 8 months
(7 people) or 7 months (8 people)
 Stretching a schedule is easy; compressing is hard and
expensive
31
Overall Scheduling...
 One method is to estimate schedule S (in months) as a
function of effort in PMs
 Can determine the function through analysis of past
data; the function is non linear
 COCOMO: S = 2.5 E 3.8
 Often this schedule is checked and corrected for the
specific project
32
Determining Overall Schedule
from past data
Effort in person-days
0
50
100
150
200
250
300
350
400
0 200 400 600 800 1000 1200 1400 1600 1800
Schedule
(Days)
33
Determining Milestones
 With effort and overall schedule decided, avg project
resources are fixed
 Manpower ramp-up in a project decides the
milestones
 Manpower ramp-up in a project follows a Putnam-
Norden-Rayleigh (PNR) curve which shows the
relationship of project effort as a function of project
delivery time.
34
Where
• Ea = Effort in person months
• td = The nominal delivery time for
the schedule
• ta = Actual delivery time desired
Manpower Ramp-up
Design Build Test
PTS
35
In reality manpower build-up is a step function
Milestones ...
 With manpower ramp-up and effort distribution,
milestones can be decided
 Effort distribution and schedule distribution in
phases are different
 Generally, the build has larger effort but not
correspondingly large schedule
 COCOMO specifies distr of overall sched. Design –
19%, programming – 62%, integration – 18%
36
An Example Schedule
# Task Dur.
(days)
Work (p-
days)
Start
Date
End
Date
2 Project Init tasks 33 24 5/4 6/23
74 Training 95 49 5/8 9/29
104 Knowledge sharing 78 20 6/2 9/30
114 Elaboration iteration I 55 55 5/15 6/23
198 Construction iteration I 9 35 7/10 7/21
37
Detailed Scheduling
 To reach a milestone, many tasks have to be performed
 Lowest level tasks - those that can be done by a person
(in less than 2-3 days)
 Scheduling - decide the tasks, assign them while
preserving high-level schedule
 Is an iterative task - if cannot “fit” all tasks, must revisit
high level schedule
38
Detailed Scheduling
 Detailed schedule not done completely in the start - it
evolves
 Can use MS Project for keeping it
 Detailed Schedule is the most live document for
managing the project
 Any activity to be done must get reflected in the
detailed schedule
39
An example task in detail schedule
Module Act Code Task Duration Effort
History PUT Unit test #
17
1 day 7 hrs
St. date End date %comp Depend. Resource
7/18 7/18 0% Nil SB
40
Detail schedule
 Each task has name, date, duration, resource etc
assigned
 % done is for tracking (tools use it)
 The detailed schedule has to be consistent with
milestones
 Tasks are sub-activities of milestone level activities, so
effort should add up, total schedule should be preserved
41
Team Structure
 To assign tasks in detailed schedule, need to have a
clear team structure
 Hierarchic team organization is most common
 Project manager has overall responsibility; also does
design etc.
 Has programmers and testers for executing detailed
tasks
 May have config controller, db manager, etc
42
Team structure..
 An alternative – democratic teams
 Can work for small teams; leadership rotates
 Another one used for products
 A dev team led by a dev mgr, a test team led by test mgr,
and a prog. Mgmt team
 All three report to a product mgr
 Allows specialization of tasks and separate career
ladders for devs, tests, PMs
43
SCM process and planning
 Have discussed Software Configuration Management
(SCM) process earlier
 During planning, the SCM activities are planned along
with who will perform them
 Have discussed planning also earlier
 Includes defining CM items, naming scheme, directory
structure, access restrictions, change control,
versioning, release procedure etc
44
Quality Planning
 Delivering high quality is a basic goal
 Quality can be defined in many ways
 Current industry standard - delivered defect density
(e.g. #defects/KLOC)
 Defect - something that causes software to behave in
an inconsistent manner
 Aim of a project - deliver software with low delivered
defect density
46
Defect Injection and Removal
 Software development is labor intensive
 Defects are injected at any stage
 As quality goal is low delivered defect density, these
defects have to be removed
 Done primarily by quality control (QC) activities of
reviews and testing
47
Defect Injection and Removal
Req.
Analysis
Design R Coding R UT IT/ST AT
Development
Process
Defect Injection
R
Defect Removal
48
Approaches to Quality
Management
 Ad hoc - some testing, some reviews done as and when
needed
 Procedural - defined procedures are followed in a
project
 Quantitative - defect data analysis done to manage the
quality process
49
Procedural Approach
 A quality plan defines what QC tasks will be
undertaken and when
 Main QC tasks - reviews and testing
 Guidelines and procedures for reviews and testing are
provided
 During project execution, adherence to the plan and
procedures ensured
50
Quantitative Approach
 Goes beyond asking “has the procedure been executed”
 Analyzes defect data to make judgements about quality
 Past data is very important
 Key parameters - defect injection and removal rates,
defect removal efficiency (DRE)
51
Quality Plan
 The quality plan drives the quality activities in the
project
 Level of plan depends on models available
 Must define QC tasks that have to be performed in the
project
 Can specify defect levels for each QC tasks (if models
and data available)
52
Risk Management
 Any project can fail - reasons can be technical,
managerial, etc.
 Project management aims to tackle the project
management aspect
 Engineering life cycles aim to tackle the engineering
issues
 A project may fail due to unforeseen events - risk
management aims to tackle this
54
Risk Management
 Risk: any condition or event whose occurrence is not
certain but which can cause the project to fail
 Aim of risk management: minimize the effect of risks
on a project
55
Risk Management Tasks
RISK
MANAGEMENT
RISK ASSESSMENT
RISK IDENTIFICATION
RISK ANALYSIS
RISK PRIORITIZATION
RISK MANAGEMENT
PLANNING
RISK RESOLUTION
RISK MONITORING
RISK CONTROL
56
Risk Identification
 To identify possible risks to a project, i.e. to those
events that might occur and which might cause the
project to fail
 No “algorithm” possible, done by “what ifs”, checklists,
past experience
 Can have a list of “top 10” risks that projects have seen
in past
57
Top Risk Examples
 Shortage of technically trained manpower
 Too many requirement changes
 Unclear requirements
 Not meeting performance requirements
 Unrealistic schedules
 Insufficient business knowledge
 Working on new technology
58
Risk Prioritization
 The number of risks might be large
 Must prioritize them to focus attention on the “high
risk” areas
 For prioritization, impact of each risk must be
understood
 In addition, probability of the risk occurring should
also be understood
59
Risk Prioritization ...
 Risk exposure (RE) = probability of risk occurring *
risk impact
 RE is the expected value of loss for a risk
 Prioritization can be done based on risk exposure
value
 Plans can be made to handle high RE risks
60
A Simple approach to Risk
Prioritization
 Classify risk occurrence probabilities as: Low, Medium,
High
 Classify risk impact as: Low, Medium, High
 Identify those that are HH, or HM/MH
 Focus on these for risk mitigation
 Will work for most small and medium sized projects
61
Risk Control
 Can the risk be avoided?
 E.g. if new hardware is a risk, it can be avoided by
working with proven hardware
 For others, risk mitigation steps need to be planned
and executed
 Actions taken in the project such that if the risk
materializes, its impact is minimal
 Involves extra cost
62
Risk Mitigation Examples
 Too many requirement changes
 Convince client that changes in requirements will have
an impact on the schedule
 Define a procedure for requirement changes
 Maintain cumulative impact of changes and make it
visible to client
 Negotiate payment on actual effort.
63
Examples ...
 Manpower attrition
 Ensure that multiple resources are assigned on key
project areas
 Have team building sessions
 Rotate jobs among team members
 Keep backup resources in the project
 Maintain documentation of individual’s work
 Follow the CM process and guidelines strictly
64
Examples ...
 Unrealistic schedules
 Negotiate for better schedule
 Identify parallel tasks
 Have resources ready early
 Identify areas that can be automated
 If the critical path is not within the schedule, negotiate
with the client
 Negotiate payment on actual effort
65
Risk Mitigation Plan
 Risk mitigation involves steps that are to be performed
(hence has extra cost)
 It is not a paper plan - these steps should be scheduled
and executed
 These are different from the steps one would take if
the risk materializes - they are performed only if
needed
 Risks must be revisited periodically
66
Background
 A plan is a mere document that can guide
 It must be executed
 To ensure execution goes as per plan, it must be
monitored and controlled
 Monitoring requires measurements
 And methods for interpreting them
 Monitoring plan has to plan for all the tasks related to
monitoring
68
Measurements
 Must plan for measurements in a project
 Without planning, measurements will not be
done
 Main measurements – effort, size, schedule, and
defects
 Effort – as this is the main resource; often tracked
through effort reporting tools
 Defects – as they determine quality; often defect logging
and tracking systems used
 During planning – what will be measured, how,
tool support, and data management
69
Project Tracking
 Goal: To get visibility in project execution so corrective
actions can be taken when needed to ensure project
succeeds
 Diff types of monitoring done at projects;
measurements provide data for it
70
Tracking…
 Activity-level monitoring
 Each activity in detailed schd is getting done
 Often done daily by managers
 A task done marked 100%; tools can determine status of
higher level tasks
 Status reports
 Generally done weekly to take stock
 Summary of activities completed, pending
 Issues to be resolved
71
Tracking…
 Milestone analysis
 A bigger review at milestones
 Actual vs estimated for effort and sched is done
 Risks are revisited
 Changes to product and their impact may be analyzed
 Cost-schedule milestone graph is another way of doing
this
72
Cost-schedule milestone graph
73
Project Management Plan
 The project management plan (PMP) contains outcome of
all planning activities - focuses on overall project
management
 Besides PMP, a project schedule is needed
 Reflects what activities get done in the project
 Microsoft project (MSP) can be used for this
 Based on project planning; is essential for day-to-day
management
 Does not replace PMP !
74
PMP Structure - Example
 Project overview - customer, start and end date, overall
effort, overall value, main contact persons, project
milestones, development environment..
 Project planning - process and tailoring, requirements
change mgmt, effort estimation, quality goals and
plan, risk management plan, ..
75
PMP Example ...
 Project tracking - data collection, analysis frequency,
escalation procedures, status reporting, customer
complaints, …
 Project team, its organization, roles and responsibility,
…
76
Project Planning - Summary
 Project planning forms the foundation of project
management
 Key aspects: effort and schedule estimation, quality
planning, risk mgmt., …
 Outputs of all can be documented in a PMP, which carries
all relevant info about project
 Besides PMP, a detailed project schedule maintains tasks
to be done in the project
77

More Related Content

Similar to SEO Project Planning

Lecture6
Lecture6Lecture6
Lecture6soloeng
 
Chapter 5-Project Management.pptx
Chapter 5-Project Management.pptxChapter 5-Project Management.pptx
Chapter 5-Project Management.pptxBahredinAbdella1
 
Pm0015 quantitative methods in project management
Pm0015   quantitative methods in project managementPm0015   quantitative methods in project management
Pm0015 quantitative methods in project managementsmumbahelp
 
Project Management Framework
Project Management FrameworkProject Management Framework
Project Management FrameworkRahul Sudame
 
Software Engineering (Project Scheduling)
Software Engineering (Project Scheduling)Software Engineering (Project Scheduling)
Software Engineering (Project Scheduling)ShudipPal
 
SE_Lec 12_ Project Planning
SE_Lec 12_ Project PlanningSE_Lec 12_ Project Planning
SE_Lec 12_ Project PlanningAmr E. Mohamed
 
Software project management- Software Engineering
Software project management- Software EngineeringSoftware project management- Software Engineering
Software project management- Software EngineeringMuhammad Yousuf Abdul Qadir
 
Project mangement part 1
Project mangement part 1Project mangement part 1
Project mangement part 1ghulam MUSTAFA
 
Student guide for unit 9
Student guide for unit 9Student guide for unit 9
Student guide for unit 9Peter R Breach
 
Minor project by priyanshu kumar, 9608684800
Minor project by priyanshu kumar, 9608684800Minor project by priyanshu kumar, 9608684800
Minor project by priyanshu kumar, 9608684800PRIYANSHU KUMAR
 
Pmp project management professional free sample
Pmp project management professional free samplePmp project management professional free sample
Pmp project management professional free sampleNada Sallam
 
Day 3 Schedule -walaa (3).pptx
Day 3 Schedule -walaa (3).pptxDay 3 Schedule -walaa (3).pptx
Day 3 Schedule -walaa (3).pptxMohanadRabea1
 
engineering economics lect 8-10 final.pptx
engineering economics lect 8-10 final.pptxengineering economics lect 8-10 final.pptx
engineering economics lect 8-10 final.pptxDr. ABEER KHALID MANSOUR
 
projectmanagement-141108102434-conversion-gate01-converted.pptx
projectmanagement-141108102434-conversion-gate01-converted.pptxprojectmanagement-141108102434-conversion-gate01-converted.pptx
projectmanagement-141108102434-conversion-gate01-converted.pptxChandrasen Sharma
 

Similar to SEO Project Planning (20)

Lecture6
Lecture6Lecture6
Lecture6
 
Chapter 5-Project Management.pptx
Chapter 5-Project Management.pptxChapter 5-Project Management.pptx
Chapter 5-Project Management.pptx
 
Slides chapters 24-25
Slides chapters 24-25Slides chapters 24-25
Slides chapters 24-25
 
SE chapters 24-25
SE chapters 24-25SE chapters 24-25
SE chapters 24-25
 
Pm0015 quantitative methods in project management
Pm0015   quantitative methods in project managementPm0015   quantitative methods in project management
Pm0015 quantitative methods in project management
 
Project Management Framework
Project Management FrameworkProject Management Framework
Project Management Framework
 
Software Engineering (Project Scheduling)
Software Engineering (Project Scheduling)Software Engineering (Project Scheduling)
Software Engineering (Project Scheduling)
 
SE_Lec 12_ Project Planning
SE_Lec 12_ Project PlanningSE_Lec 12_ Project Planning
SE_Lec 12_ Project Planning
 
Project scheduling
Project schedulingProject scheduling
Project scheduling
 
Software project management- Software Engineering
Software project management- Software EngineeringSoftware project management- Software Engineering
Software project management- Software Engineering
 
Software project management
Software project managementSoftware project management
Software project management
 
Software project management 3
Software project management 3Software project management 3
Software project management 3
 
Project mangement part 1
Project mangement part 1Project mangement part 1
Project mangement part 1
 
Student guide for unit 9
Student guide for unit 9Student guide for unit 9
Student guide for unit 9
 
Minor project by priyanshu kumar, 9608684800
Minor project by priyanshu kumar, 9608684800Minor project by priyanshu kumar, 9608684800
Minor project by priyanshu kumar, 9608684800
 
Chapter 3
Chapter 3Chapter 3
Chapter 3
 
Pmp project management professional free sample
Pmp project management professional free samplePmp project management professional free sample
Pmp project management professional free sample
 
Day 3 Schedule -walaa (3).pptx
Day 3 Schedule -walaa (3).pptxDay 3 Schedule -walaa (3).pptx
Day 3 Schedule -walaa (3).pptx
 
engineering economics lect 8-10 final.pptx
engineering economics lect 8-10 final.pptxengineering economics lect 8-10 final.pptx
engineering economics lect 8-10 final.pptx
 
projectmanagement-141108102434-conversion-gate01-converted.pptx
projectmanagement-141108102434-conversion-gate01-converted.pptxprojectmanagement-141108102434-conversion-gate01-converted.pptx
projectmanagement-141108102434-conversion-gate01-converted.pptx
 

More from ssuser92282c

unit-4-apache pig-.pdf
unit-4-apache pig-.pdfunit-4-apache pig-.pdf
unit-4-apache pig-.pdfssuser92282c
 
hive in bigdata.pptx
hive in bigdata.pptxhive in bigdata.pptx
hive in bigdata.pptxssuser92282c
 
Bigdata Unit1.pptx
Bigdata Unit1.pptxBigdata Unit1.pptx
Bigdata Unit1.pptxssuser92282c
 
SPM-Lecture -3.ppt
SPM-Lecture -3.pptSPM-Lecture -3.ppt
SPM-Lecture -3.pptssuser92282c
 
SPM-Lecture 2.pptx
SPM-Lecture 2.pptxSPM-Lecture 2.pptx
SPM-Lecture 2.pptxssuser92282c
 
IP UNIT III PPT.pptx
 IP UNIT III PPT.pptx IP UNIT III PPT.pptx
IP UNIT III PPT.pptxssuser92282c
 

More from ssuser92282c (8)

unit-4-apache pig-.pdf
unit-4-apache pig-.pdfunit-4-apache pig-.pdf
unit-4-apache pig-.pdf
 
hive in bigdata.pptx
hive in bigdata.pptxhive in bigdata.pptx
hive in bigdata.pptx
 
Bigdata Unit1.pptx
Bigdata Unit1.pptxBigdata Unit1.pptx
Bigdata Unit1.pptx
 
unit-5 SPM.pptx
unit-5 SPM.pptxunit-5 SPM.pptx
unit-5 SPM.pptx
 
UNIT 4-SPM.pptx
UNIT 4-SPM.pptxUNIT 4-SPM.pptx
UNIT 4-SPM.pptx
 
SPM-Lecture -3.ppt
SPM-Lecture -3.pptSPM-Lecture -3.ppt
SPM-Lecture -3.ppt
 
SPM-Lecture 2.pptx
SPM-Lecture 2.pptxSPM-Lecture 2.pptx
SPM-Lecture 2.pptx
 
IP UNIT III PPT.pptx
 IP UNIT III PPT.pptx IP UNIT III PPT.pptx
IP UNIT III PPT.pptx
 

Recently uploaded

CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixingviprabot1
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage examplePragyanshuParadkar1
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture designssuser87fa0c1
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 

Recently uploaded (20)

CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixing
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage example
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture design
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 

SEO Project Planning

  • 1.
  • 2. Agenda  Background  Process planning  Effort estimation  Schedule and resource estimation  Quality Planning  Risk management  Configuration Management  Project monitoring plans 2
  • 3. Software Project  Goal: Build a software system to meet commitments on cost, schedule, quality  Worldwide - many projects fail  one-third are runaways with cost or schedule overrun of more than 125% 3
  • 4. Project Failures  Major reasons for project runaways  unclear objectives  bad planning  no project management methodology  new technology  insufficient staff  All of these relate to project management  Effective project management is key to successfully executing a project 4
  • 5. Why improve PM?  Better predictability leading to commitments that can be met  Lower cost through reduced rework, better resource mgmt, better planning,..  Improved quality through proper quality planning and control  Better control through change control, CM, monitoring etc. 5
  • 6. Why improve PM ….  Better visibility into project health and state leading to timely intervention  Better handling of risks reducing the chances of failure  All this leads to higher customer satisfaction  And self and organization improvement 6
  • 7. Two Dimensions in project execution 7
  • 8. Process-based Project Execution  Small project both engg and PM can be done informally  Large projects require formality  Formality: well defined processes used for each task; measurements used to control  Here we focus on processes for PM only 8
  • 9. The Project Mgmt Process  Has three phases - planning, monitoring and control, and closure  Planning is done before the main engineering life cycle (LC) and closure after the LC  Monitoring phase is in parallel with LC 9
  • 10. Project Planning  Basic objective:  To create a plan to meet the commitments of the project  create a path that, if followed, will lead to a successful project  Planning involves  defining the LC process to be followed, estimates, detailed schedule, plan for quality, etc.  Main output  a project management plan, and  project schedule 10
  • 11. Key Planning Tasks  Define suitable processes for executing the project  Estimate effort  Define project milestones and create a schedule  Define quality objectives and a quality plan  Identify risks and make plans to mitigate them  Define measurement plan, project-tracking procedures, training plan, team organization, etc. 11
  • 12. Process Planning  Plan how the project will be executed, (ie. the process to be followed)  Process will decide the tasks, their ordering, milestones  Hence process planning is an important project planning task  Should plan for LC and PM processes as well as supporting processes 12
  • 13. Life Cycle Process  Various LC models - waterfall, iterative, prototyping; diff models suit different projects  During planning can select the model that is best for the project  This gives the overall process which has to be fine- tuned to suit the project needs  Usually done by process tailoring - changing the process to suit the project  Tailoring finally results in adding, deleting, modifying some process steps 13
  • 14.
  • 15. Effort Estimation  For a project total cost and duration has to be committed in start  Requires effort estimation, often in terms of person- months  Effort estimate is key to planning - schedule, cost, resources depend on it  Many problems in project execution stem from improper estimation 15
  • 16. Estimation..  No easy way, no silver bullet  Estimation accuracy can improve with more information about the project  Early estimates are more likely to be inaccurate than later  More uncertainties in the start  With more info, estimation becomes easier 16
  • 18. Effort Estimation Models..  A model tries to determine the effort estimate from some parameter values  A model also requires input about the project, and cannot work in vacuum  So to apply a model, we should be able to extract properties about the system  Two types of models  top-down and  bottom-up 18
  • 19. Effort Estimation Models Extract Estimation Model Values of some characteristics Effort Estimate Know ledge about SW project 19
  • 20. Top-down Estimation  First determines the total effort, then effort for components  Usually works with overall size  One method is to see estimate as a function of effort; the common function used is Effort = a * size b  E is in person-months, size in KLOC  Constants a and b determined through regression analysis of past project data 20
  • 21. Top down estimation  Can also estimate from size and productivity  Get the estimate of the total size of the software  Estimate project productivity using past data and project characteristics  Obtain the overall effort estimate from productivity and size estimates  Effort distribution data from similar project are used to estimate effort for different phases 21
  • 22. Bottom-up Estimation  Effort for components and phases first estimated, then the total  Can use activity based costing - all activities enumerated and then each activity estimated separately  Can group activities into classes - their effort estimate from past data 22
  • 23. An Estimation Procedure  Identify programs/components in the system and classify them as simple, medium, or complex (S/M/C)  Define the average coding effort for S/M/C  Get the total coding effort.  Use the effort distribution in similar projects to estimate effort for other tasks and total  Refine the estimates based on project specific factors 23
  • 24. COCOMO Model for Estimation  Is a top-down approach  Uses size, but adjusts using some factors  Basic procedure  Obtain initial estimate using size  Determine a set of 15 multiplying factors from different project attributes  Adjust the effort estimate by scaling it with the final multiplying factor 24
  • 25. COCOMO..  Initial estimate: a * size b ; some standard values for a, b given for diff project types  There are 15 cost driver attributes line reliability, complexity, application experience, capability, …  Each factor is rated, and for the rating a multiplication factor is given  Final effort adjustment factor is the product of the factors for all 15 attributes 25
  • 26. COCOMO – Some cost drivers Cost Driver Very low Low Nominal High Very High Required reliability Database size Product complexity Execution time constraint Memory constraint Analyst capability Application experience Programmer capability Use of software tools Development schedule .75 .7 1.46 1.29 1.42 1.24 1.23 .88 .94 .85 1.19 1.13 1.17 1.10 1.08 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.15 1.08 1.15 1.11 1.06 .86 .91 .86 .91 1.04 1.4 1.16 1.3 1.3 1.21 .71 .82 .70 .83 1.1 26
  • 27. COCOMO – effort distribution  Effort distribution among different phases is given as a percent of effort  Eg. For medium size product it is  Product design – 16%  Detailed design – 24%  Coding and UT – 38%  Integration and test – 22% 27
  • 28. COCOMO Links  Center for Systems and Software Engineering – COCOMO II Website: http://sunset.usc.edu/csse/research/COCOMOII/coco mo_main.html  Overview: http://en.wikipedia.org/wiki/COCOMO 28
  • 29.
  • 30. Project Schedule  A project Schedule is at two levels - overall schedule and detailed schedule  Overall schedule comprises of major milestones and final date  Detailed schedule is the assignment of lowest level tasks to resources 30
  • 31. Overall Schedule  Depends heavily on the effort estimate  For an effort estimate, some flexibility exists depending on resources assigned  For example: a 56 PM project can be done in 8 months (7 people) or 7 months (8 people)  Stretching a schedule is easy; compressing is hard and expensive 31
  • 32. Overall Scheduling...  One method is to estimate schedule S (in months) as a function of effort in PMs  Can determine the function through analysis of past data; the function is non linear  COCOMO: S = 2.5 E 3.8  Often this schedule is checked and corrected for the specific project 32
  • 33. Determining Overall Schedule from past data Effort in person-days 0 50 100 150 200 250 300 350 400 0 200 400 600 800 1000 1200 1400 1600 1800 Schedule (Days) 33
  • 34. Determining Milestones  With effort and overall schedule decided, avg project resources are fixed  Manpower ramp-up in a project decides the milestones  Manpower ramp-up in a project follows a Putnam- Norden-Rayleigh (PNR) curve which shows the relationship of project effort as a function of project delivery time. 34 Where • Ea = Effort in person months • td = The nominal delivery time for the schedule • ta = Actual delivery time desired
  • 35. Manpower Ramp-up Design Build Test PTS 35 In reality manpower build-up is a step function
  • 36. Milestones ...  With manpower ramp-up and effort distribution, milestones can be decided  Effort distribution and schedule distribution in phases are different  Generally, the build has larger effort but not correspondingly large schedule  COCOMO specifies distr of overall sched. Design – 19%, programming – 62%, integration – 18% 36
  • 37. An Example Schedule # Task Dur. (days) Work (p- days) Start Date End Date 2 Project Init tasks 33 24 5/4 6/23 74 Training 95 49 5/8 9/29 104 Knowledge sharing 78 20 6/2 9/30 114 Elaboration iteration I 55 55 5/15 6/23 198 Construction iteration I 9 35 7/10 7/21 37
  • 38. Detailed Scheduling  To reach a milestone, many tasks have to be performed  Lowest level tasks - those that can be done by a person (in less than 2-3 days)  Scheduling - decide the tasks, assign them while preserving high-level schedule  Is an iterative task - if cannot “fit” all tasks, must revisit high level schedule 38
  • 39. Detailed Scheduling  Detailed schedule not done completely in the start - it evolves  Can use MS Project for keeping it  Detailed Schedule is the most live document for managing the project  Any activity to be done must get reflected in the detailed schedule 39
  • 40. An example task in detail schedule Module Act Code Task Duration Effort History PUT Unit test # 17 1 day 7 hrs St. date End date %comp Depend. Resource 7/18 7/18 0% Nil SB 40
  • 41. Detail schedule  Each task has name, date, duration, resource etc assigned  % done is for tracking (tools use it)  The detailed schedule has to be consistent with milestones  Tasks are sub-activities of milestone level activities, so effort should add up, total schedule should be preserved 41
  • 42. Team Structure  To assign tasks in detailed schedule, need to have a clear team structure  Hierarchic team organization is most common  Project manager has overall responsibility; also does design etc.  Has programmers and testers for executing detailed tasks  May have config controller, db manager, etc 42
  • 43. Team structure..  An alternative – democratic teams  Can work for small teams; leadership rotates  Another one used for products  A dev team led by a dev mgr, a test team led by test mgr, and a prog. Mgmt team  All three report to a product mgr  Allows specialization of tasks and separate career ladders for devs, tests, PMs 43
  • 44. SCM process and planning  Have discussed Software Configuration Management (SCM) process earlier  During planning, the SCM activities are planned along with who will perform them  Have discussed planning also earlier  Includes defining CM items, naming scheme, directory structure, access restrictions, change control, versioning, release procedure etc 44
  • 45.
  • 46. Quality Planning  Delivering high quality is a basic goal  Quality can be defined in many ways  Current industry standard - delivered defect density (e.g. #defects/KLOC)  Defect - something that causes software to behave in an inconsistent manner  Aim of a project - deliver software with low delivered defect density 46
  • 47. Defect Injection and Removal  Software development is labor intensive  Defects are injected at any stage  As quality goal is low delivered defect density, these defects have to be removed  Done primarily by quality control (QC) activities of reviews and testing 47
  • 48. Defect Injection and Removal Req. Analysis Design R Coding R UT IT/ST AT Development Process Defect Injection R Defect Removal 48
  • 49. Approaches to Quality Management  Ad hoc - some testing, some reviews done as and when needed  Procedural - defined procedures are followed in a project  Quantitative - defect data analysis done to manage the quality process 49
  • 50. Procedural Approach  A quality plan defines what QC tasks will be undertaken and when  Main QC tasks - reviews and testing  Guidelines and procedures for reviews and testing are provided  During project execution, adherence to the plan and procedures ensured 50
  • 51. Quantitative Approach  Goes beyond asking “has the procedure been executed”  Analyzes defect data to make judgements about quality  Past data is very important  Key parameters - defect injection and removal rates, defect removal efficiency (DRE) 51
  • 52. Quality Plan  The quality plan drives the quality activities in the project  Level of plan depends on models available  Must define QC tasks that have to be performed in the project  Can specify defect levels for each QC tasks (if models and data available) 52
  • 53.
  • 54. Risk Management  Any project can fail - reasons can be technical, managerial, etc.  Project management aims to tackle the project management aspect  Engineering life cycles aim to tackle the engineering issues  A project may fail due to unforeseen events - risk management aims to tackle this 54
  • 55. Risk Management  Risk: any condition or event whose occurrence is not certain but which can cause the project to fail  Aim of risk management: minimize the effect of risks on a project 55
  • 56. Risk Management Tasks RISK MANAGEMENT RISK ASSESSMENT RISK IDENTIFICATION RISK ANALYSIS RISK PRIORITIZATION RISK MANAGEMENT PLANNING RISK RESOLUTION RISK MONITORING RISK CONTROL 56
  • 57. Risk Identification  To identify possible risks to a project, i.e. to those events that might occur and which might cause the project to fail  No “algorithm” possible, done by “what ifs”, checklists, past experience  Can have a list of “top 10” risks that projects have seen in past 57
  • 58. Top Risk Examples  Shortage of technically trained manpower  Too many requirement changes  Unclear requirements  Not meeting performance requirements  Unrealistic schedules  Insufficient business knowledge  Working on new technology 58
  • 59. Risk Prioritization  The number of risks might be large  Must prioritize them to focus attention on the “high risk” areas  For prioritization, impact of each risk must be understood  In addition, probability of the risk occurring should also be understood 59
  • 60. Risk Prioritization ...  Risk exposure (RE) = probability of risk occurring * risk impact  RE is the expected value of loss for a risk  Prioritization can be done based on risk exposure value  Plans can be made to handle high RE risks 60
  • 61. A Simple approach to Risk Prioritization  Classify risk occurrence probabilities as: Low, Medium, High  Classify risk impact as: Low, Medium, High  Identify those that are HH, or HM/MH  Focus on these for risk mitigation  Will work for most small and medium sized projects 61
  • 62. Risk Control  Can the risk be avoided?  E.g. if new hardware is a risk, it can be avoided by working with proven hardware  For others, risk mitigation steps need to be planned and executed  Actions taken in the project such that if the risk materializes, its impact is minimal  Involves extra cost 62
  • 63. Risk Mitigation Examples  Too many requirement changes  Convince client that changes in requirements will have an impact on the schedule  Define a procedure for requirement changes  Maintain cumulative impact of changes and make it visible to client  Negotiate payment on actual effort. 63
  • 64. Examples ...  Manpower attrition  Ensure that multiple resources are assigned on key project areas  Have team building sessions  Rotate jobs among team members  Keep backup resources in the project  Maintain documentation of individual’s work  Follow the CM process and guidelines strictly 64
  • 65. Examples ...  Unrealistic schedules  Negotiate for better schedule  Identify parallel tasks  Have resources ready early  Identify areas that can be automated  If the critical path is not within the schedule, negotiate with the client  Negotiate payment on actual effort 65
  • 66. Risk Mitigation Plan  Risk mitigation involves steps that are to be performed (hence has extra cost)  It is not a paper plan - these steps should be scheduled and executed  These are different from the steps one would take if the risk materializes - they are performed only if needed  Risks must be revisited periodically 66
  • 67.
  • 68. Background  A plan is a mere document that can guide  It must be executed  To ensure execution goes as per plan, it must be monitored and controlled  Monitoring requires measurements  And methods for interpreting them  Monitoring plan has to plan for all the tasks related to monitoring 68
  • 69. Measurements  Must plan for measurements in a project  Without planning, measurements will not be done  Main measurements – effort, size, schedule, and defects  Effort – as this is the main resource; often tracked through effort reporting tools  Defects – as they determine quality; often defect logging and tracking systems used  During planning – what will be measured, how, tool support, and data management 69
  • 70. Project Tracking  Goal: To get visibility in project execution so corrective actions can be taken when needed to ensure project succeeds  Diff types of monitoring done at projects; measurements provide data for it 70
  • 71. Tracking…  Activity-level monitoring  Each activity in detailed schd is getting done  Often done daily by managers  A task done marked 100%; tools can determine status of higher level tasks  Status reports  Generally done weekly to take stock  Summary of activities completed, pending  Issues to be resolved 71
  • 72. Tracking…  Milestone analysis  A bigger review at milestones  Actual vs estimated for effort and sched is done  Risks are revisited  Changes to product and their impact may be analyzed  Cost-schedule milestone graph is another way of doing this 72
  • 74. Project Management Plan  The project management plan (PMP) contains outcome of all planning activities - focuses on overall project management  Besides PMP, a project schedule is needed  Reflects what activities get done in the project  Microsoft project (MSP) can be used for this  Based on project planning; is essential for day-to-day management  Does not replace PMP ! 74
  • 75. PMP Structure - Example  Project overview - customer, start and end date, overall effort, overall value, main contact persons, project milestones, development environment..  Project planning - process and tailoring, requirements change mgmt, effort estimation, quality goals and plan, risk management plan, .. 75
  • 76. PMP Example ...  Project tracking - data collection, analysis frequency, escalation procedures, status reporting, customer complaints, …  Project team, its organization, roles and responsibility, … 76
  • 77. Project Planning - Summary  Project planning forms the foundation of project management  Key aspects: effort and schedule estimation, quality planning, risk mgmt., …  Outputs of all can be documented in a PMP, which carries all relevant info about project  Besides PMP, a detailed project schedule maintains tasks to be done in the project 77