@raishin/vanguard-frontier-agentic 2.1.0 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (348) hide show
  1. package/.claude-plugin/plugin.json +28 -0
  2. package/.cursor-plugin/plugin.json +28 -0
  3. package/.github/plugin/marketplace.json +1 -1
  4. package/README.md +109 -17
  5. package/agents/README.md +47 -2
  6. package/agents/hr/README.md +42 -0
  7. package/agents/hr/hr-analytics-people-data-agent/AGENT.md +64 -0
  8. package/agents/hr/hr-analytics-people-data-agent/harnesses/claude-code.agent.md +42 -0
  9. package/agents/hr/hr-analytics-people-data-agent/harnesses/codex.toml +73 -0
  10. package/agents/hr/hr-analytics-people-data-agent/harnesses/copilot.agent.md +42 -0
  11. package/agents/hr/hr-analytics-people-data-agent/harnesses/cursor.agent.md +42 -0
  12. package/agents/hr/hr-analytics-people-data-agent/harnesses/gemini.agent.md +42 -0
  13. package/agents/hr/hr-analytics-people-data-agent/harnesses/kiro-cli.agent.json +5 -0
  14. package/agents/hr/hr-analytics-people-data-agent/harnesses/kiro-ide.agent.md +42 -0
  15. package/agents/hr/hr-analytics-people-data-agent/metadata.json +42 -0
  16. package/agents/hr/hr-benefits-payroll-agent/AGENT.md +64 -0
  17. package/agents/hr/hr-benefits-payroll-agent/harnesses/claude-code.agent.md +42 -0
  18. package/agents/hr/hr-benefits-payroll-agent/harnesses/codex.toml +72 -0
  19. package/agents/hr/hr-benefits-payroll-agent/harnesses/copilot.agent.md +42 -0
  20. package/agents/hr/hr-benefits-payroll-agent/harnesses/cursor.agent.md +42 -0
  21. package/agents/hr/hr-benefits-payroll-agent/harnesses/gemini.agent.md +42 -0
  22. package/agents/hr/hr-benefits-payroll-agent/harnesses/kiro-cli.agent.json +5 -0
  23. package/agents/hr/hr-benefits-payroll-agent/harnesses/kiro-ide.agent.md +42 -0
  24. package/agents/hr/hr-benefits-payroll-agent/metadata.json +42 -0
  25. package/agents/hr/hr-compensation-equity-agent/AGENT.md +64 -0
  26. package/agents/hr/hr-compensation-equity-agent/harnesses/claude-code.agent.md +42 -0
  27. package/agents/hr/hr-compensation-equity-agent/harnesses/codex.toml +75 -0
  28. package/agents/hr/hr-compensation-equity-agent/harnesses/copilot.agent.md +42 -0
  29. package/agents/hr/hr-compensation-equity-agent/harnesses/cursor.agent.md +42 -0
  30. package/agents/hr/hr-compensation-equity-agent/harnesses/gemini.agent.md +42 -0
  31. package/agents/hr/hr-compensation-equity-agent/harnesses/kiro-cli.agent.json +5 -0
  32. package/agents/hr/hr-compensation-equity-agent/harnesses/kiro-ide.agent.md +42 -0
  33. package/agents/hr/hr-compensation-equity-agent/metadata.json +42 -0
  34. package/agents/hr/hr-culture-dei-agent/AGENT.md +64 -0
  35. package/agents/hr/hr-culture-dei-agent/harnesses/claude-code.agent.md +42 -0
  36. package/agents/hr/hr-culture-dei-agent/harnesses/codex.toml +73 -0
  37. package/agents/hr/hr-culture-dei-agent/harnesses/copilot.agent.md +42 -0
  38. package/agents/hr/hr-culture-dei-agent/harnesses/cursor.agent.md +42 -0
  39. package/agents/hr/hr-culture-dei-agent/harnesses/gemini.agent.md +42 -0
  40. package/agents/hr/hr-culture-dei-agent/harnesses/kiro-cli.agent.json +5 -0
  41. package/agents/hr/hr-culture-dei-agent/harnesses/kiro-ide.agent.md +42 -0
  42. package/agents/hr/hr-culture-dei-agent/metadata.json +42 -0
  43. package/agents/hr/hr-employee-relations-agent/AGENT.md +64 -0
  44. package/agents/hr/hr-employee-relations-agent/harnesses/claude-code.agent.md +42 -0
  45. package/agents/hr/hr-employee-relations-agent/harnesses/codex.toml +73 -0
  46. package/agents/hr/hr-employee-relations-agent/harnesses/copilot.agent.md +42 -0
  47. package/agents/hr/hr-employee-relations-agent/harnesses/cursor.agent.md +42 -0
  48. package/agents/hr/hr-employee-relations-agent/harnesses/gemini.agent.md +42 -0
  49. package/agents/hr/hr-employee-relations-agent/harnesses/kiro-cli.agent.json +5 -0
  50. package/agents/hr/hr-employee-relations-agent/harnesses/kiro-ide.agent.md +42 -0
  51. package/agents/hr/hr-employee-relations-agent/metadata.json +42 -0
  52. package/agents/hr/hr-hris-process-controls-agent/AGENT.md +64 -0
  53. package/agents/hr/hr-hris-process-controls-agent/harnesses/claude-code.agent.md +42 -0
  54. package/agents/hr/hr-hris-process-controls-agent/harnesses/codex.toml +73 -0
  55. package/agents/hr/hr-hris-process-controls-agent/harnesses/copilot.agent.md +42 -0
  56. package/agents/hr/hr-hris-process-controls-agent/harnesses/cursor.agent.md +42 -0
  57. package/agents/hr/hr-hris-process-controls-agent/harnesses/gemini.agent.md +42 -0
  58. package/agents/hr/hr-hris-process-controls-agent/harnesses/kiro-cli.agent.json +5 -0
  59. package/agents/hr/hr-hris-process-controls-agent/harnesses/kiro-ide.agent.md +42 -0
  60. package/agents/hr/hr-hris-process-controls-agent/metadata.json +42 -0
  61. package/agents/hr/hr-learning-policy-agent/AGENT.md +64 -0
  62. package/agents/hr/hr-learning-policy-agent/harnesses/claude-code.agent.md +42 -0
  63. package/agents/hr/hr-learning-policy-agent/harnesses/codex.toml +73 -0
  64. package/agents/hr/hr-learning-policy-agent/harnesses/copilot.agent.md +42 -0
  65. package/agents/hr/hr-learning-policy-agent/harnesses/cursor.agent.md +42 -0
  66. package/agents/hr/hr-learning-policy-agent/harnesses/gemini.agent.md +42 -0
  67. package/agents/hr/hr-learning-policy-agent/harnesses/kiro-cli.agent.json +5 -0
  68. package/agents/hr/hr-learning-policy-agent/harnesses/kiro-ide.agent.md +42 -0
  69. package/agents/hr/hr-learning-policy-agent/metadata.json +42 -0
  70. package/agents/hr/hr-leave-accommodation-agent/AGENT.md +64 -0
  71. package/agents/hr/hr-leave-accommodation-agent/harnesses/claude-code.agent.md +42 -0
  72. package/agents/hr/hr-leave-accommodation-agent/harnesses/codex.toml +76 -0
  73. package/agents/hr/hr-leave-accommodation-agent/harnesses/copilot.agent.md +42 -0
  74. package/agents/hr/hr-leave-accommodation-agent/harnesses/cursor.agent.md +42 -0
  75. package/agents/hr/hr-leave-accommodation-agent/harnesses/gemini.agent.md +42 -0
  76. package/agents/hr/hr-leave-accommodation-agent/harnesses/kiro-cli.agent.json +5 -0
  77. package/agents/hr/hr-leave-accommodation-agent/harnesses/kiro-ide.agent.md +42 -0
  78. package/agents/hr/hr-leave-accommodation-agent/metadata.json +42 -0
  79. package/agents/hr/hr-maestro-agent/AGENT.md +84 -0
  80. package/agents/hr/hr-maestro-agent/harnesses/claude-code.agent.md +61 -0
  81. package/agents/hr/hr-maestro-agent/harnesses/codex.toml +66 -0
  82. package/agents/hr/hr-maestro-agent/harnesses/copilot.agent.md +61 -0
  83. package/agents/hr/hr-maestro-agent/harnesses/cursor.agent.md +61 -0
  84. package/agents/hr/hr-maestro-agent/harnesses/gemini.agent.md +61 -0
  85. package/agents/hr/hr-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
  86. package/agents/hr/hr-maestro-agent/harnesses/kiro-ide.agent.md +61 -0
  87. package/agents/hr/hr-maestro-agent/metadata.json +42 -0
  88. package/agents/hr/hr-performance-management-agent/AGENT.md +64 -0
  89. package/agents/hr/hr-performance-management-agent/harnesses/claude-code.agent.md +42 -0
  90. package/agents/hr/hr-performance-management-agent/harnesses/codex.toml +77 -0
  91. package/agents/hr/hr-performance-management-agent/harnesses/copilot.agent.md +42 -0
  92. package/agents/hr/hr-performance-management-agent/harnesses/cursor.agent.md +42 -0
  93. package/agents/hr/hr-performance-management-agent/harnesses/gemini.agent.md +42 -0
  94. package/agents/hr/hr-performance-management-agent/harnesses/kiro-cli.agent.json +5 -0
  95. package/agents/hr/hr-performance-management-agent/harnesses/kiro-ide.agent.md +42 -0
  96. package/agents/hr/hr-performance-management-agent/metadata.json +42 -0
  97. package/agents/hr/hr-recruiting-selection-agent/AGENT.md +64 -0
  98. package/agents/hr/hr-recruiting-selection-agent/harnesses/claude-code.agent.md +42 -0
  99. package/agents/hr/hr-recruiting-selection-agent/harnesses/codex.toml +74 -0
  100. package/agents/hr/hr-recruiting-selection-agent/harnesses/copilot.agent.md +42 -0
  101. package/agents/hr/hr-recruiting-selection-agent/harnesses/cursor.agent.md +42 -0
  102. package/agents/hr/hr-recruiting-selection-agent/harnesses/gemini.agent.md +42 -0
  103. package/agents/hr/hr-recruiting-selection-agent/harnesses/kiro-cli.agent.json +5 -0
  104. package/agents/hr/hr-recruiting-selection-agent/harnesses/kiro-ide.agent.md +42 -0
  105. package/agents/hr/hr-recruiting-selection-agent/metadata.json +42 -0
  106. package/agents/hr/hr-risk-triage-review-agent/AGENT.md +57 -0
  107. package/agents/hr/hr-risk-triage-review-agent/harnesses/claude-code.agent.md +41 -0
  108. package/agents/hr/hr-risk-triage-review-agent/harnesses/codex.toml +38 -0
  109. package/agents/hr/hr-risk-triage-review-agent/harnesses/copilot.agent.md +41 -0
  110. package/agents/hr/hr-risk-triage-review-agent/harnesses/cursor.agent.md +41 -0
  111. package/agents/hr/hr-risk-triage-review-agent/harnesses/gemini.agent.md +41 -0
  112. package/agents/hr/hr-risk-triage-review-agent/harnesses/kiro-cli.agent.json +5 -0
  113. package/agents/hr/hr-risk-triage-review-agent/harnesses/kiro-ide.agent.md +41 -0
  114. package/agents/hr/hr-risk-triage-review-agent/metadata.json +43 -0
  115. package/agents/hr/hr-termination-readiness-agent/AGENT.md +64 -0
  116. package/agents/hr/hr-termination-readiness-agent/harnesses/claude-code.agent.md +42 -0
  117. package/agents/hr/hr-termination-readiness-agent/harnesses/codex.toml +76 -0
  118. package/agents/hr/hr-termination-readiness-agent/harnesses/copilot.agent.md +42 -0
  119. package/agents/hr/hr-termination-readiness-agent/harnesses/cursor.agent.md +42 -0
  120. package/agents/hr/hr-termination-readiness-agent/harnesses/gemini.agent.md +42 -0
  121. package/agents/hr/hr-termination-readiness-agent/harnesses/kiro-cli.agent.json +5 -0
  122. package/agents/hr/hr-termination-readiness-agent/harnesses/kiro-ide.agent.md +42 -0
  123. package/agents/hr/hr-termination-readiness-agent/metadata.json +42 -0
  124. package/agents/hr/hr-workforce-planning-rif-agent/AGENT.md +64 -0
  125. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/claude-code.agent.md +42 -0
  126. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/codex.toml +74 -0
  127. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/copilot.agent.md +42 -0
  128. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/cursor.agent.md +42 -0
  129. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/gemini.agent.md +42 -0
  130. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/kiro-cli.agent.json +5 -0
  131. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/kiro-ide.agent.md +42 -0
  132. package/agents/hr/hr-workforce-planning-rif-agent/metadata.json +42 -0
  133. package/agents/hr/hr-workplace-investigations-agent/AGENT.md +64 -0
  134. package/agents/hr/hr-workplace-investigations-agent/harnesses/claude-code.agent.md +42 -0
  135. package/agents/hr/hr-workplace-investigations-agent/harnesses/codex.toml +77 -0
  136. package/agents/hr/hr-workplace-investigations-agent/harnesses/copilot.agent.md +42 -0
  137. package/agents/hr/hr-workplace-investigations-agent/harnesses/cursor.agent.md +42 -0
  138. package/agents/hr/hr-workplace-investigations-agent/harnesses/gemini.agent.md +42 -0
  139. package/agents/hr/hr-workplace-investigations-agent/harnesses/kiro-cli.agent.json +5 -0
  140. package/agents/hr/hr-workplace-investigations-agent/harnesses/kiro-ide.agent.md +42 -0
  141. package/agents/hr/hr-workplace-investigations-agent/metadata.json +42 -0
  142. package/agents/legal/README.md +41 -0
  143. package/agents/legal/legal-contract-review-agent/AGENT.md +61 -0
  144. package/agents/legal/legal-contract-review-agent/harnesses/claude-code.agent.md +42 -0
  145. package/agents/legal/legal-contract-review-agent/harnesses/codex.toml +76 -0
  146. package/agents/legal/legal-contract-review-agent/harnesses/copilot.agent.md +42 -0
  147. package/agents/legal/legal-contract-review-agent/harnesses/cursor.agent.md +42 -0
  148. package/agents/legal/legal-contract-review-agent/harnesses/gemini.agent.md +42 -0
  149. package/agents/legal/legal-contract-review-agent/harnesses/kiro-cli.agent.json +5 -0
  150. package/agents/legal/legal-contract-review-agent/harnesses/kiro-ide.agent.md +42 -0
  151. package/agents/legal/legal-contract-review-agent/metadata.json +42 -0
  152. package/agents/legal/legal-counsel-review-agent/AGENT.md +55 -0
  153. package/agents/legal/legal-counsel-review-agent/harnesses/claude-code.agent.md +39 -0
  154. package/agents/legal/legal-counsel-review-agent/harnesses/codex.toml +36 -0
  155. package/agents/legal/legal-counsel-review-agent/harnesses/copilot.agent.md +39 -0
  156. package/agents/legal/legal-counsel-review-agent/harnesses/cursor.agent.md +39 -0
  157. package/agents/legal/legal-counsel-review-agent/harnesses/gemini.agent.md +39 -0
  158. package/agents/legal/legal-counsel-review-agent/harnesses/kiro-cli.agent.json +5 -0
  159. package/agents/legal/legal-counsel-review-agent/harnesses/kiro-ide.agent.md +39 -0
  160. package/agents/legal/legal-counsel-review-agent/metadata.json +43 -0
  161. package/agents/legal/legal-employment-law-risk-agent/AGENT.md +61 -0
  162. package/agents/legal/legal-employment-law-risk-agent/harnesses/claude-code.agent.md +42 -0
  163. package/agents/legal/legal-employment-law-risk-agent/harnesses/codex.toml +78 -0
  164. package/agents/legal/legal-employment-law-risk-agent/harnesses/copilot.agent.md +42 -0
  165. package/agents/legal/legal-employment-law-risk-agent/harnesses/cursor.agent.md +42 -0
  166. package/agents/legal/legal-employment-law-risk-agent/harnesses/gemini.agent.md +42 -0
  167. package/agents/legal/legal-employment-law-risk-agent/harnesses/kiro-cli.agent.json +5 -0
  168. package/agents/legal/legal-employment-law-risk-agent/harnesses/kiro-ide.agent.md +42 -0
  169. package/agents/legal/legal-employment-law-risk-agent/metadata.json +42 -0
  170. package/agents/legal/legal-ethics-investigations-agent/AGENT.md +61 -0
  171. package/agents/legal/legal-ethics-investigations-agent/harnesses/claude-code.agent.md +42 -0
  172. package/agents/legal/legal-ethics-investigations-agent/harnesses/codex.toml +70 -0
  173. package/agents/legal/legal-ethics-investigations-agent/harnesses/copilot.agent.md +42 -0
  174. package/agents/legal/legal-ethics-investigations-agent/harnesses/cursor.agent.md +42 -0
  175. package/agents/legal/legal-ethics-investigations-agent/harnesses/gemini.agent.md +42 -0
  176. package/agents/legal/legal-ethics-investigations-agent/harnesses/kiro-cli.agent.json +5 -0
  177. package/agents/legal/legal-ethics-investigations-agent/harnesses/kiro-ide.agent.md +42 -0
  178. package/agents/legal/legal-ethics-investigations-agent/metadata.json +42 -0
  179. package/agents/legal/legal-ip-open-source-agent/AGENT.md +61 -0
  180. package/agents/legal/legal-ip-open-source-agent/harnesses/claude-code.agent.md +42 -0
  181. package/agents/legal/legal-ip-open-source-agent/harnesses/codex.toml +78 -0
  182. package/agents/legal/legal-ip-open-source-agent/harnesses/copilot.agent.md +42 -0
  183. package/agents/legal/legal-ip-open-source-agent/harnesses/cursor.agent.md +42 -0
  184. package/agents/legal/legal-ip-open-source-agent/harnesses/gemini.agent.md +42 -0
  185. package/agents/legal/legal-ip-open-source-agent/harnesses/kiro-cli.agent.json +5 -0
  186. package/agents/legal/legal-ip-open-source-agent/harnesses/kiro-ide.agent.md +42 -0
  187. package/agents/legal/legal-ip-open-source-agent/metadata.json +42 -0
  188. package/agents/legal/legal-knowledge-management-agent/AGENT.md +61 -0
  189. package/agents/legal/legal-knowledge-management-agent/harnesses/claude-code.agent.md +42 -0
  190. package/agents/legal/legal-knowledge-management-agent/harnesses/codex.toml +68 -0
  191. package/agents/legal/legal-knowledge-management-agent/harnesses/copilot.agent.md +42 -0
  192. package/agents/legal/legal-knowledge-management-agent/harnesses/cursor.agent.md +42 -0
  193. package/agents/legal/legal-knowledge-management-agent/harnesses/gemini.agent.md +42 -0
  194. package/agents/legal/legal-knowledge-management-agent/harnesses/kiro-cli.agent.json +5 -0
  195. package/agents/legal/legal-knowledge-management-agent/harnesses/kiro-ide.agent.md +42 -0
  196. package/agents/legal/legal-knowledge-management-agent/metadata.json +42 -0
  197. package/agents/legal/legal-litigation-discovery-hold-agent/AGENT.md +61 -0
  198. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/claude-code.agent.md +42 -0
  199. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/codex.toml +78 -0
  200. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/copilot.agent.md +42 -0
  201. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/cursor.agent.md +42 -0
  202. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/gemini.agent.md +42 -0
  203. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/kiro-cli.agent.json +5 -0
  204. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/kiro-ide.agent.md +42 -0
  205. package/agents/legal/legal-litigation-discovery-hold-agent/metadata.json +42 -0
  206. package/agents/legal/legal-maestro-agent/AGENT.md +78 -0
  207. package/agents/legal/legal-maestro-agent/harnesses/claude-code.agent.md +56 -0
  208. package/agents/legal/legal-maestro-agent/harnesses/codex.toml +61 -0
  209. package/agents/legal/legal-maestro-agent/harnesses/copilot.agent.md +56 -0
  210. package/agents/legal/legal-maestro-agent/harnesses/cursor.agent.md +56 -0
  211. package/agents/legal/legal-maestro-agent/harnesses/gemini.agent.md +56 -0
  212. package/agents/legal/legal-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
  213. package/agents/legal/legal-maestro-agent/harnesses/kiro-ide.agent.md +56 -0
  214. package/agents/legal/legal-maestro-agent/metadata.json +42 -0
  215. package/agents/legal/legal-policy-governance-agent/AGENT.md +61 -0
  216. package/agents/legal/legal-policy-governance-agent/harnesses/claude-code.agent.md +42 -0
  217. package/agents/legal/legal-policy-governance-agent/harnesses/codex.toml +68 -0
  218. package/agents/legal/legal-policy-governance-agent/harnesses/copilot.agent.md +42 -0
  219. package/agents/legal/legal-policy-governance-agent/harnesses/cursor.agent.md +42 -0
  220. package/agents/legal/legal-policy-governance-agent/harnesses/gemini.agent.md +42 -0
  221. package/agents/legal/legal-policy-governance-agent/harnesses/kiro-cli.agent.json +5 -0
  222. package/agents/legal/legal-policy-governance-agent/harnesses/kiro-ide.agent.md +42 -0
  223. package/agents/legal/legal-policy-governance-agent/metadata.json +42 -0
  224. package/agents/legal/legal-privacy-data-protection-agent/AGENT.md +61 -0
  225. package/agents/legal/legal-privacy-data-protection-agent/harnesses/claude-code.agent.md +42 -0
  226. package/agents/legal/legal-privacy-data-protection-agent/harnesses/codex.toml +79 -0
  227. package/agents/legal/legal-privacy-data-protection-agent/harnesses/copilot.agent.md +42 -0
  228. package/agents/legal/legal-privacy-data-protection-agent/harnesses/cursor.agent.md +42 -0
  229. package/agents/legal/legal-privacy-data-protection-agent/harnesses/gemini.agent.md +42 -0
  230. package/agents/legal/legal-privacy-data-protection-agent/harnesses/kiro-cli.agent.json +5 -0
  231. package/agents/legal/legal-privacy-data-protection-agent/harnesses/kiro-ide.agent.md +42 -0
  232. package/agents/legal/legal-privacy-data-protection-agent/metadata.json +42 -0
  233. package/agents/legal/legal-public-disclosure-agent/AGENT.md +61 -0
  234. package/agents/legal/legal-public-disclosure-agent/harnesses/claude-code.agent.md +42 -0
  235. package/agents/legal/legal-public-disclosure-agent/harnesses/codex.toml +69 -0
  236. package/agents/legal/legal-public-disclosure-agent/harnesses/copilot.agent.md +42 -0
  237. package/agents/legal/legal-public-disclosure-agent/harnesses/cursor.agent.md +42 -0
  238. package/agents/legal/legal-public-disclosure-agent/harnesses/gemini.agent.md +42 -0
  239. package/agents/legal/legal-public-disclosure-agent/harnesses/kiro-cli.agent.json +5 -0
  240. package/agents/legal/legal-public-disclosure-agent/harnesses/kiro-ide.agent.md +42 -0
  241. package/agents/legal/legal-public-disclosure-agent/metadata.json +42 -0
  242. package/agents/legal/legal-regulatory-compliance-agent/AGENT.md +61 -0
  243. package/agents/legal/legal-regulatory-compliance-agent/harnesses/claude-code.agent.md +42 -0
  244. package/agents/legal/legal-regulatory-compliance-agent/harnesses/codex.toml +77 -0
  245. package/agents/legal/legal-regulatory-compliance-agent/harnesses/copilot.agent.md +42 -0
  246. package/agents/legal/legal-regulatory-compliance-agent/harnesses/cursor.agent.md +42 -0
  247. package/agents/legal/legal-regulatory-compliance-agent/harnesses/gemini.agent.md +42 -0
  248. package/agents/legal/legal-regulatory-compliance-agent/harnesses/kiro-cli.agent.json +5 -0
  249. package/agents/legal/legal-regulatory-compliance-agent/harnesses/kiro-ide.agent.md +42 -0
  250. package/agents/legal/legal-regulatory-compliance-agent/metadata.json +42 -0
  251. package/agents/legal/legal-vendor-procurement-risk-agent/AGENT.md +61 -0
  252. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/claude-code.agent.md +42 -0
  253. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/codex.toml +67 -0
  254. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/copilot.agent.md +42 -0
  255. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/cursor.agent.md +42 -0
  256. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/gemini.agent.md +42 -0
  257. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/kiro-cli.agent.json +5 -0
  258. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/kiro-ide.agent.md +42 -0
  259. package/agents/legal/legal-vendor-procurement-risk-agent/metadata.json +42 -0
  260. package/catalog/agents.json +966 -230
  261. package/catalog/asset-integrity.json +3442 -1902
  262. package/catalog/install-roles.json +41 -0
  263. package/catalog/skill-manifest.json +175 -0
  264. package/catalog/skills.json +136 -0
  265. package/package.json +1 -1
  266. package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +1 -1
  267. package/skills/cross-functional/legal-hr-case-capsule/README.md +45 -0
  268. package/skills/cross-functional/legal-hr-case-capsule/SKILL.md +79 -0
  269. package/skills/cross-functional/legal-hr-case-capsule/metadata.json +19 -0
  270. package/skills/cross-functional/legal-hr-case-capsule/references/capsule-schema.md +110 -0
  271. package/skills/cross-functional/legal-hr-risk-taxonomy/README.md +97 -0
  272. package/skills/cross-functional/legal-hr-risk-taxonomy/SKILL.md +89 -0
  273. package/skills/cross-functional/legal-hr-risk-taxonomy/metadata.json +19 -0
  274. package/skills/cross-functional/legal-hr-risk-taxonomy/references/risk-labels.md +91 -0
  275. package/skills/cross-functional/legal-hr-routing-protocol/README.md +68 -0
  276. package/skills/cross-functional/legal-hr-routing-protocol/SKILL.md +92 -0
  277. package/skills/cross-functional/legal-hr-routing-protocol/metadata.json +19 -0
  278. package/skills/cross-functional/legal-hr-routing-protocol/references/handoff-matrix.md +48 -0
  279. package/skills/hr/hr-risk-triage-review/SKILL.md +60 -0
  280. package/skills/hr/hr-risk-triage-review/metadata.json +22 -0
  281. package/skills/hr/hr-risk-triage-review/references/jurisdictions/australia.md +111 -0
  282. package/skills/hr/hr-risk-triage-review/references/jurisdictions/eu.md +97 -0
  283. package/skills/hr/hr-risk-triage-review/references/jurisdictions/singapore.md +102 -0
  284. package/skills/hr/hr-risk-triage-review/references/jurisdictions/uk.md +100 -0
  285. package/skills/hr/hr-risk-triage-review/references/jurisdictions/us.md +100 -0
  286. package/skills/hr/hr-risk-triage-review/references/workflow-and-output.md +176 -0
  287. package/skills/legal/legal-counsel-review/SKILL.md +50 -0
  288. package/skills/legal/legal-counsel-review/metadata.json +22 -0
  289. package/skills/legal/legal-counsel-review/references/jurisdictions/australia.md +86 -0
  290. package/skills/legal/legal-counsel-review/references/jurisdictions/eu.md +77 -0
  291. package/skills/legal/legal-counsel-review/references/jurisdictions/singapore.md +76 -0
  292. package/skills/legal/legal-counsel-review/references/jurisdictions/uk.md +81 -0
  293. package/skills/legal/legal-counsel-review/references/jurisdictions/us.md +100 -0
  294. package/skills/legal/legal-counsel-review/references/workflow-and-output.md +148 -0
  295. package/tests/fixtures/hr-maestro-routing/expected/01-employee-relations.json +6 -0
  296. package/tests/fixtures/hr-maestro-routing/expected/02-workplace-investigations.json +6 -0
  297. package/tests/fixtures/hr-maestro-routing/expected/03-performance-management.json +6 -0
  298. package/tests/fixtures/hr-maestro-routing/expected/04-termination-readiness.json +6 -0
  299. package/tests/fixtures/hr-maestro-routing/expected/05-leave-accommodation.json +6 -0
  300. package/tests/fixtures/hr-maestro-routing/expected/06-recruiting-selection.json +6 -0
  301. package/tests/fixtures/hr-maestro-routing/expected/07-compensation-equity.json +6 -0
  302. package/tests/fixtures/hr-maestro-routing/expected/08-benefits-payroll.json +6 -0
  303. package/tests/fixtures/hr-maestro-routing/expected/09-workforce-planning-rif.json +6 -0
  304. package/tests/fixtures/hr-maestro-routing/expected/10-learning-policy.json +6 -0
  305. package/tests/fixtures/hr-maestro-routing/expected/11-analytics-people-data.json +6 -0
  306. package/tests/fixtures/hr-maestro-routing/expected/12-culture-dei.json +6 -0
  307. package/tests/fixtures/hr-maestro-routing/expected/13-hris-process-controls.json +6 -0
  308. package/tests/fixtures/hr-maestro-routing/expected/14-ambiguous.json +4 -0
  309. package/tests/fixtures/hr-maestro-routing/inputs/01-employee-relations.json +7 -0
  310. package/tests/fixtures/hr-maestro-routing/inputs/02-workplace-investigations.json +7 -0
  311. package/tests/fixtures/hr-maestro-routing/inputs/03-performance-management.json +7 -0
  312. package/tests/fixtures/hr-maestro-routing/inputs/04-termination-readiness.json +7 -0
  313. package/tests/fixtures/hr-maestro-routing/inputs/05-leave-accommodation.json +7 -0
  314. package/tests/fixtures/hr-maestro-routing/inputs/06-recruiting-selection.json +7 -0
  315. package/tests/fixtures/hr-maestro-routing/inputs/07-compensation-equity.json +7 -0
  316. package/tests/fixtures/hr-maestro-routing/inputs/08-benefits-payroll.json +7 -0
  317. package/tests/fixtures/hr-maestro-routing/inputs/09-workforce-planning-rif.json +7 -0
  318. package/tests/fixtures/hr-maestro-routing/inputs/10-learning-policy.json +7 -0
  319. package/tests/fixtures/hr-maestro-routing/inputs/11-analytics-people-data.json +7 -0
  320. package/tests/fixtures/hr-maestro-routing/inputs/12-culture-dei.json +7 -0
  321. package/tests/fixtures/hr-maestro-routing/inputs/13-hris-process-controls.json +7 -0
  322. package/tests/fixtures/hr-maestro-routing/inputs/14-ambiguous.json +7 -0
  323. package/tests/fixtures/hr-maestro-routing/taxonomy.json +59 -0
  324. package/tests/fixtures/legal-maestro-routing/expected/01-contract-review.json +6 -0
  325. package/tests/fixtures/legal-maestro-routing/expected/02-privacy-data-protection.json +6 -0
  326. package/tests/fixtures/legal-maestro-routing/expected/03-employment-law-risk.json +6 -0
  327. package/tests/fixtures/legal-maestro-routing/expected/04-litigation-discovery-hold.json +6 -0
  328. package/tests/fixtures/legal-maestro-routing/expected/05-regulatory-compliance.json +6 -0
  329. package/tests/fixtures/legal-maestro-routing/expected/06-ip-open-source.json +6 -0
  330. package/tests/fixtures/legal-maestro-routing/expected/07-vendor-procurement-risk.json +6 -0
  331. package/tests/fixtures/legal-maestro-routing/expected/08-ethics-investigations.json +6 -0
  332. package/tests/fixtures/legal-maestro-routing/expected/09-policy-governance.json +6 -0
  333. package/tests/fixtures/legal-maestro-routing/expected/10-public-disclosure.json +6 -0
  334. package/tests/fixtures/legal-maestro-routing/expected/11-knowledge-management.json +6 -0
  335. package/tests/fixtures/legal-maestro-routing/expected/12-ambiguous.json +4 -0
  336. package/tests/fixtures/legal-maestro-routing/inputs/01-contract-review.json +7 -0
  337. package/tests/fixtures/legal-maestro-routing/inputs/02-privacy-data-protection.json +7 -0
  338. package/tests/fixtures/legal-maestro-routing/inputs/03-employment-law-risk.json +7 -0
  339. package/tests/fixtures/legal-maestro-routing/inputs/04-litigation-discovery-hold.json +7 -0
  340. package/tests/fixtures/legal-maestro-routing/inputs/05-regulatory-compliance.json +7 -0
  341. package/tests/fixtures/legal-maestro-routing/inputs/06-ip-open-source.json +7 -0
  342. package/tests/fixtures/legal-maestro-routing/inputs/07-vendor-procurement-risk.json +7 -0
  343. package/tests/fixtures/legal-maestro-routing/inputs/08-ethics-investigations.json +7 -0
  344. package/tests/fixtures/legal-maestro-routing/inputs/09-policy-governance.json +7 -0
  345. package/tests/fixtures/legal-maestro-routing/inputs/10-public-disclosure.json +7 -0
  346. package/tests/fixtures/legal-maestro-routing/inputs/11-knowledge-management.json +7 -0
  347. package/tests/fixtures/legal-maestro-routing/inputs/12-ambiguous.json +7 -0
  348. package/tests/fixtures/legal-maestro-routing/taxonomy.json +51 -0
