diff --git a/.crafter/scratch/image-lightbox-plan.md b/.crafter/scratch/image-lightbox-plan.md
new file mode 100644
index 0000000..5a60db9
--- /dev/null
+++ b/.crafter/scratch/image-lightbox-plan.md
@@ -0,0 +1,171 @@
+# Image Lightbox — Implementation Plan
+
+## Feature
+
+Add click-to-enlarge lightbox to all images in blog posts. Clicking any image opens it in a centered modal overlay. Clicking outside, pressing Escape, or clicking the close button dismisses it.
+
+## Scope
+
+- All `
` tags inside `` in blog posts (covers ``, plain markdown images, direct `` components)
+- Hero image excluded (already full-width, opt-out via `data-no-lightbox`)
+- No external libraries — native `
+