AgentSkillsCN

sase-protocolos-sep

确保所有事件、告警与干预措施均遵循官方的SEP/DGOSE协议。

SKILL.md
--- frontmatter
name: sase-protocolos-sep
description: Ensure that all incidents, alerts, and interventions follow official SEP / DGOSE protocols.

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: updateCaseStatus checks protocols before persisting.
  • QuickRegisterModal.tsx: validates descriptions and enforces documentation for SALUD/VIOLENCIA.

Core Directives

  1. 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).
  2. Student Safety First: Immediate physical and psychological safety of the student takes precedence over administrative logging.
  3. 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.md for quick reference.

2. Violencia Escolar (Violence/Bullying)

  • Trigger: Incident Type = CONDUCTUAL with subtype VIOLENCIA, 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 DOCENTE CANNOT close this case. It requires DIRECTOR or ORIENTACION permission 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).

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.