From 7e2871caddaa1d4865b39c5c7156aae4d957ac68 Mon Sep 17 00:00:00 2001 From: StanisLove Date: Tue, 14 Jul 2026 13:57:08 +0300 Subject: [PATCH] Add design and product documentation --- DESIGN.md | 5 +++++ PRODUCT.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 DESIGN.md create mode 100644 PRODUCT.md diff --git a/DESIGN.md b/DESIGN.md new file mode 100644 index 0000000..feccc74 --- /dev/null +++ b/DESIGN.md @@ -0,0 +1,5 @@ +# Design + +Status: draft required before major visual implementation. + +Define one visual direction, explicit anti-directions, typography, semantic palette, spacing, component language, imagery, motion, responsive behavior, accessibility, and intentional detector exceptions. Reuse shadcn and semantic Tailwind tokens; apply updates only after diff approval. diff --git a/PRODUCT.md b/PRODUCT.md new file mode 100644 index 0000000..b2c01b1 --- /dev/null +++ b/PRODUCT.md @@ -0,0 +1,5 @@ +# Product + +Status: draft required before major implementation. + +Define the audience, job-to-be-done, primary journeys, content model, integrations, non-goals, and measurable acceptance criteria. The AI drafts this file from project specs and applies it only after explicit diff approval.