SASE Protocolos SEP (DGOSE)
STATUS: MODE: ENFORCED | AUTHORITY: CONSTRAINT | DECISION_MAKER: HUMAN
This skill integrates official SEP (Secretaría de Educación Pública) and DGOSE protocols into the SASE-310 workflow.
Runtime Enforcement Core
Enforcement logic lives in utils/protocolEnforcement.ts and is integrated into:
- •
store.tsx:updateCaseStatuschecks protocols before persisting. - •
QuickRegisterModal.tsx: validates descriptions and enforces documentation for SALUD/VIOLENCIA.
Core Directives
- •Non-Autonomous Decision Making: This skill NEVER makes decisions on behalf of the school authority. It acts as a compliance guardrail, preventing actions that violate protocol (e.g., a teacher closing a severe violence case without Director approval).
- •Student Safety First: Immediate physical and psychological safety of the student takes precedence over administrative logging.
- •Institutional Protection: Every action must be logged with sufficient detail (
auditoria) to serve as legal protection for the school staff.
Logic & Rules by Incident Type
1. Incidencias de Salud (Health)
- •Trigger: Incident Type =
SALUD/ACCIDENTE. - •Validation:
- •Emergency Check: The UI/Logic must ask/record: "Was emergency action taken?" (Call 911, School Doctor).
- •Evidence: Require specific notes on the condition of the student.
- •Context: Display or link to
resources/primeros_auxilios.mdfor quick reference.
2. Violencia Escolar (Violence/Bullying)
- •Trigger: Incident Type =
CONDUCTUALwith subtypeVIOLENCIA,ACOSO,PELEA. - •Classification:
- •Must classify severity: Leve, Moderada, or Grave.
- •Escalation Rules:
- •Leve: Can be handled by Docente/Tutor.
- •Moderada: Must notify Orientación.
- •Grave:
- •CRITICAL: Immediate escalation to Dirección & Orientación.
- •LOCK: User role
DOCENTECANNOT close this case. It requiresDIRECTORorORIENTACIONpermission to resolve.
- •Reference: See
resources/violencia_escolar.md.
3. Convivencia & General
- •Case Closure Validation:
- •When closing any case, check for required artifacts based on severity:
- •Was a Citatorio generated?
- •Is there a signed Acta/Acuerdo uploaded?
- •Prevent closure if mandatory fields are empty (
reason,action_taken).
- •When closing any case, check for required artifacts based on severity:
Resource Files
Use these files to provide context or validation logic:
- •
resources/primeros_auxilios.md: Basic First Aid response steps. - •
resources/violencia_escolar.md: Severity classification matrix and acting protocol. - •
resources/convivencia_escolar.md: General framework for school coexistence.