Project Management Fundamentals & Life Cycles
From the project management curriculum
Project Management Fundamentals & Life Cycles
TL;DR
You'll learn what actually makes something a "project" versus routine work, and why that distinction changes how you plan it. You'll understand the five phases every project moves through and how predictive, agile, and hybrid life cycles handle those phases differently. By the end, you'll be able to pick the right life cycle for a real project and explain why.
1. The Mental Model
A project is a temporary effort with a defined end, built to create something unique. Ongoing work — running payroll, staffing a help desk — is an operation, not a project, because it never "finishes." Every project moves through the same rough shape: start, plan, build, close, no matter the industry. The life cycle you choose isn't about following rules — it's about matching how much uncertainty you have to how much you plan upfront.
2. The Core Material
What Actually Makes Something a Project

Photo by Said on Pexels
Three tests, all of which must be true:
- Temporary — it has a definite start and end. The end comes when objectives are met, or when it's clear they won't be, or the need for it disappears.
- Unique output — a product, service, or result that didn't exist before, even if it resembles past work. Building house #47 in a subdivision is still a project — the specific house, site conditions, and buyer needs make it unique.
- Progressive elaboration — you start with a rough understanding and refine details as you learn more. You don't need the full blueprint on day one.
Compare that to operations: manufacturing the same product every day, running IT helpdesk tickets, processing invoices. These are repetitive, ongoing, and have no natural end date. The distinction matters because operations get managed with standard procedures and KPIs, while projects need planning, risk management, and a defined closure.
A useful edge case: a program is a group of related projects managed together for benefits you couldn't get managing them separately (e.g., a company's "Digital Transformation Program" contains a CRM project, a data migration project, and a training rollout project). A portfolio is a collection of programs and projects grouped to meet strategic business goals, not necessarily related to each other operationally.
The Five Process Groups (Phases)

Photo by RDNE Stock project on Pexels
Regardless of methodology, project work falls into five overlapping process groups. These aren't strictly sequential — they overlap and often loop.
- Initiating — defining the project or a new phase, getting authorization to start (this produces the project charter), and identifying stakeholders.
- Planning — establishing scope, refining objectives, and defining the course of action. This is where you build the schedule, budget, risk register, and communication plan.
- Executing — doing the work defined in the plan, coordinating people and resources, and integrating deliverables.
- Monitoring & Controlling — tracking progress against the plan, measuring performance, and managing changes. This runs concurrently with executing, not after it.
- Closing — finalizing all activities, obtaining formal acceptance, documenting lessons learned, and releasing resources.
The overlap matters: on real projects you're often executing task A while monitoring task B and re-planning task C after a change request. Beginners think of these as five sequential boxes; experienced PMs think of them as five simultaneous lenses you apply throughout the whole project.
flowchart LR
A[Initiating] --> B[Planning]
B --> C[Executing]
C <--> D["Monitoring & Controlling"]
B <--> D
D --> E[Closing]
C --> E
Life Cycle Models: Predictive, Agile, and Hybrid

