DOMAIN:INDEX¶
PURPOSE: expert-level domain knowledge for GE agents PATTERN: identity files = BEHAVIOR (how to work). domain pages = KNOWLEDGE (what to know). USAGE: agents read relevant domain pages via JIT injection before starting task.
DOMAINS¶
SECURITY: OWASP Top 10, API Security, secure coding, threat modeling → domains/security/index.md → domains/security/tools.md → domains/security/pitfalls.md → domains/security/reading-list.md
PRIVACY: GDPR deep dive, Dutch DPA, cookies, international transfers → domains/privacy/index.md
ACCESSIBILITY: EN 301 549, WCAG 2.1/2.2, EAA, testing, ARIA, SPA → domains/accessibility/index.md
EU_REGULATION: AI Act, NIS2, CRA, DSA/DMA, eIDAS, Peppol, PCI DSS → domains/eu-regulation/index.md
SUPPLY_CHAIN: SBOM, SLSA, dependency management, license compliance → domains/supply-chain/index.md
COMPLIANCE_FRAMEWORKS: ISO 27001, SOC 2, CIS Controls, NIST CSF → domains/compliance-frameworks/index.md
MONITORING: cross-session pattern detection, learning pipeline, error fingerprinting, JIT injection → domains/monitoring/index.md
SYSTEM_INTEGRITY: configuration drift detection, compliance mapping, unauthorized change detection → domains/system-integrity/index.md
VISUAL_PRODUCTION: AI image generation, Remotion video, FFmpeg, Lottie, CDN delivery, accessibility → domains/visual-production/index.md
INCIDENT_RESPONSE: incident lifecycle, severity classification, hotfix procedures, production debugging, pattern analysis → domains/incident-response/index.md → domains/incident-response/hotfix-procedures.md → domains/incident-response/production-debugging.md → domains/incident-response/pattern-analysis.md → domains/incident-response/pitfalls.md
PERFORMANCE: load testing, performance budgets, Core Web Vitals, SLO definition, Lighthouse CI, regression detection → domains/performance/index.md → domains/performance/pitfalls.md
IOS_DEVELOPMENT: App Store distribution, code signing, HIG, Liquid Glass, SwiftUI, platform constraints, review guidelines → domains/ios-development/index.md → domains/ios-development/distribution.md → domains/ios-development/app-store-review.md → domains/ios-development/code-signing.md → domains/ios-development/hig-liquid-glass.md → domains/ios-development/platform-constraints.md → domains/ios-development/swiftui-vs-uikit.md → domains/ios-development/pitfalls.md
BACKEND: TypeScript, Node.js, Hono, Drizzle ORM, PostgreSQL, Redis, API design, production patterns → domains/backend/index.md → domains/backend/api-design.md → domains/backend/hono-framework.md → domains/backend/drizzle-orm.md → domains/backend/typescript-patterns.md → domains/backend/node-production.md → domains/backend/architecture-patterns.md → domains/backend/thought-leaders.md → domains/backend/pitfalls.md
FRONTEND: Next.js App Router, React 19, Tailwind v4, shadcn/ui, SSR/hydration, state management, performance, accessibility → domains/frontend/index.md → domains/frontend/nextjs-app-router.md → domains/frontend/react-patterns.md → domains/frontend/tailwind-shadcn.md → domains/frontend/ssr-hydration.md → domains/frontend/state-management.md → domains/frontend/performance.md → domains/frontend/accessibility.md → domains/frontend/thought-leaders.md → domains/frontend/pitfalls.md
INFRASTRUCTURE: k8s operations, Terraform/UpCloud, deployment strategies, backup/DR, three-zone architecture → domains/infrastructure/kubernetes-operations.md → domains/infrastructure/terraform-patterns.md → domains/infrastructure/deployment-strategies.md → domains/infrastructure/backup-disaster-recovery.md → domains/infrastructure/thought-leaders-infra.md
NETWORKING: DNS management, TLS certificates, CDN/edge platform, network security → domains/networking/dns-management.md → domains/networking/tls-certificates.md → domains/networking/cdn-edge.md → domains/networking/network-security.md
DEVOPS: GitHub Actions CI/CD, merge gate, DORA metrics, release readiness → domains/devops/github-actions.md → domains/devops/merge-gate.md → domains/devops/dora-metrics.md
CLIENT_COMMUNICATIONS: client relationship management, contract/KYC, invoicing, aftersales → domains/client-communications/client-relationship.md → domains/client-communications/contract-kyc.md
KNOWLEDGE_MANAGEMENT: wiki brain architecture, discussion precedents, agent lifecycle → domains/knowledge-management/wiki-brain-architecture.md → domains/knowledge-management/discussion-precedents.md → domains/knowledge-management/agent-lifecycle.md
OWNERS¶
| Domain | Primary | Secondary |
|---|---|---|
| security | julian | pol (pen-test), victoria (runtime) |
| privacy | julian | — |
| accessibility | julian | floris/floor (implementation) |
| eu_regulation | julian | — |
| supply_chain | julian | urszula/maxim (implementation) |
| compliance_frameworks | julian | — |
| monitoring | eltjo | annegreet (session reporting) |
| system_integrity | ron | mira (escalation) |
| visual_production | felice | — |
| incident_response | mira | sandro (backend), tobias (frontend) |
| performance | nessa | mira (incident patterns) |
| ios_development | martijn | valentin (Team Beta mirror) |
| backend | urszula/maxim | sandro (hotfix), antje (TDD), koen (quality) |
| frontend | floris/floor | tobias (hotfix), alexander (design system), antje (TDD), koen (quality) |
| infrastructure | arjan/gerco | thijmen (Zone 2), rutger (Zone 3), leon (deploy), otto (backup) |
| networking | stef | karel (CDN/edge), victoria (security policy) |
| devops | alex/tjitte (CI/CD), marta/iwona (merge gate) | koen (quality) |
| client_communications | margot | eric (contract/KYC), faye/sytske (handoff) |
| knowledge_management | annegreet | eltjo (patterns), hilrieke (agent lifecycle) |
CONTRIBUTING¶
ON_NEW_KNOWLEDGE: 1. read existing domain page 2. add in appropriate section using agentic format (CHECK/IF/THEN/TOOL/etc.) 3. tag with date and source 4. IF pitfall THEN add to pitfalls page 5. update agent LEARNINGS.md