Post-Implementation Review (PIR) Reports
Purpose: Central repository for all Post-Implementation Review reports for completed Epics and Stories.
Audience: Project maintainers, reviewers, and anyone conducting or referencing PIR reports
Overview
This directory contains Post-Implementation Review (PIR) reports for completed Epics and Stories. PIR reports capture lessons learned, identify improvements, and ensure quality standards are met through systematic review of completed work.
Directory Structure
docs/Reviews/pir/
├── README.md # This file
├── Epic-{N}/ # Epic-level PIR reports
│ ├── PIR-Epic-{N}-v{version}.md # Individual Epic PIR reports
│ └── ...
└── Story-{N}/ # Story-level PIR reports
├── PIR-Story-{N}-v{version}.md # Individual Story PIR reports
└── ...
PIR Report Naming Convention
Epic PIR Reports:
- Format:
PIR-Epic-\{N\}-v{version}.md - Example:
PIR-Epic-2-v0.2.11.9+3.md
Story PIR Reports:
- Format:
PIR-Story-\{N\}-v{version}.md - Example:
PIR-Story-001-v0.2.1.6+4.md
Version Format:
- Uses project versioning schema:
RC.EPIC.STORY.TASK+BUILD - Example:
v0.2.11.9+3
PIR Workflow
When PIR Reports Are Created
-
Epic-Level PIR:
- Trigger: Auto-triggered when Epic is marked COMPLETE
- Frequency: Always (every Epic receives a PIR)
- Location:
docs/Reviews/pir/Epic-\{N\}/
-
Story-Level PIR:
- Trigger: Auto-triggered when Story is marked COMPLETE (only for significant Stories)
- Frequency: Selective (only significant Stories)
- Location:
docs/Reviews/pir/Story-\{N\}/
PIR Report Contents
Each PIR report includes:
- Executive summary
- Goals assessment
- Work items review (Stories for Epic, Tasks for Story)
- Technical assessment
- Lessons learned (what went well, what could be improved)
- Patterns and anti-patterns identified
- Follow-up actions
- Knowledge capture
- Metrics
Using PIR Reports
Finding PIR Reports
-
By Epic/Story:
- Navigate to
Epic-\{N\}/orStory-\{N\}/directory - Find PIR report by version number
- Navigate to
-
By Version:
- PIR reports are named with version numbers
- Search by version in file names
-
By Date:
- Check
created_atin frontmatter - Sort by modification date
- Check
Creating PIR Reports
-
Use Templates:
- Epic PIR:
docs/documentation/templates/epic-pir-template.md - Story PIR:
docs/documentation/templates/story-pir-template.md
- Epic PIR:
-
Follow Workflow:
-
Link to Work Items:
- Link PIR report to Epic/Story document (bidirectional)
- Reference version numbers
- Create follow-up Kanban tasks from findings
Related Documentation
- PIR Workflow Planning (source) - Complete planning document
- PIR Workflow Reference (source) - Workflow reference (when available)
- Epic PIR template · Story PIR template
- Release Workflow (source) - RW integration
This directory is part of the Knowledge Base. See docs/README.md for complete KB structure.