/retro¶
Analyze retrospective data for recurring themes, sentiment trends, and action item effectiveness.
Usage¶
Input Format¶
{
"sprint_name": "Sprint 24",
"went_well": ["CI pipeline improvements", "Pair programming sessions"],
"improvements": ["Too many meetings", "Flaky integration tests"],
"action_items": [
{"description": "Reduce standup to 10 min", "owner": "SM", "status": "done"},
{"description": "Fix flaky tests", "owner": "QA Lead", "status": "in_progress"}
],
"participants": 8
}
Examples¶
Scripts¶
project-management/scrum-master/scripts/retrospective_analyzer.py— Retrospective analyzer (<data_file> [--format text|json])
Skill Reference¶
project-management/scrum-master/SKILL.md