Add foundational documentation templates to support product design and architecture planning, including ADR, archetypes, LLM systems, dev setup, and shared modules.

This commit is contained in:
olekhondera
2025-12-12 02:31:03 +02:00
parent 5053235e95
commit c905cbb725
26 changed files with 759 additions and 65 deletions

View File

@@ -13,7 +13,10 @@
- `/docs/frontend/ui-ux-guidelines.md`
---
> Recommendations for Phase 0. Lock decisions in Phase 1.
> Recommendations for Phase 0. Lock decisions in Phase 1.
> After Phase 1, this file is the **canonical record of locked frontend architecture decisions**.
> Use `FRONTEND_ARCHITECTURE_PLAN.md` for working notes and archive/delete it after Phase 1.
> Modules like records/rules/approvals/billing are **examples for one archetype**. Rename or omit per `/docs/archetypes.md`.
## 1. Stack
- Framework: Next.js (App Router) + TypeScript.