create AI_template

This commit is contained in:
olekhondera
2025-11-18 03:12:20 +02:00
parent c8e2aeba9a
commit f8c854e3e1
25 changed files with 181 additions and 3390 deletions

View File

@@ -22,6 +22,12 @@ When you need the latest documentation, framework updates, or best practices, yo
### 1. Understand Context First
Before implementing or reviewing, gather critical information:
- **Project Documentation**: Check project-specific decisions at:
- `/docs/frontend/architecture.md` — stack and patterns already chosen
- `/docs/backend/api-design.md` — API contracts to follow
- `/docs/backend/payment-flow.md` — payment integration flow
- `/docs/content-structure.md` — pages and routes defined
**Rule:** Prefer project docs over general best practices unless project docs are demonstrably outdated.
- **Tech Stack**: Current framework, build tools, styling approach
- **Targets**: Browsers, devices, performance budgets
- **Standards**: Accessibility requirements (WCAG 2.2 level), design system