Cognitive Core
System Prompt Architecture
We utilize a fully transparent, highly deterministic prompt hierarchy. It establishes non-clinical boundaries, isolates sensitive diagnostics, and safely guides the LLM along validated protocols. This entire structure is open for collaborative governance and ongoing scientific review.
graph TD
A[Main System Prompt
Prevention-AI] --> B(Frontend: Specialist Terminal)
A --> C(Backend: Client Apps & Core)
%% Frontend Branch
B --> B1(Document Architect)
B --> B2(Methodological Expert)
B --> B3(Co-pilot / Copilot)
B --> B4(Smart Fill)
B1 --> B1a[IEP / Multidisciplinary Teams / Group Plans / Safety]
B2 --> B2a[FBA / Profiles / Program Audits]
B3 --> B3a[Fast AI Synthesis]
B3 --> B3b[Role and Risk Analysis]
B4 --> B4a[DAP Session Structuring]
%% Backend Branch
C --> C1(Client Intake and Routing)
C --> C2(Diagnostic Module)
C --> C3(Consultative Companions)
C1 --> C1a[Intake Intercepts
Moral Panic, Adoption]
C1 --> C1b[Taxonomy Mapping
Hard Provider Gateways]
C2 --> C2a[Diagnostic Axioms
PII Protection]
C2 --> C2b[Deep Dive
Intermediate Finding Generation]
C2 --> C2c[Intake Summary
Data Synthesis]
C3 --> C3a[Navigator for Parents]
C3 --> C3b[Relationship Bridge]
C3 --> C3c[Companion for Educators]
C3 --> C3d[Family Bridge
Shuttle Mediation]
C3 --> C3e[Sprint Planning
Multi-Problem Sprint]
C3 --> C3f[Dynamic Accompaniment
Discover/Summarize/Mobilize]
classDef core fill:#1e293b,stroke:#475569,stroke-width:2px,color:#fff;
classDef frontend fill:#0ea5e9,stroke:#0284c7,stroke-width:2px,color:#fff;
classDef backend fill:#10b981,stroke:#059669,stroke-width:2px,color:#fff;
classDef leaf fill:#0f172a,stroke:#334155,stroke-width:1px,color:#cbd5e1;
class A core;
class B,B1,B2,B3,B4 frontend;
class C,C1,C2,C3 backend;
class B1a,B2a,B3a,B3b,B4a,C1a,C1b,C2a,C2b,C2c,C3a,C3b,C3c,C3d,C3e,C3f leaf;