Framework Mode - Retrospective and process improvement
Folder Structure for Retrospective and Process Improvement Artifacts
retrospective-process-improvement/ ├── meetings/ │ ├── yyyy-mm-dd-retrospective-notes.md │ ├── yyyy-mm-dd-action-items.md │ └── yyyy-mm-dd-feedback.md ├── metrics/ │ ├── defect-trends.csv │ ├── test-coverage-report.csv │ └── cycle-time-analysis.csv ├── improvement-plans/ │ ├── automation-enhancement-plan.md │ ├── communication-improvement-plan.md │ └── training-plan.md ├── templates/ │ ├── retrospective-template.md │ ├── action-item-template.md │ └── feedback-form-template.md └── README.md