Photo by Negative Space on Pexels
The life cycle is how you arrange the five process groups over time. Three dominant models:
Predictive (Waterfall) — You plan almost everything upfront: full scope, detailed schedule, fixed budget, before execution starts. Phases happen in sequence — requirements, design, build, test, deploy — with formal sign-off gates between them. This works when requirements are well understood and unlikely to change: construction, manufacturing, regulated pharma work. The math behind why this is risky for uncertain work: if you commit to a fixed scope and budget before you've learned anything, every surprise becomes a change request, and change requests compound cost. Studies on late-discovered defects show fixing a requirements error found in production costs roughly 10-100x what it would have cost to fix during requirements gathering — this is the core argument for predictive planning when requirements truly are stable, and the core argument against it when they aren't.
Agile (Iterative/Incremental) — You break work into short cycles (sprints, typically 1-4 weeks), delivering a working slice of the product each cycle, then adapting the plan based on feedback. Instead of planning the whole project in detail up front, you plan the next iteration in detail and keep a rough backlog for the rest. This suits work where requirements will evolve: most software, product design, R&D. The five process groups still happen — but they happen inside every sprint, not once for the whole project. You initiate and plan sprint 3, execute and monitor it, and "close" it with a sprint review, then repeat.
Hybrid — Most real-world projects blend the two. A common pattern: predictive planning for fixed elements (procurement, regulatory, hardware) combined with agile execution for the parts with genuine uncertainty (software features, UX). For example, a company launching a new physical product might use predictive scheduling for manufacturing and supply chain (long lead times, hard to reverse) while running agile sprints for the companion mobile app (fast feedback, cheap to change).
flowchart TB
subgraph Predictive
P1[Requirements] --> P2[Design] --> P3[Build] --> P4[Test] --> P5[Deploy]
end
subgraph Agile
S1["Sprint 1: Plan-Build-Review"] --> S2["Sprint 2: Plan-Build-Review"] --> S3["Sprint 3: Plan-Build-Review"]
end
How to actually choose: ask two questions. How well do you understand the requirements right now? How expensive is it to change direction later? High certainty + high cost of change (building a bridge) → predictive. Low certainty + low cost of change (a new app feature) → agile. Mixed, which is most projects → hybrid.
3. Worked Example
Say you're managing the launch of a company's new internal expense-reporting tool. Let's walk it through the five process groups and pick a life cycle.
Initiating: The CFO wants faster expense approvals. You write a one-page project charter: objective ("cut average approval time from 9 days to 2"), sponsor (CFO), high-level budget ($150k), and rough timeline (4 months). You identify stakeholders: finance team, IT security, 200 employees who'll use it, the vendor whose software you're integrating.
Planning: You realize requirements aren't fully known — finance wants approval rules, but nobody's sure exactly how employees will actually use the mobile app, and IT security's compliance requirements are fixed and non-negotiable (SOC 2 audit rules won't change mid-project). This is a textbook hybrid situation:
- Predictive track: security/compliance requirements, integration with the existing accounting system (SAP), data migration — these are well-defined, low-tolerance-for-change items. You build a detailed Gantt chart and fixed scope statement for this track.
- Agile track: the employee-facing mobile app UI, approval workflow rules, notification preferences — these will need real user feedback. You set up a backlog and plan two-week sprints.
You build a risk register: top risk is "SAP integration breaks on legacy expense codes" (high impact, medium probability) — mitigation is a sandbox test in week 2 before committing further budget.
Executing + Monitoring & Controlling (concurrent): Weeks 1-2: your predictive team builds the SAP integration in a sandbox. Simultaneously, your agile team runs Sprint 1: a clickable prototype of the approval screen, tested with 5 finance employees. Feedback: users hate having to open a separate app for receipt photos. You adjust the Sprint 2 backlog to add in-app camera capture — a change your agile setup absorbs easily. Meanwhile you're tracking the predictive track against its Gantt chart; the SAP sandbox test in week 2 reveals an unexpected data format mismatch — a change request goes through your formal change control process, adding 1 week and $8k to that track's budget (approved by the CFO, logged, communicated to stakeholders).
Closing: By week 16, the tool launches. You run a final acceptance session with the CFO and finance team (formal sign-off), conduct a lessons-learned retrospective ("the sandbox test caught the SAP issue early — do that even earlier next time"), archive documentation, and release the contractor team back to the resource pool.
Notice how the same project used both life cycle styles for different parts, and how monitoring wasn't a separate phase at the end — it ran the entire time execution did.
4. Key Takeaways
4.1 Most Important Concepts

Photo by Roxanne Minnish on Pexels
- Temporary + unique output is the two-part test for "is this a project" — missing either one means it's an operation.
- Progressive elaboration means you're allowed to start with incomplete information; refining detail over time is normal, not a planning failure.
- The five process groups overlap — monitoring and controlling runs concurrently with executing, not after it, for the whole project duration.
- Predictive life cycles front-load planning and work best when requirements are stable and change is expensive.
- Agile life cycles front-load feedback through short iterations and work best when requirements are expected to evolve.
- Hybrid approaches split a project by risk profile — fixed, high-cost-of-change elements go predictive; uncertain, cheap-to-change elements go agile.
- A program is a group of related projects managed together; a portfolio is a strategic grouping that may include unrelated programs and projects.
4.2 Common Misconceptions
- "The five process groups happen once, in strict order." Wrong — they overlap constantly, and in agile projects, all five repeat inside every single sprint.
- "Agile means no planning." Wrong — agile still plans, just at a smaller scope (the next sprint) rather than the whole project, and keeps a lightweight plan for the rest.
- "A project with repeat customers or similar deliverables isn't really a project." Wrong — uniqueness comes from context (site, client, timing), not from never having done similar work before.
- "Monitoring & Controlling is the same as Closing." Wrong — closing is a one-time formal wrap-up with sign-off and documentation; monitoring is continuous performance tracking throughout execution.
4.3 Compare & Contrast
| Aspect | Predictive (Waterfall) | Agile (Iterative) | Hybrid |
|---|---|---|---|
| When scope is defined | Fully upfront | Rolling, per iteration | Fixed parts upfront, flexible parts iterative |
| Change tolerance | Low — formal change control | High — expected and welcomed | Depends on the track |
| Best for | Stable, well-understood requirements | Evolving, feedback-dependent work | Mixed-certainty projects |
| Delivery cadence | One final delivery (or major phase gates) | Frequent small deliveries | Mixed |
| Example use case | Bridge construction | Mobile app feature development | New product launch (hardware + software) |
5. Now Try It
Pick a real project idea you're familiar with (a home renovation, a school event, launching a small website). Write four things right here:
- A one-sentence justification for why it qualifies as a "project," not an operation.
- One deliverable for each of the five process groups (e.g., what does "closing" look like specifically for your project?).
- Which life cycle you'd use — predictive, agile, or hybrid — and one concrete reason tied to how well-known your requirements are.
- If hybrid, name one element you'd plan predictively and one you'd handle in agile sprints.
Success looks like: you can point to a specific part of your project and explain, in one sentence, why it needs that specific life cycle approach rather than the other one.
Frequently asked about Project Management Fundamentals & Life Cycles
Study this next
Get the full project management curriculum
Clone the complete plan to your dashboard for unlimited AI-generated notes, practice quizzes, and a personalised revision schedule.
Create Free Account