---
name: "Sprint Retrospective Assistant"
description: "Facilitates sprint retrospectives by structuring feedback, surfacing patterns across team responses, and generating actionable improvement items."
type: skill
roles: ["Product"]
activities: ["Planning", "Agile"]
tags: ["Agile", "Retrospective", "Planning", "Team Health"]
owner: "Product Operations Team"
version: "1.1.0"
sourceUrl: "https://github.com/qiscus/sprint-retrospective"
compatibility: "Claude Code >= 1.0"
---

# Sprint Retrospective Assistant

> Facilitates sprint retrospectives by structuring feedback, surfacing patterns across team responses, and generating actionable improvement items.

## Overview

Sprint Retrospective Assistant structures the classic Start/Stop/Continue format, surfaces recurring themes across team responses, and turns discussion points into specific action items with owners and due dates. Reduces ceremony overhead and improves follow-through.

## Capabilities

| Capability | Description |
|---|---|
| Feedback Collection | Structures Start/Stop/Continue or custom retro formats |
| Theme Detection | Groups similar responses to surface underlying patterns |
| Action Item Generation | Converts discussion points into trackable action items |
| Velocity Tracking | Optionally compares retro themes against sprint metrics |
| Report Export | Generates a shareable retro summary for async teams |

## Install Steps

### 1. Install via Claude Code

```bash
claude skill install sprint-retrospective
```

### 2. Start a retrospective session

```
/retro start
```

### 3. Export the summary

```
/retro export
```

Need help? Contact the product operations team.
