Project Management Templates
Templates for project charters, sprint planning, retrospectives, and status reports
Project management templates help teams plan, track, and communicate project progress consistently across initiatives.
Project Charter
# Project Charter: [Project Name]
## Document Control
| Field | Value |
|-------|-------|
| Version | 1.0 |
| Date | [Date] |
| Author | [Name] |
| Status | Draft / Approved |
---
## 1. Project Overview
### 1.1 Project Name
[Official project name]
### 1.2 Project Description
[Brief description of the project - what it is and what it will deliver]
### 1.3 Business Problem
[What problem does this project solve?]
### 1.4 Business Value
[Expected benefits and value to the organization]
---
## 2. Objectives and Success Criteria
### 2.1 Objectives
| ID | Objective | Measurable Outcome |
|----|-----------|-------------------|
| OBJ-1 | [Objective] | [How success is measured] |
| OBJ-2 | [Objective] | [How success is measured] |
### 2.2 Success Criteria
- [ ] Criterion 1
- [ ] Criterion 2
- [ ] Criterion 3
---
## 3. Scope
### 3.1 In Scope
- Item 1
- Item 2
- Item 3
### 3.2 Out of Scope
- Item 1
- Item 2
### 3.3 Assumptions
- Assumption 1
- Assumption 2
### 3.4 Constraints
- Constraint 1
- Constraint 2
---
## 4. Stakeholders
| Name | Role | Interest | Influence | Communication |
|------|------|----------|-----------|---------------|
| [Name] | [Role] | High/Med/Low | High/Med/Low | [Frequency] |
---
## 5. Timeline
### 5.1 Key Milestones
| Milestone | Target Date | Description |
|-----------|-------------|-------------|
| Project Kickoff | [Date] | [Description] |
| Phase 1 Complete | [Date] | [Description] |
| Go Live | [Date] | [Description] |
### 5.2 High-Level Schedule
[Gantt chart or timeline representation]
---
## 6. Resources
### 6.1 Team Structure
| Role | Name | Allocation |
|------|------|------------|
| Project Manager | [Name] | 100% |
| Tech Lead | [Name] | 100% |
| Developer | [Name] | 100% |
### 6.2 Budget
| Category | Estimated Cost |
|----------|---------------|
| Personnel | $XXX,XXX |
| Infrastructure | $XX,XXX |
| Tools/Licenses | $X,XXX |
| **Total** | **$XXX,XXX** |
---
## 7. Risks
| ID | Risk | Probability | Impact | Mitigation |
|----|------|-------------|--------|------------|
| R1 | [Risk] | High/Med/Low | High/Med/Low | [Strategy] |
| R2 | [Risk] | High/Med/Low | High/Med/Low | [Strategy] |
---
## 8. Approval
| Role | Name | Signature | Date |
|------|------|-----------|------|
| Project Sponsor | [Name] | | |
| Project Manager | [Name] | | |
| Technical Lead | [Name] | | |Sprint Planning Template
# Sprint Planning: Sprint [Number]
## Sprint Information
| Field | Value |
|-------|-------|
| Sprint Number | [Number] |
| Start Date | [Date] |
| End Date | [Date] |
| Duration | [X] days |
| Team Capacity | [X] story points |
---
## Sprint Goal
[One or two sentences describing what the team commits to achieve]
---
## Team Capacity
| Team Member | Days Available | Capacity (pts) |
|-------------|----------------|----------------|
| [Name] | [X] | [X] |
| [Name] | [X] | [X] |
| **Total** | | **[X]** |
### Capacity Adjustments
- [Name]: PTO on [dates]
- [Name]: 50% allocation due to [reason]
---
## Sprint Backlog
### Committed Stories
| ID | Story | Points | Owner | Priority |
|----|-------|--------|-------|----------|
| US-XXX | [Title] | [X] | [Name] | Must |
| US-XXX | [Title] | [X] | [Name] | Must |
| US-XXX | [Title] | [X] | [Name] | Should |
**Total Committed Points:** [X]
### Stretch Goals (If Capacity Allows)
| ID | Story | Points |
|----|-------|--------|
| US-XXX | [Title] | [X] |
---
## Dependencies
| Dependency | Owner | Status | Impact if Delayed |
|------------|-------|--------|-------------------|
| [Dependency] | [Name] | Green/Yellow/Red | [Impact] |
---
## Risks and Blockers
| Risk/Blocker | Mitigation | Owner |
|--------------|------------|-------|
| [Description] | [Action] | [Name] |
---
## Definition of Done Reminder
- [ ] Code complete and reviewed
- [ ] Tests written and passing
- [ ] Documentation updated
- [ ] Deployed to staging
- [ ] Product Owner accepted
---
## Notes
[Any additional context or decisions from planning]Retrospective Template
# Sprint [Number] Retrospective
## Meeting Information
| Field | Value |
|-------|-------|
| Date | [Date] |
| Facilitator | [Name] |
| Attendees | [Names] |
| Duration | [X] minutes |
---
## Sprint Summary
| Metric | Planned | Actual |
|--------|---------|--------|
| Story Points | [X] | [X] |
| Stories Completed | [X] | [X] |
| Bugs Found | - | [X] |
| Sprint Goal Met | - | Yes/Partial/No |
---
## What Went Well
[Things the team should continue doing]
1. [Item]
2. [Item]
3. [Item]
---
## What Didn't Go Well
[Things that caused problems or friction]
1. [Item]
2. [Item]
3. [Item]
---
## What Can We Improve
[Suggestions for improvement]
1. [Item]
2. [Item]
3. [Item]
---
## Action Items
| Action | Owner | Due Date | Status |
|--------|-------|----------|--------|
| [Action] | [Name] | [Date] | Open |
| [Action] | [Name] | [Date] | Open |
---
## Previous Action Items Review
| Action | Owner | Status | Notes |
|--------|-------|--------|-------|
| [Action from last retro] | [Name] | Done/In Progress | [Notes] |
---
## Team Health Check
Rate 1-5 (1=Poor, 5=Excellent)
| Area | Rating | Trend |
|------|--------|-------|
| Team Collaboration | [X] | ↑ ↓ → |
| Code Quality | [X] | ↑ ↓ → |
| Process Efficiency | [X] | ↑ ↓ → |
| Work-Life Balance | [X] | ↑ ↓ → |
---
## Kudos
[Team member recognition]
- [Name] for [contribution]
- [Name] for [contribution]Status Report Template
# Project Status Report
## Report Information
| Field | Value |
|-------|-------|
| Project | [Project Name] |
| Report Date | [Date] |
| Report Period | [Start] - [End] |
| Author | [Name] |
---
## Executive Summary
### Overall Status: [GREEN / YELLOW / RED]
[2-3 sentence summary of project health and key updates]
### Status Indicators
| Area | Status | Trend |
|------|--------|-------|
| Schedule | 🟢 | → |
| Scope | 🟡 | ↓ |
| Budget | 🟢 | → |
| Quality | 🟢 | ↑ |
| Risk | 🟡 | → |
---
## Accomplishments This Period
- ✅ [Accomplishment 1]
- ✅ [Accomplishment 2]
- ✅ [Accomplishment 3]
---
## Planned for Next Period
- 📋 [Planned item 1]
- 📋 [Planned item 2]
- 📋 [Planned item 3]
---
## Milestone Status
| Milestone | Planned Date | Status | Notes |
|-----------|--------------|--------|-------|
| [Milestone 1] | [Date] | ✅ Complete | |
| [Milestone 2] | [Date] | 🔄 In Progress | [Notes] |
| [Milestone 3] | [Date] | ⏳ Upcoming | |
---
## Key Metrics
### Progress
| Metric | Target | Actual | Status |
|--------|--------|--------|--------|
| Stories Completed | [X] | [X] | On Track |
| Sprint Velocity | [X] | [X] | On Track |
| Test Coverage | [X]% | [X]% | At Risk |
### Quality
| Metric | Value | Trend |
|--------|-------|-------|
| Open Defects | [X] | ↓ |
| Critical Bugs | [X] | → |
| Technical Debt Items | [X] | ↑ |
---
## Risks and Issues
### Active Risks
| ID | Risk | Probability | Impact | Mitigation | Owner |
|----|------|-------------|--------|------------|-------|
| R1 | [Risk] | High | High | [Action] | [Name] |
### Open Issues
| ID | Issue | Priority | Status | Owner | ETA |
|----|-------|----------|--------|-------|-----|
| I1 | [Issue] | High | In Progress | [Name] | [Date] |
---
## Budget Status
| Category | Budget | Spent | Remaining | Status |
|----------|--------|-------|-----------|--------|
| Personnel | $XXX | $XXX | $XXX | On Track |
| Infrastructure | $XX | $XX | $XX | On Track |
| **Total** | **$XXX** | **$XXX** | **$XXX** | |
---
## Decisions Needed
| Decision | Impact | Deadline | Decision Maker |
|----------|--------|----------|----------------|
| [Decision] | [Impact] | [Date] | [Name] |
---
## Next Steps
1. [Action item]
2. [Action item]
3. [Action item]Related Resources
Compliance
This section fulfills ISO 13485 requirements for QMS planning (5.4.2), management review (5.6), and resource management (6.1), and ISO 27001 requirements for information security in project management (A.5.8), planning and control (6.2), and documented information (7.5).
How is this guide?
Last updated on