TWRT Image
Home » TWRT » Lessons Learned in Projects: How to Document and Reuse Knowledge

Lessons Learned in Projects: How to Document and Reuse Knowledge

Introduction

Problem: Every project “reinvent the wheel.” Mistakes made in Project A reappear in Project B.

Solution: Capture lessons learned + knowledge base = reuse, accelerate, and avoid mistakes.


4 Stages of Lessons Learned

Phase 1: Capture

At the end of the project (or at the end of each sprint), the team documents:

  • ✅ What went well?
  • ❌ What went wrong?
  • 💡 What should I do differently next time?

Format: 1-hour workshop or asynchronous Slack thread.


Phase 2: Documentation

1-page template:

# LESSONS LEARNED - Projeto X

**Project:** CRM Implementation  
**Duration:** Jan-April 2026  
**Team Size:** 8 people  

## What Went Well

- Communicação diária foi excelente (standup 15min)
- Client engagement (PO dedicado)
- Automação Zapier acelerou onboarding 60%

## What Didn'''t Go Well

- Estimativas subestimadas (pensávamos 2w, levou 3w)
- Scope creep (cliente pediu mais features no meio)
- Integrações com sistema legado foram complexas

## Recommendations for Next Time

1. **Estimation:** Usar histórico (projetos anteriores) como baseline
2. **Scope:** Congelar escopo após Gate 2 (design)
3. **Integrations:** Envolver TI desde dia 1 (não no meio)

## Owner: [PM Name]  
**Date:** 30/04/2026

Phase 3: Storage

Knowledge base (Notion, Confluence, or Google Drive):

Knowledge Base Structure:
├─ By Project Type
│  ├─ CRM Implementations
│  │  ├─ CRM Salesforce (2026)
│  │  ├─ CRM HubSpot (2025)
│  │  └─ CRM Pipedrive (2024)
│  ├─ API Integrations
│  ├─ Portal Development
│  └─ Infrastructure Upgrades
│
├─ By Topic
│  ├─ Estimation (lessons)
│  ├─ Vendor Management
│  ├─ Scope Control
│  └─ Communication

Phase 4: Reuse

When planning a new project:

  1. Search for similar lessons learned
  2. Incorporate recommendations into the plan
  3. Avoid known errors

Example:

Novo Projeto: Salesforce CRM Impl 2026

Planning Day:
- Abrir "Lessons Learned" de CRM anteriores
- "Ah, estimativas foram subestimadas. Vamos adicionar 30% buffer."
- "Escopo mudou muito. Vamos congelar após Gate 2."
- "Integrações foram complexas. Vamos envolver TI desde Day 1."

Resultado: Projeto 2026 planeja melhor desde o início.

Lessons Learned Template

# LESSONS LEARNED TEMPLATE

**Projeto:** [Nome]  
**Data de Encerramento:** [DD/MM/AAAA]  
**PM:** [Nome]  
**Duração:** [Datas]  
**Budget:** [Inicial vs. Final]  
**Cronograma:** [Planejado vs. Real]  

---

## Seção 1: O que Deu Certo (Top 3)

### ✅ Lição 1: [Título]
- **Descrição:** [O que aconteceu? Por quê funcionou?]
- **Impacto:** [Benefício quantificado, se possível]
- **Replicar em:** Próximos projetos de [tipo]

### ✅ Lição 2: [Título]
...

---

## Seção 2: O que Não Deu Certo (Top 3)

### ❌ Lição 1: [Título]
- **Descrição:** [O que deu errado?]
- **Causa Raiz:** [Por quê?]
- **Impacto:** [Quanto custou? Quanto atrasou?]
- **Recomendação:** [O que fazer diferente]
- **Evitar em:** Próximos projetos de [tipo]

### ❌ Lição 2: [Título]
...

---

## Seção 3: Recomendações (Ações Concretas)

| # | Recomendação | Para Qual Tipo de Projeto | Prioridade |
|---|------|-------|-----------|
| 1 | Adicionar 30% de buffer em estimativas | CRM | Alta |
| 2 | Congelar escopo após design | Impl | Alta |
| 3 | Envolver TI desde planning | Integration | Alta |
| 4 | Use Zapier para automação | Onboarding | Média |

---

## Seção 4: Assinaturas & Aprovação

- **PM:** [Assinatura] — [Data]
- **PMO Director:** [Assinatura] — [Data]  
(Validação: lições são reais? Recomendações são viáveis?)

Complete Process (Timeline)

PhaseWhenIn chargeDuration
CaptureThe final week of the projectTeam + Police1–2 hours
DocumentAfter the project is completedPolice1–2 hours
ReviewWithin 1 week of the docPMO Director30 min
StoreUpon approvalPMO Analyst30 min
UseNext similar projectNew police project1 hour (scheduling)

Common Mistakes

  • ❌ Lessons learned never make it off the page (the knowledge stays in the repository; no one reads it)
  • ✅ Review lessons learned in the planning phase of the next project (required)
  • ❌ Very detailed (10 pages—no one reads it)
  • ✅ Concise 1-page summary (only the essentials)
  • ❌ No standard structure (each project is documented differently)
  • ✅ Consistent template (same format every time)

Checklist

  • ⭐ Lessons learned template created
  • ☐ Scheduled process (at the end of each project)
  • ⭐ Knowledge base (Notion / Confluence) setup
  • ✦ Trained staff (how to document)
  • ☐ Scheduled lesson review (part of the planning for the next project)
  • ⭐ PMO owner (who approves tasks?)

Final CTA

Captured knowledge = company assets. Schedule a session to build a knowledge base or download the lessons learned template.

Further reading:
The Definitive Guide to Project Management | Project Closure


See Also

Scroll up