Personal Project Management
Projects vs Areas
|
Projects |
Areas |
| Definition |
Has a specific outcome and deadline |
Ongoing responsibility, no end date |
| Examples |
"Launch website by March 1", "Write book proposal" |
"Health", "Finance", "Team management" |
| Done state |
Completable — moves to archive |
Never done — always maintained |
| Tracking |
Active project list |
Area of responsibility list |
Key rule: Every project must have a clear outcome (what "done" looks like) and at least one next action. If it doesn't, it's not a project — it's a vague wish.
Personal PM System
Capture → Clarify → Plan → Execute → Review → Close
Capture
- Everything that might be a project goes into an inbox
- "Project" = anything with 2+ steps and a desired outcome
- Weekly review processes the inbox
Clarify
- What is the successful outcome?
- What is the deadline (real or self-imposed)?
- What is the very next physical action?
Plan
- Write a one-page project brief (see template below)
- Break into milestones (3-7 per project)
- Identify dependencies and risks
- Schedule milestones in calendar
Execute
- Work from next actions, not the project list
- Capture blockers and open questions immediately
- Don't plan during execution — capture, continue, review later
Review
- Weekly: confirm each project has a next action; check milestone progress
- At each milestone: brief retrospective before continuing
Close
- Mark complete in project list
- Archive all project materials
- Brief retrospective: what worked, what didn't, what to carry forward
Project Kickoff Checklist
Before starting any project:
One-Page Project Brief Template
## Project: [Name]
**Outcome:** [One sentence — what does "done" look like?]
**Deadline:** [Date]
**Owner:** [Name]
**Why this matters:**
[1-2 sentences on why this is worth doing]
**Milestones:**
| # | Milestone | Due | Status |
|---|-----------|-----|--------|
| 1 | | | |
| 2 | | | |
| 3 | | | |
**Key risks:**
- [Risk 1] → mitigation: [...]
- [Risk 2] → mitigation: [...]
**Dependencies:**
- [What / who must come first]
**Resources needed:**
- [Time estimate: X hrs/week]
- [Budget: $X]
- [Access to: ...]
**Current next action:**
[Specific, physical, actionable step — not "think about X"]
**Notes / decisions log:**
[Running log of key decisions and reasoning]
Milestone Design
Good milestones are outcome-based, not activity-based:
| Activity milestone (weak) |
Outcome milestone (strong) |
| "Work on user research" |
"10 user interviews completed, themes synthesized" |
| "Write code" |
"Core API endpoints passing all tests" |
| "Review design" |
"Design approved by stakeholders, ready for dev" |
Milestone rules:
- 3-7 milestones per project (fewer = no checkpoints; more = overhead)
- Each milestone is independently verifiable — yes/no, not "mostly"
- Last milestone = project complete (not "almost done")
Weekly Project Review
For each active project, answer:
- What's the status? (On track / At risk / Blocked)
- What's the next action? (Still valid or needs update?)
- Is there anything blocking me that I haven't addressed?
- Does the deadline still make sense?
Takes < 2 min per project in a weekly review.
Scope Creep Recognition and Response
Signs of scope creep
- "While we're at it, we should also..."
- New stakeholders appearing after kickoff
- Original deadline slipping "just a little"
- Next actions keep spawning sub-projects
Response
- Name it explicitly: "This is a scope change — let's evaluate it deliberately"
- Assess: Is the addition worth the timeline/resource impact?
- Decide: Add to current project with revised timeline, OR create a new project, OR decline
- Communicate: Update stakeholders on any scope or timeline changes
Project Health Indicators
| Indicator |
Healthy |
At risk |
Critical |
| Next action clarity |
Specific, physical |
Vague |
None |
| Last progress made |
< 1 week |
1-2 weeks |
> 2 weeks |
| Milestone progression |
On track |
1 milestone behind |
2+ behind |
| Stakeholder alignment |
All aligned |
Minor confusion |
Major misalignment |
| Blocker status |
None |
Being addressed |
Unaddressed |
Project Retrospective
Run after every completed project (15-30 min):
## Project Retrospective: [Name]
Date completed: [Date]
**What went well?**
-
-
**What didn't go as planned?**
-
-
**What would I do differently?**
-
-
**Key decision that paid off:**
**Key mistake to avoid next time:**
**Tools / processes to carry forward:**
**Estimate vs actual:**
- Estimated time: ___ Actual: ___
- Estimated cost: ___ Actual: ___
- Deadline: ___ Delivered: ___
1---2name: project-management3description: When to activate: personal project management, project tracking, project kickoff, milestone tracking, scope creep, project retrospective, getting projects done4---56# Personal Project Management78## Projects vs Areas910| | Projects | Areas |11|-|---------|-------|12| Definition | Has a specific outcome and deadline | Ongoing responsibility, no end date |13| Examples | "Launch website by March 1", "Write book proposal" | "Health", "Finance", "Team management" |14| Done state | Completable — moves to archive | Never done — always maintained |15| Tracking | Active project list | Area of responsibility list |1617**Key rule**: Every project must have a clear outcome (what "done" looks like) and at least one next action. If it doesn't, it's not a project — it's a vague wish.1819## Personal PM System2021```22Capture → Clarify → Plan → Execute → Review → Close23```2425### Capture26- Everything that might be a project goes into an inbox27- "Project" = anything with 2+ steps and a desired outcome28- Weekly review processes the inbox2930### Clarify31- What is the successful outcome?32- What is the deadline (real or self-imposed)?33- What is the very next physical action?3435### Plan36- Write a one-page project brief (see template below)37- Break into milestones (3-7 per project)38- Identify dependencies and risks39- Schedule milestones in calendar4041### Execute42- Work from next actions, not the project list43- Capture blockers and open questions immediately44- Don't plan during execution — capture, continue, review later4546### Review47- Weekly: confirm each project has a next action; check milestone progress48- At each milestone: brief retrospective before continuing4950### Close51- Mark complete in project list52- Archive all project materials53- Brief retrospective: what worked, what didn't, what to carry forward5455## Project Kickoff Checklist5657Before starting any project:5859- [ ] Clear outcome written in one sentence (not "work on X" but "X is done and means Y")60- [ ] Deadline set (real or provisional)61- [ ] Stakeholders identified and informed62- [ ] Dependencies mapped (what must be true before I can proceed?)63- [ ] Risks identified (what's most likely to go wrong?)64- [ ] Resources confirmed (time, money, access, tools)65- [ ] First milestone defined66- [ ] Next action written as a physical, specific step6768## One-Page Project Brief Template6970```71## Project: [Name]7273**Outcome:** [One sentence — what does "done" look like?]74**Deadline:** [Date]75**Owner:** [Name]7677**Why this matters:**78[1-2 sentences on why this is worth doing]7980**Milestones:**81| # | Milestone | Due | Status |82|---|-----------|-----|--------|83| 1 | | | |84| 2 | | | |85| 3 | | | |8687**Key risks:**88- [Risk 1] → mitigation: [...]89- [Risk 2] → mitigation: [...]9091**Dependencies:**92- [What / who must come first]9394**Resources needed:**95- [Time estimate: X hrs/week]96- [Budget: $X]97- [Access to: ...]9899**Current next action:**100[Specific, physical, actionable step — not "think about X"]101102**Notes / decisions log:**103[Running log of key decisions and reasoning]104```105106## Milestone Design107108Good milestones are outcome-based, not activity-based:109110| Activity milestone (weak) | Outcome milestone (strong) |111|--------------------------|---------------------------|112| "Work on user research" | "10 user interviews completed, themes synthesized" |113| "Write code" | "Core API endpoints passing all tests" |114| "Review design" | "Design approved by stakeholders, ready for dev" |115116Milestone rules:117- 3-7 milestones per project (fewer = no checkpoints; more = overhead)118- Each milestone is independently verifiable — yes/no, not "mostly"119- Last milestone = project complete (not "almost done")120121## Weekly Project Review122123For each active project, answer:1241. What's the status? (On track / At risk / Blocked)1252. What's the next action? (Still valid or needs update?)1263. Is there anything blocking me that I haven't addressed?1274. Does the deadline still make sense?128129Takes < 2 min per project in a weekly review.130131## Scope Creep Recognition and Response132133### Signs of scope creep134- "While we're at it, we should also..."135- New stakeholders appearing after kickoff136- Original deadline slipping "just a little"137- Next actions keep spawning sub-projects138139### Response1401. **Name it explicitly**: "This is a scope change — let's evaluate it deliberately"1412. **Assess**: Is the addition worth the timeline/resource impact?1423. **Decide**: Add to current project with revised timeline, OR create a new project, OR decline1434. **Communicate**: Update stakeholders on any scope or timeline changes144145## Project Health Indicators146147| Indicator | Healthy | At risk | Critical |148|-----------|---------|---------|---------|149| Next action clarity | Specific, physical | Vague | None |150| Last progress made | < 1 week | 1-2 weeks | > 2 weeks |151| Milestone progression | On track | 1 milestone behind | 2+ behind |152| Stakeholder alignment | All aligned | Minor confusion | Major misalignment |153| Blocker status | None | Being addressed | Unaddressed |154155## Project Retrospective156157Run after every completed project (15-30 min):158159```160## Project Retrospective: [Name]161Date completed: [Date]162163**What went well?**164- 165- 166167**What didn't go as planned?**168- 169- 170171**What would I do differently?**172- 173- 174175**Key decision that paid off:**176177**Key mistake to avoid next time:**178179**Tools / processes to carry forward:**180181**Estimate vs actual:**182- Estimated time: ___ Actual: ___183- Estimated cost: ___ Actual: ___184- Deadline: ___ Delivered: ___185```