# Checklists

Quality gates for each phase.

## Plan Quality (Phase 2)

- [ ] Every requirement from Phase 1 addressed
- [ ] Tasks actionable and logically ordered
- [ ] Key decisions have documented rationale
- [ ] Testing and edge cases specified
- [ ] Risks and mitigations captured

## Task Quality (Phase 3)

- [ ] Tests covering change added/updated and passing
- [ ] Analyzer verdict: `approved: true`
- [ ] No TODOs or commented-out code
- [ ] Commit follows emoji + conventional format
- [ ] `tasks.md` updated with state, iterations, notes

## Completion (Phase 4)

- [ ] All tasks complete in `tasks.md`
- [ ] All tests passing
- [ ] No pending review feedback
- [ ] Session docs reflect final state
- [ ] User confirms completion
