create AI_template
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user