---
description: Sprint plan review tiers for catching issues before implementation
globs:
alwaysApply: false
---

# Sprint Plan Review Loop

After creating a sprint plan, run a structured review.

## Review Tier Selection

| Tier | Rounds | When to use |
|------|--------|-------------|
| **Skip** | 0 | Research, infra, or docs-only sprints |
| **Light** | 1 | 1-2 tickets, familiar patterns, single-package |
| **Standard** | 2 | 3-4 tickets, multi-package, or schema/API changes |
| **Deep** | 3 | 5+ tickets, new infrastructure, architectural changes |

## Round 1 — Deep Review

- Does the plan duplicate existing infrastructure?
- Are dependencies correct and ordering optimal?
- Does the approach match codebase patterns?
- Are there scope gaps or underscoped complexity?

## Round 2 — Delta Review (Standard+)

Review **only what changed** since Round 1.

## Round 3 — Final Sign-off (Deep only)

Delta review of Round 2 changes. Expected outcome: approval with minor notes.
