/speckit.tasks
# Tasks: photo-album organizer
- [ ] T01: Scaffold Vite + TypeScript project
- [ ] T02: Define SQLite schema (albums, photos)
- [ ] T03: Implement album list view
- [ ] T04: HTML5 drag-and-drop reorder
- [ ] T05: Photo grid within album
- [ ] T06: Keyboard navigation
- [ ] T07: Accessibility pass (focus, ARIA, contrast)
- [ ] T08: Smoke test against acceptance criteria