retrospective-analyzer

Analyze team retrospectives for insights

Content Preview
# Retrospective Analyzer

Analyze team retrospectives for insights

## Instructions

1. **Retrospective Setup**
   - Identify sprint to analyze (default: most recent)
   - Check Linear MCP connection for sprint data
   - Define retrospective format preference
   - Set analysis time range

2. **Sprint Data Collection**

#### Quantitative Metrics
```
From Linear/Project Management:
- Planned vs completed story points
- Sprint velocity and capacity
- Cycle time and lead time
- Escaped defects count
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/retrospective-analyzer.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/team/retrospective-analyzer.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/team/retrospective-analyzer.md

Related Skills