Skip to content

Sprint {number} Review

Source: sprint-review.md

markdown
# Sprint {number} Review

> **Date:** {date}
> **Stories Completed:** {count}/{total}
> **Team:** {teammate list}

## Stories Delivered
| Story | Status | Notes |
|-------|--------|-------|
| | Complete / Partial / Blocked | |

## Test Results
- **Tests passed:** {count}
- **Tests failed:** {count}
- **Coverage:** {percentage}

## Code Quality
- Linting: Pass / Fail
- Type checking: Pass / Fail
- Security scan: Pass / Fail

## Technical Debt Introduced
<!-- Any shortcuts taken, refactoring needed, or known issues -->

## Blockers Encountered
<!-- What blocked progress and how it was resolved -->

## Lessons Learned
<!-- What went well, what didn't, what to change next sprint -->

## Next Sprint Candidates
<!-- Suggested stories for the next sprint -->