legal-incident-response
Installation
SKILL.md
legal-incident-response
In-house legal toolkit incident-response skill for Taiwan SME → 上市櫃 法務. Handles post-event response to PII breaches / 主管機關 letters / 合約違約 via a 3-path auto-classifier + per-path sub-protocol + audience-shaped 2-file output. Path A discipline (current Taiwan in-force law; aligned with SP2 verify run).
Paths
3-path classifier dispatches based on incident description:
- 個資外洩 (pii-breach) — skeleton + LLM fill; emits PDPC 通報文 + 當事人通知文 + 內部記錄 (per 個資法 §12 + 施行細則 §22)
- 主管機關函覆 (authority-letter) — pure-LLM protocol; reads incoming letter + drafts 公文格式 函覆 with canonical-§-gated 法源引用
- 合約違約 (contract-breach) — thin classifier + handoff JSON to
legal-contract-review(soft delegation; user manually invokes)
Auto-classification via protocols/classify-path.md (deterministic keyword scan + LLM confidence judgement); user confirms before path dispatch.
Pipeline
using-legal-toolkit router (Q3) → protocols/classify-path.md (Step 0: auto-classify + confirm) → per-path sub-protocol → scripts/grade_response.py (deterministic structural + Path A anti-pattern checks) → 2-file output (legal.md + business.md).