@@ -0,0 +1,110 @@
1
+ # Legal-HR Case Capsule — Schema and Redaction Rules
2
+
3
+ The capsule is the only sanctioned cross-agent handoff record. It has 30
4
+ required fields. A capsule with any field omitted, blank, or set to a
5
+ placeholder is not ready to send.
6
+
7
+ ## Field definitions
8
+
9
+ ### Identity and routing
10
+
11
+ | Field | Type | Rule |
12
+ |---|---|---|
13
+ | `case_id` | string | Stable opaque identifier. No employee name, no email. |
14
+ | `source_agent` | string | Agent id that produced this capsule. |
15
+ | `receiving_agent` | string | Agent id this capsule is handed to. |
16
+ | `primary_agent` | string | The single agent accountable for synthesis. Exactly one. |
17
+ | `secondary_agents` | string[] | Agents running parallel review. May be empty. |
18
+ | `matter_type` | enum | See risk taxonomy `matter_type` values. |
19
+ | `employee_or_party_identifiers_redacted` | string | Role + business unit only, e.g. "IC engineer, BU-West". Never a name or ID. |
20
+ | `jurisdiction_or_location_if_known` | string | Country / state / "Unknown". |
21
+ | `business_unit` | string | Org unit reference, not a person. |
22
+ | `timeline` | string | Dated sequence of events, effective dates, deadlines. |
23
+
24
+ ### Evidence discipline
25
+
26
+ | Field | Type | Rule |
27
+ |---|---|---|
28
+ | `facts` | string[] | Confirmed and corroborated only. |
29
+ | `allegations` | string[] | Claims made but unproven; record who made each. |
30
+ | `assumptions` | string[] | Treated as plausible but unverified. |
31
+ | `inferences` | string[] | Conclusions drawn from facts; mark each as inference. |
32
+ | `missing_evidence` | string[] | Materially relevant facts not provided. |
33
+ | `evidence_quality` | enum | `strong` / `mixed` / `weak` / `insufficient`. |
34
+
35
+ ### Risk posture
36
+
37
+ | Field | Type | Rule |
38
+ |---|---|---|
39
+ | `risk_rating` | enum | `Critical` / `High` / `Medium` / `Low` / `Unknown`. |
40
+ | `privilege_sensitivity` | enum | `none` / `possible` / `likely-privileged`. |
41
+ | `privacy_sensitivity` | enum | `low` / `moderate` / `high` / `special-category`. |
42
+ | `retaliation_risk` | enum | `none-observed` / `possible` / `elevated` / `unknown`. |
43
+ | `discrimination_or_harassment_risk` | enum | `none-observed` / `possible` / `elevated` / `unknown`. |
44
+ | `regulatory_risk` | enum | `none-observed` / `possible` / `elevated` / `unknown`. |
45
+ | `litigation_hold_needed` | enum | `no` / `recommended` / `yes` / `unknown`. |
46
+ | `data_minimization_notes` | string | What was excluded and why. |
47
+
48
+ ### Ownership and action
49
+
50
+ | Field | Type | Rule |
51
+ |---|---|---|
52
+ | `decision_owner` | string | Accountable human role, e.g. "Employment Counsel". Exactly one. |
53
+ | `human_approval_required` | boolean | `true` for any adverse, irreversible, or cross-domain action. |
54
+ | `escalation_required` | boolean | `true` whenever an escalation gate is triggered. |
55
+ | `recommended_next_action` | string | A recommendation, never a directive. |
56
+ | `do_not_do_list` | string[] | Explicit prohibited actions. Must be non-empty. |
57
+ | `audit_log_summary` | string | One-line pointer to the audit-log event for this handoff. |
58
+
59
+ ## Redaction rules
60
+
61
+ 1. Default to role + business-unit references. A name appears in a capsule only
62
+ when a named human owner role requires it, and never an employee subject.
63
+ 2. No government IDs, no contact details, no credentials, no medical detail, no
64
+ protected-class data unless the matter strictly requires it and the
65
+ `privacy_sensitivity` field is set to `special-category` with a documented
66
+ reason in `data_minimization_notes`.
67
+ 3. Privileged or investigation text is summarized, never pasted. If a capsule
68
+ would extend circulation of privileged material, set `privilege_sensitivity`
69
+ to `likely-privileged` and narrow the content.
70
+ 4. `do_not_do_list` always includes, at minimum, the actions outside agent
71
+ authority: approve, deny, terminate, discipline, settle, file, notify a
72
+ regulator, make a public disclosure, send an employee communication, or
73
+ mutate an HR/legal system.
74
+
75
+ ## Worked example (sanitized)
76
+
77
+ ```json
78
+ {
79
+ "case_id": "CAP-2026-0142",
80
+ "source_agent": "hr-maestro-agent",
81
+ "receiving_agent": "hr-termination-readiness-agent",
82
+ "primary_agent": "hr-termination-readiness-agent",
83
+ "secondary_agents": ["legal-employment-law-risk-agent", "hr-employee-relations-agent"],
84
+ "matter_type": "termination-with-retaliation-risk",
85
+ "employee_or_party_identifiers_redacted": "IC engineer, BU-West",
86
+ "jurisdiction_or_location_if_known": "Unknown",
87
+ "business_unit": "BU-West Engineering",
88
+ "timeline": "Complaint filed 2026-04-02; PIP opened 2026-04-09; termination proposed 2026-05-10",
89
+ "facts": ["A PIP was opened", "A complaint was filed before the PIP"],
90
+ "allegations": ["Manager states performance was failing pre-complaint (uncorroborated)"],
91
+ "assumptions": ["PIP criteria were applied consistently with peers"],
92
+ "inferences": ["Timing proximity could be read as retaliatory by a fact-finder"],
93
+ "missing_evidence": ["Contemporaneous performance records predating the complaint", "Comparator data"],
94
+ "evidence_quality": "weak",
95
+ "risk_rating": "High",
96
+ "privilege_sensitivity": "possible",
97
+ "privacy_sensitivity": "moderate",
98
+ "retaliation_risk": "elevated",
99
+ "discrimination_or_harassment_risk": "unknown",
100
+ "regulatory_risk": "possible",
101
+ "litigation_hold_needed": "recommended",
102
+ "data_minimization_notes": "Complaint text excluded; only sequence retained",
103
+ "decision_owner": "Employment Counsel",
104
+ "human_approval_required": true,
105
+ "escalation_required": true,
106
+ "recommended_next_action": "Pause the proposed termination; route to employment counsel for retaliation analysis",
107
+ "do_not_do_list": ["Do not proceed with termination", "Do not backdate or retroactively create performance records", "Do not contact the complainant about the complaint"],
108
+ "audit_log_summary": "EVT-2026-0142-03 capsule handoff hr-maestro -> termination-readiness"
109
+ }
110
+ ```
@@ -0,0 +1,97 @@
1
+ # 🏷️ Legal-HR Risk Taxonomy
2
+
3
+ The **risk taxonomy** defines the shared vocabulary for legal and HR risk assessment — severity scales, sensitivity labels, escalation-grade matter types, escalation gates, and minimum-necessary audit-log schema. It enables agents to speak the same language and escalate with precision.
4
+
5
+ ## What is the risk taxonomy?
6
+
7
+ A structured reference that specifies:
8
+ - **5-level severity scale** (Critical → High → Medium → Low → Informational) with clear business-impact definitions
9
+ - **Privilege, privacy, and retaliation sensitivity labels** — data classification to control what can be disclosed, who can view case context, and when escalation is mandatory
10
+ - **Escalation-grade matter types** — a list of matters (retaliation allegations, data breaches, whistleblower reports, executive misconduct, securities violations) that trigger automatic counsel/board escalation
11
+ - **Escalation gates** — thresholds and decision rules that mandate senior human involvement
12
+ - **Minimum-necessary audit-log schema** — structured fields every Legal and HR agent must emit to the audit trail
13
+
14
+ See [`references/risk-labels.md`](references/risk-labels.md) for the complete specification, enumeration of matter types, label definitions, and the audit-log schema.
15
+
16
+ ## The severity scale
17
+
18
+ | Level | Definition | Legal example | HR example | Next action |
19
+ | ----- | ---------- | ------------- | ---------- | ----------- |
20
+ | **Critical** | Board-level incident; regulatory exposure; imminent legal jeopardy | Patent infringement by key competitor entering market; major data breach affecting thousands of customers | Executive misconduct allegation; whistleblower report of systemic discrimination; mass layoff with retaliation risk | Immediate counsel + board escalation |
21
+ | **High** | Material legal or HR risk; requires counsel or senior HR review; potential litigation or regulatory investigation | Wrongful-termination exposure; contract breach by vendor; regulatory licensing gap | Wrongful termination exposure; retaliation risk in termination; high-risk accommodation denial | Escalate to employment counsel or CHRO within 24 hours |
22
+ | **Medium** | Process improvement needed; no immediate jeopardy; senior review recommended | Contract clause ambiguity; IP assignment gap in contractor agreement | Pay-equity anomaly; performance-plan defensibility concern | Escalate to counsel/senior HR; schedule review within a week |
23
+ | **Low** | Informational; no immediate action required; routine guidance | Routine contract renewal; standard vendor audit | Routine scheduling conflict; policy-interpretation question | Route to the right specialist; no escalation required |
24
+ | **Informational** | Informational only; logged for completeness | Regulatory guidance update; industry trend | Engagement survey result; policy reminder | Log and distribute |
25
+
26
+ ## Sensitivity labels
27
+
28
+ Every Legal and HR matter is labeled with one or more sensitivity markers that control disclosure:
29
+
30
+ - **attorney-client-privilege** — information protected from disclosure under legal privilege; must not be shared downstream without counsel approval
31
+ - **work-product-doctrine** — analysis, strategy, or litigation advice; protected under work-product doctrine
32
+ - **medical-information** — employee medical records, disability status, medical leave reason; must be minimized and access-controlled
33
+ - **protected-characteristic-data** — age, race, gender, religion, national origin, disability, genetic information; must be minimized and access-controlled
34
+ - **whistleblower-report** — information from a whistleblower; mandatory confidentiality and retaliation-risk escalation
35
+ - **retaliation-risk** — an action that, if taken without review, could trigger retaliation claims; automatic escalation
36
+ - **data-breach-material** — involves a data breach or loss of regulated data; automatic regulatory and counsel escalation
37
+ - **executive-misconduct** — conduct by executives or board members; automatic board and counsel escalation
38
+
39
+ ## Escalation-grade matter types
40
+
41
+ The following matter types **automatically trigger escalation** (counsel, CHRO, CFO, or board as appropriate):
42
+
43
+ - Retaliation allegations or risk
44
+ - Discrimination or harassment allegations
45
+ - Whistleblower reports
46
+ - Executive or board-member misconduct
47
+ - Data breaches or regulatory notifications
48
+ - Litigation holds or subpoena response
49
+ - Securities-law materiality (IPO, acquisitions, public disclosures)
50
+ - Mass layoffs or restructurings with adverse-impact risk
51
+ - Third-party claims (breach of contract, IP infringement, product liability)
52
+ - Regulatory agency contact or investigation
53
+
54
+ ## Escalation gates
55
+
56
+ Escalation gates are decision thresholds. When a matter hits a gate, human approval is mandatory:
57
+
58
+ 1. **Severity ≥ High** → escalate to counsel (legal) or CHRO (HR)
59
+ 2. **Any sensitivity label** → escalate to the gate owner (e.g., whistleblower → board; executive misconduct → CEO + board)
60
+ 3. **Matter type is escalation-grade** → escalate automatically
61
+ 4. **Time-critical or irreversible action** → escalate before execution
62
+ 5. **Cross-domain matter** → escalate to maestro router; both domains approve
63
+ 6. **Disagreement between specialists** → escalate to counsel + CHRO
64
+ 7. **Regulatory or board trigger** → escalate to general counsel + CFO + board
65
+
66
+ ## Audit-log schema
67
+
68
+ Every Legal and HR agent must emit the following minimum-necessary audit-log entry:
69
+
70
+ ```json
71
+ {
72
+ "agent_id": "legal-privacy-data-protection-agent",
73
+ "matter_id": "MTR-2025-00041",
74
+ "timestamp": "2025-05-19T14:23:45Z",
75
+ "severity": "High",
76
+ "sensitivity_labels": ["attorney-client-privilege", "data-breach-material"],
77
+ "decision": "Flag DPIA gap; escalate to counsel before proceeding with cross-border transfer",
78
+ "evidence_level": "Strong",
79
+ "open_questions": ["Scope of DPIA if only metadata is transferred", "Adequacy decision status in target jurisdiction"],
80
+ "safe_next_actions": ["Retain outside DPA counsel", "Schedule adequacy-decision research"],
81
+ "decision_owner": "Chief Privacy Officer",
82
+ "do_not_do_list": ["Do not proceed with cross-border transfer without adequate decision", "Do not disclose PII without DPIA completion"]
83
+ }
84
+ ```
85
+
86
+ See [`references/risk-labels.md`](references/risk-labels.md) for the complete schema and worked examples.
87
+
88
+ ## Cross-references
89
+
90
+ - [`SKILL.md`](SKILL.md) — the skill prompt for risk assessment and taxonomy application
91
+ - [`references/risk-labels.md`](references/risk-labels.md) — complete specification, matter-type enumeration, label definitions, audit-log examples
92
+ - [`docs/architecture/legal-hr-agent-routing.md`](/docs/architecture/legal-hr-agent-routing.md) — how escalation gates feed into routing decisions
93
+ - [`skills/cross-functional/legal-hr-case-capsule`](/skills/cross-functional/legal-hr-case-capsule/) — case capsule carries severity and sensitivity labels
94
+
95
+ ---
96
+
97
+ *The risk taxonomy is part of the vanguard frontier's cross-functional protocol layer. It ensures Legal and HR agents rate risk in the same language and escalate with precision.*
@@ -0,0 +1,89 @@
1
+ ---
2
+ name: legal-hr-risk-taxonomy
3
+ description: Use this skill to assign consistent risk labels to a Legal or HR matter — severity ratings, privilege and privacy sensitivity labels, retaliation and discrimination risk labels, matter-type classes, escalation-gate triggers, and the audit-log schema. It standardizes the vocabulary every Legal and HR agent and case capsule uses so risk is rated the same way across the ecosystem. It does not give legal or HR advice and never concludes that a matter is safe or compliant.
4
+ allowed-tools: Read Grep Glob
5
+ metadata:
6
+ author: "github: Raishin"
7
+ version: "0.1.0"
8
+ updated: "2026-05-18"
9
+ category: compliance
10
+ lifecycle: experimental
11
+ ---
12
+
13
+ # Legal-HR Risk Taxonomy
14
+
15
+ ## Purpose
16
+ This skill is the shared risk vocabulary for the Legal and HR agent ecosystem.
17
+ It defines the severity scale, sensitivity labels, matter-type classes,
18
+ escalation-gate triggers, and the audit-log schema, so every agent and every
19
+ case capsule rates and labels risk the same way. It does not give legal or HR
20
+ advice and never concludes that a matter is safe, compliant, or approved.
21
+
22
+ ## When to use
23
+ - An agent must assign a `risk_rating` or sensitivity label to a matter.
24
+ - An agent must decide whether an escalation gate is triggered.
25
+ - A capsule or audit-log entry must be filled in with consistent labels.
26
+
27
+ ## Severity scale
28
+ | Rating | Meaning |
29
+ |---|---|
30
+ | Critical | Immediate legal or regulatory exposure; do not proceed without counsel sign-off. |
31
+ | High | Material litigation, regulatory, or financial exposure; escalation strongly indicated. |
32
+ | Medium | Manageable with documented controls; monitor and document. |
33
+ | Low | Limited exposure on current evidence; note and monitor. |
34
+ | Unknown | Jurisdiction or material facts missing; cannot rate. Mandatory when documentation is incomplete. |
35
+
36
+ `Unknown` is mandatory, not a fallback. An agent never upgrades a matter to a
37
+ ratable severity to avoid an escalation.
38
+
39
+ ## Sensitivity labels
40
+ - `privilege_sensitivity`: `none` / `possible` / `likely-privileged`.
41
+ - `privacy_sensitivity`: `low` / `moderate` / `high` / `special-category`.
42
+ - `retaliation_risk`, `discrimination_or_harassment_risk`, `regulatory_risk`:
43
+ `none-observed` / `possible` / `elevated` / `unknown`.
44
+ - `litigation_hold_needed`: `no` / `recommended` / `yes` / `unknown`.
45
+
46
+ ## Escalation-grade matter types
47
+ The following are escalation-grade by default — they always reach a qualified
48
+ human owner regardless of severity rating: harassment, discrimination,
49
+ retaliation, whistleblower, workplace safety, wage/hour, worker classification,
50
+ union/labor, immigration, medical leave, disability accommodation, pay equity,
51
+ executive misconduct, mass layoff or reorganization, employee data breach, and
52
+ litigation-hold or discovery matters.
53
+
54
+ ## Escalation gates
55
+ A matter must be paused and escalated when any gate is true:
56
+ - The matter is an escalation-grade matter type (above).
57
+ - A claim, complaint, charge, grievance, or subpoena has been filed or
58
+ threatened.
59
+ - Protected activity, protected characteristics, or whistleblower status are in
60
+ play.
61
+ - Attorney-client privilege or work-product protection may be implicated.
62
+ - Financial or reputational exposure is material.
63
+ - A board, audit-committee, or regulatory-reporting trigger may apply.
64
+ - The matter crosses Legal and HR and no documented controls exist.
65
+ - Legal and HR agents disagree.
66
+
67
+ See [references/risk-labels.md](references/risk-labels.md) for the full
68
+ `matter_type` value list and the audit-log schema.
69
+
70
+ ## Audit-log schema
71
+ Every handoff and escalation produces one audit-log event with the minimum
72
+ necessary fields: `event_id`, `case_id`, `timestamp`, `initiating_agent`,
73
+ `receiving_agent`, `human_owner`, `matter_type`, `risk_rating`,
74
+ `escalation_status`, `data_sensitivity`, `privilege_sensitivity`,
75
+ `action_recommended`, `action_prohibited`, `evidence_summary`,
76
+ `open_questions`, `decision_status`, `retention_category`. Field rules are in
77
+ the reference file.
78
+
79
+ ## References
80
+ - [Risk labels and audit-log schema](references/risk-labels.md) — full
81
+ `matter_type` enumeration, label definitions, and audit-log field contract.
82
+
83
+ ## Security notes
84
+ - A rating is an opinion on exposure, never a clearance. Never record "this is
85
+ compliant" or "safe to proceed"; use the severity scale only.
86
+ - The audit log is minimum-necessary. It carries labels and summaries, never
87
+ raw medical, privileged, credential, or protected-class content.
88
+ - When facts are missing, rate `Unknown` and trigger the escalation gate rather
89
+ than guessing a lower severity.
@@ -0,0 +1,19 @@
1
+ {
2
+ "id": "legal-hr-risk-taxonomy",
3
+ "name": "Legal-HR Risk Taxonomy",
4
+ "type": "skill",
5
+ "provider": "generic",
6
+ "harnesses": ["codex", "claude-code", "cursor", "gemini", "kiro", "other"],
7
+ "summary": "Shared risk vocabulary for the Legal and HR agent ecosystem — severity ratings, privilege and privacy sensitivity labels, matter-type classes, escalation-gate triggers, and the audit-log schema. Does not give legal or HR advice and never concludes a matter is safe or compliant.",
8
+ "source_type": "original",
9
+ "official_docs": [
10
+ "https://www.nist.gov/privacy-framework",
11
+ "https://www.eeoc.gov",
12
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
13
+ ],
14
+ "security_notes": "A risk rating is an opinion on exposure, never a clearance; never records a matter as compliant or safe. The audit-log schema is minimum-necessary and carries labels and summaries, never raw medical, privileged, credential, or protected-class content. Rates Unknown and escalates when facts are missing.",
15
+ "last_verified": "2026-05-18",
16
+ "path": "skills/cross-functional/legal-hr-risk-taxonomy",
17
+ "author": "github: Raishin",
18
+ "version": "0.1.0"
19
+ }
@@ -0,0 +1,91 @@
1
+ # Legal-HR Risk Labels and Audit-Log Schema
2
+
3
+ ## matter_type values
4
+
5
+ The `matter_type` field on a case capsule uses one of these classes. Classes
6
+ marked **E** are escalation-grade by default.
7
+
8
+ | Value | Domain | E |
9
+ |---|---|---|
10
+ | `contract-review` | Legal | |
11
+ | `privacy-data-protection` | Legal | |
12
+ | `litigation-hold-discovery` | Legal | E |
13
+ | `regulatory-compliance` | Legal | |
14
+ | `ip-open-source` | Legal | |
15
+ | `vendor-procurement-risk` | Legal | |
16
+ | `ethics-investigation` | Legal | E |
17
+ | `policy-governance` | Legal | |
18
+ | `public-disclosure` | Legal | E |
19
+ | `employee-relations` | HR | |
20
+ | `workplace-investigation` | HR | E |
21
+ | `performance-management` | HR | |
22
+ | `termination-readiness` | HR | |
23
+ | `termination-with-retaliation-risk` | HR + Legal | E |
24
+ | `leave-accommodation` | HR | E |
25
+ | `recruiting-selection` | HR | |
26
+ | `compensation-equity` | HR | E |
27
+ | `benefits-payroll` | HR | |
28
+ | `workforce-reduction` | HR + Legal | E |
29
+ | `worker-classification` | HR + Legal | E |
30
+ | `harassment-discrimination` | HR + Legal | E |
31
+ | `retaliation` | HR + Legal | E |
32
+ | `whistleblower` | Legal + HR | E |
33
+ | `executive-misconduct` | Legal + HR | E |
34
+ | `union-labor` | HR + Legal | E |
35
+ | `employee-data-breach` | Legal + HR | E |
36
+ | `people-data-analytics` | HR | |
37
+ | `hris-process-controls` | HR | |
38
+ | `unclassified` | maestro | |
39
+
40
+ ## Label definitions
41
+
42
+ - `evidence_quality`
43
+ - `strong` — corroborated, contemporaneous, consistent.
44
+ - `mixed` — some corroboration, some gaps.
45
+ - `weak` — largely uncorroborated or single-source.
46
+ - `insufficient` — cannot assess; treat conclusions as Unknown.
47
+ - `privilege_sensitivity`
48
+ - `none` — no privileged material implicated.
49
+ - `possible` — privilege may attach; flag and narrow circulation.
50
+ - `likely-privileged` — route through counsel; do not widen distribution.
51
+ - `privacy_sensitivity`
52
+ - `low` — no personal data beyond role references.
53
+ - `moderate` — ordinary employee data.
54
+ - `high` — sensitive employee data (performance, discipline).
55
+ - `special-category` — medical, disability, immigration, protected-class, or
56
+ similar; documented justification required.
57
+
58
+ ## Audit-log schema
59
+
60
+ One event per handoff or escalation. Minimum necessary fields only.
61
+
62
+ | Field | Rule |
63
+ |---|---|
64
+ | `event_id` | Stable opaque event identifier. |
65
+ | `case_id` | The capsule this event belongs to. |
66
+ | `timestamp` | ISO 8601. |
67
+ | `initiating_agent` | Agent id that raised the event. |
68
+ | `receiving_agent` | Agent id or human owner role receiving it. |
69
+ | `human_owner` | Accountable human role. |
70
+ | `matter_type` | A value from the table above. |
71
+ | `risk_rating` | Critical / High / Medium / Low / Unknown. |
72
+ | `escalation_status` | `none` / `recommended` / `escalated` / `paused`. |
73
+ | `data_sensitivity` | The `privacy_sensitivity` label. |
74
+ | `privilege_sensitivity` | The `privilege_sensitivity` label. |
75
+ | `action_recommended` | One-line recommendation, never a directive. |
76
+ | `action_prohibited` | The capsule `do_not_do_list` summary. |
77
+ | `evidence_summary` | One line; no raw sensitive content. |
78
+ | `open_questions` | Material questions still unanswered. |
79
+ | `decision_status` | `pending-human-approval` / `approved-by-owner` / `not-required`. |
80
+ | `retention_category` | Records-retention class for the event. |
81
+
82
+ ## Rules
83
+
84
+ 1. The audit log carries labels and summaries only. Never raw medical,
85
+ privileged, credential, or protected-class content.
86
+ 2. `decision_status` is never `approved` unless a named `human_owner` approved
87
+ it. Agents never self-approve.
88
+ 3. When facts are missing, `risk_rating` is `Unknown` and `escalation_status`
89
+ is at least `recommended`.
90
+ 4. An escalation-grade `matter_type` forces `escalation_status` to `escalated`
91
+ or `paused`, never `none`.
@@ -0,0 +1,68 @@
1
+ # 🔗 Legal-HR Routing Protocol
2
+
3
+ The **routing protocol** defines the rules, patterns, and conflict-resolution logic for when matters cross the legal-HR boundary. It answers: *When does a matter route from Legal to HR? When from HR to Legal? When do both own it? How do they coordinate?*
4
+
5
+ ## What is the routing protocol?
6
+
7
+ A control-layer skill that specifies:
8
+ - **15 recurring cross-domain scenarios** (from the [`handoff-matrix.md`](references/handoff-matrix.md)) — e.g., wrongful-termination exposure → legal owns risk, HR owns execution; whistleblower report → legal owns privilege, HR owns investigation
9
+ - **Controlled-handoff communication principles** — only the case capsule flows between agents; context is redacted per the case capsule rules
10
+ - **Conflict resolution in 10 steps** — when a single matter triggers both legal and HR concern, this protocol defines the triage, the escalation path, and who decides
11
+
12
+ ## The handoff matrix
13
+
14
+ The [`references/handoff-matrix.md`](references/handoff-matrix.md) is the truth table. It lists 15 scenarios in a rows-and-columns format:
15
+
16
+ | Scenario | Legal owns | HR owns | Decision path |
17
+ | -------- | ---------- | ------- | ------------- |
18
+ | Wrongful termination exposure | Risk analysis, legal holds, counsel escalation | Documentation, retaliation check, execution | Legal flags risk; HR confirms readiness |
19
+ | Whistleblower intake | Privilege, investigation design, board escalation | Interview sequencing, witness neutrality, closure | HR investigates; Legal advises on scope |
20
+ | ... and 13 more | ... | ... | ... |
21
+
22
+ See the full matrix in [`references/handoff-matrix.md`](references/handoff-matrix.md).
23
+
24
+ ## Routing is a recommendation
25
+
26
+ **Important:** The routing protocol routes *requests* to the right specialist and *patterns* to the right owner. It is a recommendation that a human confirms. No agent executes a handoff unilaterally; every route is logged and traceable.
27
+
28
+ ## For Legal agents
29
+
30
+ When your review flags an HR exposure (e.g., "this termination has retaliation risk"), you don't make the HR decision. Instead:
31
+ 1. Compose a case capsule
32
+ 2. Route to the HR maestro with a handoff reason
33
+ 3. Log the escalation
34
+ 4. Remain available if Legal is needed for litigation or board escalation
35
+
36
+ ## For HR agents
37
+
38
+ When your review flags a legal exposure (e.g., "this investigation has whistleblower concerns"), you don't make the legal decision. Instead:
39
+ 1. Compose a case capsule
40
+ 2. Route to the Legal maestro with a handoff reason
41
+ 3. Confirm Legal's guidance before proceeding
42
+ 4. Remain available if HR evidence is needed for litigation support
43
+
44
+ ## Conflict resolution
45
+
46
+ When a single matter triggers both legal and HR concern equally, neither agent decides in isolation. The protocol enforces a 10-step conflict-resolution flow:
47
+
48
+ 1. Both agents signal the dual-ownership via case capsule
49
+ 2. The legal-hr maestro router receives both signals and enters triage mode
50
+ 3. Routing determines which agent's decision takes precedence (or if both approve)
51
+ 4. The decision_owner is named explicitly
52
+ 5. Both agents log the escalation and their agreement/dissent
53
+ 6. If disagreement, counsel + senior HR + CFO are escalated
54
+ 7. If time-critical, a temporary hold is issued and a meeting is scheduled
55
+ 8. Decision is recorded with rationale
56
+ 9. Both agents execute under the shared decision
57
+ 10. Audit log records the entire conflict and resolution
58
+
59
+ ## Cross-references
60
+
61
+ - [`SKILL.md`](SKILL.md) — the skill prompt and routing scaffold
62
+ - [`references/handoff-matrix.md`](references/handoff-matrix.md) — 15-scenario truth table with decision logic
63
+ - [`docs/architecture/legal-hr-agent-routing.md`](/docs/architecture/legal-hr-agent-routing.md) — three-layer architecture, maestro contract, routing flow
64
+ - [`skills/cross-functional/legal-hr-case-capsule`](/skills/cross-functional/legal-hr-case-capsule/) — the payload structure for handoffs
65
+
66
+ ---
67
+
68
+ *The routing protocol is part of the vanguard frontier's cross-functional coordination layer. It enables agents to hand off, escalate, and coordinate across organizational boundaries without improvising.*
@@ -0,0 +1,92 @@
1
+ ---
2
+ name: legal-hr-routing-protocol
3
+ description: Use this skill when a Legal or HR matter must be classified and routed to the right specialist agent, when a matter crosses both domains and needs parallel review, or when Legal and HR agents disagree and the conflict must be resolved. It defines routing rules, the overlap handoff matrix, the controlled-handoff communication principles, and the conflict-resolution protocol. It does not give legal or HR advice and never makes a final routing decision binding on a human.
4
+ allowed-tools: Read Grep Glob
5
+ metadata:
6
+ author: "github: Raishin"
7
+ version: "0.1.0"
8
+ updated: "2026-05-18"
9
+ category: compliance
10
+ lifecycle: experimental
11
+ ---
12
+
13
+ # Legal-HR Routing Protocol
14
+
15
+ ## Purpose
16
+ This skill defines how a Legal or HR matter is classified, routed to the right
17
+ specialist agent, and coordinated when it crosses both domains. It exists so
18
+ agents never work in silos when risk crosses a domain boundary, and so every
19
+ handoff is controlled and auditable rather than free-form. It does not give
20
+ legal or HR advice; routing is a recommendation that a human owner confirms.
21
+
22
+ ## When to use
23
+ - A maestro agent must classify an incoming matter and dispatch it.
24
+ - A specialist agent finds a matter has crossed into another domain.
25
+ - A matter triggers an escalation gate and must be paused.
26
+ - Legal and HR agents reach conflicting recommendations.
27
+
28
+ ## Communication principles
29
+ - One accountable human owner per matter. One primary agent per matter.
30
+ - Parallel review only when the matter genuinely crosses domains.
31
+ - No agent makes a final legal, employment, disciplinary, regulatory,
32
+ settlement, disclosure, or public-communication decision.
33
+ - All high-risk cross-domain matters produce a **pause and escalate**
34
+ recommendation unless sufficient documented controls already exist.
35
+ - Every handoff uses a `legal-hr-case-capsule`. No free-form agent chatter.
36
+ - Every handoff preserves context, uncertainty, evidence quality, and open
37
+ questions, and carries a `do_not_do_list`.
38
+ - Every handoff labels privilege sensitivity and privacy sensitivity.
39
+ - Every agent defaults to least-privilege access and minimum-necessary data.
40
+
41
+ ## Routing rules
42
+ - Contract, clause, indemnity, limitation of liability, DPA, procurement,
43
+ vendor, IP, confidentiality, termination rights → Legal contract / vendor /
44
+ IP specialists.
45
+ - Privacy, data protection, cybersecurity-incident legal triage, employee data,
46
+ regulatory mapping, cross-border transfer, data retention → Legal
47
+ privacy / data-protection specialist.
48
+ - Litigation hold, discovery, subpoena, investigation preservation, document
49
+ retention → Litigation / discovery specialist.
50
+ - Employee relations, discipline, misconduct, harassment, discrimination,
51
+ retaliation, grievance → HR employee-relations or HR workplace-investigations
52
+ specialist.
53
+ - Performance warnings, termination readiness, PIP, manager documentation → HR
54
+ performance or HR termination-readiness specialist.
55
+ - Leave, accommodation, disability, medical information, return-to-work → HR
56
+ leave / accommodation specialist AND Legal employment-law specialist.
57
+ - Recruiting, compensation, pay equity, promotion, selection criteria, adverse
58
+ impact → HR recruiting / selection or HR compensation-equity specialist.
59
+ - Mixed Legal + HR matters route in parallel, with escalation to human
60
+ Legal / HR owners explicitly marked.
61
+
62
+ ## Overlap handoff matrix
63
+ Fifteen recurring cross-domain scenarios and their agent sets are defined in
64
+ [references/handoff-matrix.md](references/handoff-matrix.md). Each row names the
65
+ primary agent, the secondary agents, the escalation gate, and the mandatory
66
+ `do_not_do` items.
67
+
68
+ ## Conflict-resolution protocol
69
+ When Legal and HR agents disagree, follow this order and stop at the first step
70
+ that is unmet:
71
+ 1. Freeze any irreversible action.
72
+ 2. Preserve evidence; recommend a litigation hold if discovery risk exists.
73
+ 3. State the disagreement precisely — what each agent concluded and why.
74
+ 4. Separate legal risk from HR operational risk; do not collapse them.
75
+ 5. Identify the accountable human owner.
76
+ 6. Escalate to qualified Legal / HR leadership.
77
+ 7. Document unresolved assumptions and open questions.
78
+ 8. Produce options, not a single conclusion.
79
+ 9. Require human approval before any action.
80
+ 10. Log the decision path in the audit log.
81
+
82
+ ## References
83
+ - [Overlap handoff matrix](references/handoff-matrix.md) — the 15 scenarios,
84
+ agent sets, escalation gates, and do-not-do items.
85
+
86
+ ## Security notes
87
+ - Routing is a recommendation, never an authorization. The protocol never
88
+ approves, denies, or directs an adverse action.
89
+ - A matter is routed on sanitized signals. Never request medical detail,
90
+ government IDs, credentials, or protected-class data to classify a matter.
91
+ - When classification is ambiguous, route to a maestro agent and mark the
92
+ matter `unclassified` rather than guessing a specialist.
@@ -0,0 +1,19 @@
1
+ {
2
+ "id": "legal-hr-routing-protocol",
3
+ "name": "Legal-HR Routing Protocol",
4
+ "type": "skill",
5
+ "provider": "generic",
6
+ "harnesses": ["codex", "claude-code", "cursor", "gemini", "kiro", "other"],
7
+ "summary": "Classification and routing discipline for Legal and HR matters — routing rules, the cross-domain overlap handoff matrix, controlled-handoff communication principles, and the Legal-HR conflict-resolution protocol. Does not give legal or HR advice and never makes a binding routing decision.",
8
+ "source_type": "original",
9
+ "official_docs": [
10
+ "https://www.nist.gov/privacy-framework",
11
+ "https://www.eeoc.gov",
12
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj"
13
+ ],
14
+ "security_notes": "Routing is a recommendation, never an authorization; never approves, denies, or directs adverse action. Classifies matters from sanitized signals only and never requests medical detail, government IDs, credentials, or protected-class data. Routes ambiguous matters to a maestro rather than guessing a specialist.",
15
+ "last_verified": "2026-05-18",
16
+ "path": "skills/cross-functional/legal-hr-routing-protocol",
17
+ "author": "github: Raishin",
18
+ "version": "0.1.0"
19
+ }
@@ -0,0 +1,48 @@
1
+ # Legal-HR Overlap Handoff Matrix
2
+
3
+ Each row is a recurring matter that crosses the Legal/HR boundary. The matter
4
+ moves as a `legal-hr-case-capsule`. The **primary agent** owns synthesis; the
5
+ **secondary agents** run parallel review; the **escalation gate** names the
6
+ human owner the matter must reach.
7
+
8
+ | # | Scenario | Primary agent | Secondary agents | Escalation gate |
9
+ |---|---|---|---|---|
10
+ | 1 | Termination with potential retaliation risk | hr-termination-readiness-agent | legal-employment-law-risk-agent, hr-employee-relations-agent | Employment counsel sign-off before any action |
11
+ | 2 | Harassment or discrimination complaint | hr-workplace-investigations-agent | legal-employment-law-risk-agent, legal-ethics-investigations-agent | Employment counsel; investigation lead |
12
+ | 3 | Medical leave or accommodation | hr-leave-accommodation-agent | legal-employment-law-risk-agent, legal-privacy-data-protection-agent | Employment counsel; privacy owner |
13
+ | 4 | Workforce reduction or restructuring | hr-workforce-planning-rif-agent | legal-employment-law-risk-agent, legal-public-disclosure-agent (if material) | Employment counsel; disclosure owner if material |
14
+ | 5 | Pay equity or promotion dispute | hr-compensation-equity-agent | legal-employment-law-risk-agent, hr-analytics-people-data-agent | Employment counsel; total-rewards owner |
15
+ | 6 | Vendor handling employee data | legal-vendor-procurement-risk-agent | legal-privacy-data-protection-agent, hr-hris-process-controls-agent | Privacy owner; procurement owner |
16
+ | 7 | Internal whistleblower complaint | legal-ethics-investigations-agent | hr-workplace-investigations-agent, legal-litigation-discovery-hold-agent | Ethics owner; litigation-hold owner |
17
+ | 8 | Executive misconduct | legal-ethics-investigations-agent | hr-employee-relations-agent, legal-policy-governance-agent | Board / audit committee escalation |
18
+ | 9 | HR AI tool adoption | hr-recruiting-selection-agent | hr-analytics-people-data-agent, legal-privacy-data-protection-agent, legal-regulatory-compliance-agent | Privacy owner; compliance owner |
19
+ | 10 | Employee data breach | legal-privacy-data-protection-agent | hr-hris-process-controls-agent, hr-employee-relations-agent, legal-litigation-discovery-hold-agent | Privacy owner; incident commander |
20
+ | 11 | Contractor vs. employee classification | legal-employment-law-risk-agent | hr-benefits-payroll-agent, legal-vendor-procurement-risk-agent | Employment counsel; payroll owner |
21
+ | 12 | Union, labor, or collective-action matter | hr-employee-relations-agent | legal-employment-law-risk-agent, legal-litigation-discovery-hold-agent | Labor counsel |
22
+ | 13 | Employee complaint involving monitoring | hr-employee-relations-agent | hr-analytics-people-data-agent, legal-privacy-data-protection-agent | Privacy owner; ER owner |
23
+ | 14 | Compensation + payroll + protected activity | hr-compensation-equity-agent | hr-benefits-payroll-agent, legal-employment-law-risk-agent | Employment counsel |
24
+ | 15 | Publicly sensitive executive / regulator / media issue | hr-maestro-agent + legal-maestro-agent | legal-public-disclosure-agent, legal-policy-governance-agent | Board / audit; disclosure owner |
25
+
26
+ ## Mandatory do-not-do items (all rows)
27
+
28
+ Every capsule produced from this matrix includes, at minimum:
29
+
30
+ - Do not approve, deny, terminate, discipline, settle, or file.
31
+ - Do not notify a regulator or make a public disclosure.
32
+ - Do not send an employee communication.
33
+ - Do not mutate an HR or legal system of record.
34
+ - Do not request or retain personal data beyond the minimum necessary.
35
+ - Do not backdate, retroactively create, or alter documentation.
36
+
37
+ ## Scenario-specific do-not-do additions
38
+
39
+ - Rows 1, 11, 14: do not characterize the matter as purely performance or
40
+ policy when protected activity is in the timeline.
41
+ - Rows 2, 7, 8: do not contact the complainant or witnesses outside the
42
+ investigation plan; do not compromise investigation confidentiality.
43
+ - Rows 3, 6, 9, 10, 13: do not collect or forward medical, special-category, or
44
+ monitoring data beyond the minimum the matter requires.
45
+ - Row 8: do not resolve at the management layer; board / audit escalation is
46
+ mandatory.
47
+ - Rows 4, 15: do not communicate externally before the disclosure owner and
48
+ counsel have reviewed materiality.