# Git Preflight Checklist

- [ ] Confirm Git root and worktree.
- [ ] Record remote, branch, HEAD, and detached state.
- [ ] Record staged, unstaged, untracked, and conflicted files.
- [ ] Inspect diff names and statistics.
- [ ] Run `git diff --check`.
- [ ] Compare files with declared task scope.
- [ ] Flag unrelated, generated, secret-like, or unexpectedly staged files.
- [ ] Confirm no Git state changed.
- [ ] Emit handoff readiness evidence.
