Lesson 1: Project Management Basics
What is Project Management?
Project management is the application of knowledge, skills, tools, and techniques to project activities to meet project requirements. It involves planning, organizing, and managing resources to achieve specific goals within defined constraints.
The Triple Constraint (Iron Triangle)
Every project must balance three key constraints:
- Scope: What the project will deliver (features, functionality, requirements)
- Time: The schedule and deadlines for project completion
- Cost: The budget and resources allocated to the project
Project vs Operations
| Project | Operations |
|---|---|
| Temporary and unique | Ongoing and repetitive |
| Specific start and end dates | Continuous, no defined end |
| Creates unique deliverables | Produces same output repeatedly |
| Example: Building a new website | Example: Website maintenance |
Key Roles in Project Management
- Project Manager: Leads the project, coordinates team, manages resources and stakeholders
- Project Sponsor: Provides funding, support, and high-level direction
- Stakeholders: Anyone affected by or interested in the project
- Project Team: Members who execute project tasks and deliverables
- Steering Committee: Provides governance and strategic oversight
Project Manager Responsibilities
- Define project scope, goals, and deliverables
- Develop detailed project plans and schedules
- Allocate and manage resources effectively
- Monitor progress and track milestones
- Identify and mitigate risks
- Communicate with stakeholders
- Ensure quality standards are met
- Manage budget and costs
- Resolve conflicts and issues
Essential Project Manager Skills
Project Success Criteria
A successful project typically meets the following criteria:
- Delivered on time (meets deadlines)
- Completed within budget
- Meets quality standards and requirements
- Achieves stated objectives and goals
- Satisfies stakeholder expectations
- Delivers business value
Common Project Challenges
- Unclear or changing requirements
- Scope creep (uncontrolled expansion of scope)
- Resource constraints and conflicts
- Poor communication
- Unrealistic deadlines or budgets
- Lack of stakeholder engagement
- Inadequate risk management
- Team conflicts and motivation issues
Project Management Knowledge Areas (PMBOK)
According to the Project Management Institute (PMI), there are 10 knowledge areas:
- Integration Management - Coordinating all aspects
- Scope Management - Defining and controlling what's included
- Schedule Management - Planning and controlling timelines
- Cost Management - Budgeting and controlling costs
- Quality Management - Ensuring deliverables meet standards
- Resource Management - Managing team and resources
- Communications Management - Sharing information effectively
- Risk Management - Identifying and managing uncertainties
- Procurement Management - Acquiring goods and services
- Stakeholder Management - Managing stakeholder expectations
Test Your Knowledge - Lesson 1
1. What are the three constraints in the Iron Triangle?
2. What is the main difference between a project and operations?
3. Who typically provides funding and high-level direction for a project?
Lesson 2: Project Planning and Initiation
Project Life Cycle
Most projects follow a standard life cycle with five phases:
- Initiation: Define the project at a high level
- Planning: Establish scope, objectives, and procedures
- Execution: Complete the work defined in the plan
- Monitoring & Controlling: Track, review, and regulate progress
- Closure: Finalize activities and formally close the project
Project Initiation Phase
Key activities during initiation:
- Identify the business need or opportunity
- Conduct feasibility study
- Create the project charter
- Identify key stakeholders
- Assign the project manager
- Secure initial funding and resources
Project Charter
The project charter is a formal document that authorizes the project. It includes:
Stakeholder Identification
Stakeholders are individuals, groups, or organizations who may affect or be affected by the project.
| Stakeholder Type | Examples |
|---|---|
| Internal | Team members, management, departments |
| External | Customers, vendors, regulators, public |
| Primary | Directly involved in the project |
| Secondary | Indirectly affected by the project |
Stakeholder Analysis
Project Planning Phase
Planning is the most critical phase. Key planning activities include:
- Define detailed scope and requirements
- Create Work Breakdown Structure (WBS)
- Develop project schedule
- Estimate costs and create budget
- Plan resources and procurement
- Identify and analyze risks
- Plan quality standards and processes
- Develop communication plan
Work Breakdown Structure (WBS)
The WBS is a hierarchical decomposition of the total scope of work. It breaks down the project into smaller, manageable components.
Project Scheduling
Common scheduling techniques:
- Gantt Chart: Visual timeline showing tasks, durations, and dependencies
- Critical Path Method (CPM): Identifies the longest sequence of dependent activities
- PERT (Program Evaluation Review Technique): Uses optimistic, pessimistic, and most likely estimates
- Milestone Chart: Shows major events or checkpoints
Cost Estimation Techniques
- Analogous Estimating: Using historical data from similar projects
- Parametric Estimating: Using statistical relationships between variables
- Bottom-Up Estimating: Estimating individual tasks and rolling up
- Three-Point Estimating: Calculating weighted average of optimistic, pessimistic, and most likely
Resource Planning
Resource planning involves:
- Identifying required resources (people, equipment, materials)
- Estimating resource quantities needed
- Creating resource calendars
- Developing resource allocation plans
- Planning for resource acquisition
Communication Plan
A communication plan defines:
- What information will be communicated
- Who needs the information
- When it will be communicated (frequency)
- How it will be communicated (method/channel)
- Who is responsible for communicating
| Communication Type | Audience | Frequency | Method |
|---|---|---|---|
| Status Report | Stakeholders | Weekly | |
| Team Meeting | Project Team | Daily | Stand-up |
| Executive Update | Sponsor | Monthly | Presentation |
| Risk Review | Core Team | Bi-weekly | Meeting |
Test Your Knowledge - Lesson 2
1. What document formally authorizes a project?
2. What does WBS stand for?
3. Stakeholders with high power and high interest should be:
Lesson 3: Agile and Scrum Methodology
Traditional vs Agile Project Management
| Traditional (Waterfall) | Agile |
|---|---|
| Sequential phases | Iterative and incremental |
| Detailed upfront planning | Adaptive planning |
| Fixed scope, variable time/cost | Fixed time/cost, variable scope |
| Change is discouraged | Change is welcomed |
| Delivery at the end | Continuous delivery |
| Less customer involvement | High customer collaboration |
Agile Manifesto Values
- Individuals and interactions over processes and tools
- Working software over comprehensive documentation
- Customer collaboration over contract negotiation
- Responding to change over following a plan
12 Agile Principles (Key Highlights)
- Satisfy the customer through early and continuous delivery
- Welcome changing requirements, even late in development
- Deliver working software frequently (weeks rather than months)
- Business people and developers work together daily
- Build projects around motivated individuals
- Face-to-face conversation is the most effective communication
- Working software is the primary measure of progress
- Sustainable development - maintain a constant pace
- Continuous attention to technical excellence
- Simplicity - maximize the amount of work not done
- Self-organizing teams produce the best results
- Regular reflection and adjustment for effectiveness
Introduction to Scrum
Scrum is the most popular Agile framework. It's an iterative approach where work is completed in short cycles called sprints.
Scrum Roles
- Product Owner: Represents stakeholders, manages product backlog, defines priorities
- Scrum Master: Facilitates the process, removes impediments, coaches the team
- Development Team: Self-organizing cross-functional team that delivers the product
Scrum Artifacts
- Product Backlog: Ordered list of everything needed in the product (features, enhancements, fixes)
- Sprint Backlog: Items selected for the sprint plus the plan for delivering them
- Product Increment: The sum of all completed backlog items at the end of a sprint
Scrum Events (Ceremonies)
The Scrum Flow
User Stories
In Agile, requirements are often written as user stories:
Story Points and Estimation
Story points are a relative measure of effort and complexity:
- Not based on hours or days
- Consider complexity, effort, and uncertainty
- Common scales: Fibonacci (1, 2, 3, 5, 8, 13, 21)
- Planning Poker - team consensus technique
Definition of Done (DoD)
A shared understanding of what it means for work to be complete:
Kanban (Another Agile Method)
Kanban focuses on visualizing work and limiting work in progress (WIP):
| Scrum | Kanban |
|---|---|
| Fixed-length sprints | Continuous flow |
| Prescribed roles | No prescribed roles |
| Velocity metric | Lead time/cycle time |
| Cross-functional teams | Specialized teams possible |
When to Use Agile
- Requirements are unclear or likely to change
- Quick delivery of value is important
- Customer feedback is readily available
- Innovation and experimentation are valued
- Team collaboration is strong
- Requirements are well-defined and stable
- Regulatory compliance requires extensive documentation
- Fixed-price contracts with defined scope
- Sequential work is necessary
Test Your Knowledge - Lesson 3
1. What is the typical duration of a Scrum sprint?
2. Who is responsible for managing the product backlog in Scrum?
3. What is the recommended duration for a Daily Scrum?
Lesson 4: Risk Management and Communication
What is Project Risk?
A project risk is an uncertain event or condition that, if it occurs, has a positive or negative effect on project objectives.
Risk Management Process
- Risk Identification: Determine what risks might affect the project
- Risk Analysis: Assess probability and impact of each risk
- Risk Response Planning: Develop strategies to handle risks
- Risk Monitoring: Track risks and implement responses
Risk Identification Techniques
- Brainstorming: Team sessions to identify potential risks
- Interviews: One-on-one discussions with experts
- Checklists: Using historical data and templates
- SWOT Analysis: Strengths, Weaknesses, Opportunities, Threats
- Assumption Analysis: Examining project assumptions for validity
- Expert Judgment: Consulting with subject matter experts
Risk Analysis - Probability and Impact
Each risk should be assessed for:
- Probability: How likely is it to occur? (Low, Medium, High or 0-100%)
- Impact: What's the effect if it occurs? (Low, Medium, High or scale 1-10)
| Probability/Impact | Low Impact | Medium Impact | High Impact |
|---|---|---|---|
| High Probability | Medium | High | Critical |
| Medium Probability | Low | Medium | High |
| Low Probability | Low | Low | Medium |
Risk Response Strategies
For negative risks (threats):
- Avoid: Eliminate the threat by changing the plan
- Mitigate: Reduce probability or impact
- Transfer: Shift impact to third party (e.g., insurance)
- Accept: Acknowledge the risk and deal with it if it occurs
For positive risks (opportunities):
- Exploit: Ensure the opportunity occurs
- Enhance: Increase probability or impact
- Share: Allocate ownership to third party who can best capture benefit
- Accept: Be willing to take advantage if it occurs
Risk Register
A risk register is a document that tracks all identified risks:
Project Communication
Communication is critical for project success. Project managers spend 80-90% of their time communicating.
Communication Channels Formula
Communication Methods
| Method | When to Use | Pros | Cons |
|---|---|---|---|
| Face-to-Face | Complex issues, conflicts | Most effective, builds trust | Not scalable, scheduling |
| Video Conference | Remote teams, reviews | Visual cues, engagement | Tech issues, time zones |
| Documentation, non-urgent | Written record, convenient | No tone, easily misread | |
| Instant Message | Quick questions, updates | Fast, informal | Interruptions, no record |
| Project Portal | Status, documents | Central location, accessible | Requires maintenance |
Types of Project Communication
- Formal Written: Project charter, reports, contracts
- Formal Verbal: Presentations, scheduled meetings
- Informal Written: Emails, notes, instant messages
- Informal Verbal: Hallway conversations, casual discussions
Status Reporting
Effective status reports should include:
Meeting Best Practices
- Always have a clear purpose and agenda
- Invite only necessary participants
- Start and end on time
- Assign a facilitator and note-taker
- Document decisions and action items
- Follow up on commitments
- Distribute minutes promptly
- No agenda or unclear purpose
- Starting late or running over
- Allowing tangents and off-topic discussions
- No action items or follow-up
- Same people dominating discussion
Conflict Management
Five conflict resolution techniques:
- Collaborate (Problem-Solve): Work together to find win-win solution - BEST approach
- Compromise: Each party gives up something - both partially satisfied
- Accommodate (Smooth): Emphasize agreement, downplay disagreement
- Force (Direct): One party wins at expense of the other
- Withdraw (Avoid): Retreat from conflict - temporary solution
Test Your Knowledge - Lesson 4
1. Which risk response strategy involves eliminating the threat entirely?
2. How many communication channels exist in a team of 6 people?
3. Which conflict resolution technique seeks a win-win solution?
Lesson 5: Project Execution and Monitoring
Project Execution Phase
During execution, the project team performs the work defined in the project plan to achieve the project objectives.
Key Execution Activities
- Direct and manage project work
- Acquire and develop project team
- Manage team performance and motivation
- Manage stakeholder expectations
- Conduct procurement (if needed)
- Implement quality assurance
- Distribute information and reports
Team Development Stages (Tuckman's Model)
- Forming: Team members meet, roles unclear, polite but uncertain
- Storming: Conflicts emerge, resistance to tasks, frustration
- Norming: Team resolves differences, establishes norms, cooperation increases
- Performing: Team works efficiently, high trust, collaborative
- Adjourning: Project ends, team disbands, celebration and reflection
Team Motivation Techniques
- Recognition: Acknowledge good work publicly
- Clear Goals: Ensure everyone understands objectives
- Empowerment: Give team members ownership and decision-making authority
- Growth Opportunities: Provide learning and development
- Fair Treatment: Ensure equity and transparency
- Remove Obstacles: Clear impediments to progress
- Celebrate Wins: Mark milestones and achievements
Monitoring and Controlling
This process group tracks project performance and manages changes.
Key Monitoring Activities
- Track project progress against plan
- Measure performance using metrics
- Identify variances and trends
- Monitor risks and issues
- Control changes to scope, schedule, and budget
- Ensure quality standards are met
- Report status to stakeholders
Earned Value Management (EVM)
EVM is a powerful technique to measure project performance by integrating scope, schedule, and cost.
EVM Example
- CPI or SPI consistently below 0.9
- Variance trends worsening over time
- Large difference between AC and EV
Change Control Process
Proper change management prevents scope creep and chaos:
- Change Request Submitted: Anyone can submit, but must be documented
- Change Logged: Record in change log with unique ID
- Impact Assessment: Analyze effect on scope, schedule, cost, quality, risks
- Review by Change Control Board (CCB): Committee evaluates change
- Decision: Approve, reject, or defer
- Implementation: If approved, update plans and execute
- Verification: Confirm change was implemented correctly
- Communication: Inform all stakeholders
Quality Management
Quality management ensures deliverables meet requirements and standards.
Quality vs Grade
- Quality: Degree to which deliverables meet requirements (compliance)
- Grade: Category assigned to deliverables with same use but different characteristics (features)
Quality Control Tools
- Inspections: Examining work products to ensure correctness
- Testing: Verifying functionality and performance
- Peer Reviews: Team members review each other's work
- Checklists: Ensure all steps are completed
- Pareto Chart: Identify the 20% of causes creating 80% of problems
- Control Charts: Monitor process stability over time
Issue Management
Issues are current problems that need resolution (unlike risks, which are future uncertainties).
Issue Escalation
Know when to escalate issues:
- Issue impacts project objectives significantly
- Issue is outside your authority to resolve
- Issue involves resources you don't control
- Issue requires policy decision or exception
- Issue has been unresolved for too long
Performance Reporting
Regular performance reports keep stakeholders informed:
| Report Type | Frequency | Audience | Content |
|---|---|---|---|
| Status Report | Weekly | Team, PM | Tasks completed, upcoming work |
| Progress Report | Bi-weekly | Stakeholders | Milestones, metrics, issues |
| Executive Summary | Monthly | Executives | High-level status, risks, decisions |
| Variance Report | As needed | Sponsor, PM | Budget/schedule variances |
Test Your Knowledge - Lesson 5
1. In which team development stage is the team most productive?
2. If CPI = 0.85, what does this indicate?
3. What is the difference between a risk and an issue?
Lesson 6: Project Closure and Best Practices
Project Closure Phase
Project closure formally completes the project or phase. Many projects fail to close properly, leaving loose ends.
Closure Activities
- Obtain final acceptance from customer/sponsor
- Complete and hand over deliverables
- Release project resources and team members
- Close contracts and procurement
- Archive project documentation
- Conduct lessons learned session
- Celebrate success and recognize team
- Create final project report
- Update organizational process assets
Types of Project Closure
- Normal Closure: Project completed successfully and accepted
- Premature Closure: Project terminated early by decision
- Perpetual Closure: Project never seems to end (scope creep)
- Failed Closure: Project abandoned due to failure
Final Project Report
Lessons Learned Session
A structured meeting to capture insights for future projects:
- What went well? (Keep doing)
- What didn't go well? (Stop doing)
- What should we do differently? (Start doing)
- What surprised us?
- What would we recommend to future projects?
Best Practices for Lessons Learned
- Conduct session with all key team members
- Create a safe, blame-free environment
- Focus on process and outcomes, not people
- Document specific, actionable insights
- Share findings with organization
- Actually use the lessons in future projects!
Knowledge Management
Capture and preserve project knowledge:
- Document Repository: Central location for all project documents
- Wiki or Knowledge Base: How-tos, decisions, rationale
- Templates: Reusable documents and tools
- Best Practices Database: Proven approaches and techniques
- Case Studies: Detailed project stories with lessons
Project Management Best Practices
1. Planning and Initiation
- Invest time in thorough planning - it pays off
- Get stakeholder buy-in early and often
- Define clear, SMART objectives
- Create realistic schedules with team input
- Build in contingency time and budget (10-20%)
2. Execution and Monitoring
- Communicate proactively and frequently
- Track progress against plan regularly
- Address issues immediately, don't let them fester
- Celebrate small wins to maintain momentum
- Be visible and accessible to the team
3. Team Management
- Build trust through transparency and consistency
- Empower team members and delegate appropriately
- Provide clear roles and responsibilities
- Give regular feedback, both positive and constructive
- Remove obstacles that block team progress
4. Stakeholder Management
- Identify all stakeholders early
- Understand their interests and influence
- Tailor communication to each stakeholder group
- Manage expectations proactively
- Keep sponsors engaged and supportive
5. Risk and Change Management
- Identify risks early and continuously
- Have contingency plans for high-priority risks
- Control scope creep with formal change process
- Be flexible but protect project constraints
- Document all changes and their impacts
Common PM Tools and Software
| Tool | Best For | Key Features |
|---|---|---|
| Microsoft Project | Traditional PM | Gantt charts, resource management, reporting |
| Jira | Agile/Software | Sprints, backlog, boards, workflows |
| Asana | Team collaboration | Tasks, timelines, portfolios, automation |
| Trello | Simple projects | Kanban boards, cards, lists |
| Monday.com | Flexible workflows | Visual boards, automation, integrations |
| Smartsheet | Spreadsheet-like PM | Grids, Gantt, forms, dashboards |
PM Certifications
Professional certifications demonstrate PM competence:
- PMP (Project Management Professional): PMI's flagship certification, traditional PM focus
- CAPM (Certified Associate in PM): Entry-level PMI certification
- CSM (Certified Scrum Master): Scrum Alliance, Agile/Scrum focus
- PSM (Professional Scrum Master): Scrum.org certification
- PRINCE2: Popular in UK/Europe, process-based approach
- AgilePM: Agile Project Management certification
Continuing Education
Project management is an evolving field. Stay current by:
- Reading PM blogs and publications
- Attending conferences and webinars
- Joining professional associations (PMI, Agile Alliance)
- Networking with other PMs
- Learning new tools and methodologies
- Earning PDUs (Professional Development Units)
PM Success Mindset
- Adaptable: Flexible when plans change
- Proactive: Anticipate issues before they arise
- Organized: Keep everything tracked and documented
- Communicative: Share information openly and clearly
- Decisive: Make timely decisions with available information
- Empathetic: Understand team and stakeholder perspectives
- Resilient: Bounce back from setbacks
- Detail-oriented: Track the small things that matter
- Strategic: See the big picture and long-term goals
Final Tips
- Start small - don't try to implement everything at once
- Tailor processes to your project - one size doesn't fit all
- Build relationships - project success depends on people
- Document as you go - don't leave it until the end
- Learn from every project - success and failure both teach
- Take care of yourself - PM can be stressful, maintain balance
- Keep learning - PM practices evolve constantly
- Find a mentor - learn from experienced PMs
- Be ethical - maintain integrity even under pressure
- Have fun - celebrate wins and enjoy the journey!
Test Your Knowledge - Lesson 6
1. Which closure activity captures insights for future projects?
2. What does PMP certification stand for?
3. How much contingency budget is typically recommended?