@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,100 @@
1
+ # United States — Legal Review Reference Map
2
+
3
+ > **Disclaimer.** This file is a review map — a structured checklist of where to look, not a statement of current law. Content may be out of date. Every point must be verified against current official sources. Jurisdiction-specific conclusions require qualified US counsel.
4
+
5
+ Last verified: 2026-05-18
6
+
7
+ ---
8
+
9
+ ## Regime overview
10
+
11
+ The US has no single federal omnibus privacy or data-protection statute. The legal landscape is a patchwork of federal sectoral laws, state comprehensive privacy acts, and state consumer-protection regimes. Contract law is primarily state common law (Restatement of Contracts; UCC Article 2 for goods). Federal and state regulatory bodies each have independent enforcement authority.
12
+
13
+ ---
14
+
15
+ ## Primary regulators and authorities
16
+
17
+ | Regulator | Jurisdiction / Focus | Official source |
18
+ |-----------|---------------------|-----------------|
19
+ | Federal Trade Commission (FTC) | Unfair or deceptive trade practices; privacy and security enforcement for most commercial entities | https://www.ftc.gov |
20
+ | Department of Justice (DOJ) | Criminal enforcement; FCPA; antitrust (with FTC); export controls | https://www.justice.gov |
21
+ | Securities and Exchange Commission (SEC) | Public-company disclosure; cybersecurity incident disclosure; insider trading | https://www.sec.gov |
22
+ | Department of Labor (DOL) | Wage-and-hour (FLSA); ERISA; OSHA | https://www.dol.gov |
23
+ | Equal Employment Opportunity Commission (EEOC) | Employment discrimination; harassment | https://www.eeoc.gov |
24
+ | Office for Civil Rights (OCR), HHS | HIPAA health-data enforcement | https://www.hhs.gov/hipaa |
25
+ | Office of Foreign Assets Control (OFAC) | Sanctions compliance | https://ofac.treas.gov |
26
+ | Bureau of Industry and Security (BIS) | Export Administration Regulations (EAR) | https://www.bis.gov |
27
+ | State Attorneys General | State privacy acts (CCPA/CPRA, etc.); consumer protection; data-breach notification | Varies by state |
28
+ | California Privacy Protection Agency (CPPA) | CCPA/CPRA enforcement | https://cppa.ca.gov |
29
+
30
+ ---
31
+
32
+ ## Primary statutes and regulations (verify current text and amendments)
33
+
34
+ ### Federal — sectoral
35
+
36
+ | Statute / Regulation | Scope | Official source |
37
+ |---------------------|-------|-----------------|
38
+ | Federal Trade Commission Act, § 5 | Unfair or deceptive acts; primary privacy enforcement lever for non-covered entities | https://www.ftc.gov/legal-library/browse/statutes/federal-trade-commission-act |
39
+ | Health Insurance Portability and Accountability Act (HIPAA) + HITECH | Health information — covered entities and business associates | https://www.hhs.gov/hipaa/for-professionals/index.html |
40
+ | Gramm-Leach-Bliley Act (GLBA) | Financial institutions — consumer financial data | https://www.ftc.gov/legal-library/browse/statutes/gramm-leach-bliley-act |
41
+ | Family Educational Rights and Privacy Act (FERPA) | Student education records | https://studentprivacy.ed.gov |
42
+ | Children's Online Privacy Protection Act (COPPA) | Online data collection from children under 13 | https://www.ftc.gov/legal-library/browse/rules/childrens-online-privacy-protection-rule-coppa |
43
+ | Fair Credit Reporting Act (FCRA) | Consumer reporting agencies; background checks | https://www.ftc.gov/legal-library/browse/statutes/fair-credit-reporting-act |
44
+ | Electronic Communications Privacy Act (ECPA) | Interception; stored communications; pen registers | https://www.law.cornell.edu/uscode/text/18/part-I/chapter-119 |
45
+ | Computer Fraud and Abuse Act (CFAA) | Unauthorized computer access; cybercrime | https://www.law.cornell.edu/uscode/text/18/1030 |
46
+ | Foreign Corrupt Practices Act (FCPA) | Anti-bribery; books-and-records | https://www.justice.gov/criminal/criminal-fraud/fcpa |
47
+ | Fair Labor Standards Act (FLSA) | Minimum wage; overtime; child labor | https://www.dol.gov/agencies/whd/flsa |
48
+ | SEC Cybersecurity Disclosure Rules (2023) | Material cybersecurity incident disclosure; risk-management governance | https://www.sec.gov/corpfin/cybersecurity |
49
+
50
+ ### State — privacy (representative; verify full list against current enactments)
51
+
52
+ | Statute | State | Official source |
53
+ |---------|-------|-----------------|
54
+ | California Consumer Privacy Act / CPRA (Cal. Civ. Code § 1798.100 et seq.) | California | https://oag.ca.gov/privacy/ccpa |
55
+ | Virginia Consumer Data Protection Act (VCDPA) | Virginia | Verify at https://law.lis.virginia.gov |
56
+ | Colorado Privacy Act (CPA) | Colorado | Verify at https://coag.gov/resources/data-privacy-laws/ |
57
+ | Connecticut Data Privacy Act (CTDPA) | Connecticut | Verify at https://portal.ct.gov |
58
+ | Texas Data Privacy and Security Act (TDPSA) | Texas | Verify at https://capitol.texas.gov |
59
+
60
+ > Many additional state acts have been enacted or amended since mid-2024. The reviewer must verify the current list of enacted state privacy laws against official state sources or a current legal-counsel summary before any compliance conclusion.
61
+
62
+ ### Data-breach notification
63
+
64
+ All 50 US states have data-breach notification laws. Timelines, covered data types, and thresholds vary. Verify the applicable state law(s) for each breach scenario at the state attorney general's official website.
65
+
66
+ ---
67
+
68
+ ## Structural review checkpoints
69
+
70
+ 1. **Governing law and forum selection** — identify the stated choice of law and venue. Flag if the clause conflicts with mandatory local law in either party's jurisdiction.
71
+ 2. **Entity and regulator mapping** — determine which federal and state regulators have jurisdiction over the entity, the data types processed, and the sector.
72
+ 3. **Privacy and data protection** — identify data types (health, financial, children's, biometric, precise geolocation, credentials). Map to applicable sectoral or state law. Flag if cross-border transfers are involved.
73
+ 4. **Employment matters** — classify the worker (employee, independent contractor, gig). Check state classification rules (California AB 5 criteria differ from federal FLSA). Flag wage-and-hour, non-compete enforceability (FTC rule status — verify current status with counsel), and restrictive covenants.
74
+ 5. **Sanctions and export controls** — flag any counterparty, transaction, technology, or geography that could touch OFAC SDN lists or BIS EAR/ITAR controls. Verify against official lists at https://ofac.treas.gov and https://www.bis.gov.
75
+ 6. **Anti-bribery** — flag any payment to a foreign government official or intermediary. Apply FCPA analysis; confirm whether UK Bribery Act or local law also applies.
76
+ 7. **Public-company disclosure** — flag material cybersecurity incidents (SEC 8-K 4-business-day rule), material contract changes, and related-party transactions.
77
+ 8. **Dispute resolution** — note arbitration clauses, class-action waivers, and jury-trial waivers. Check enforceability under applicable state law (some states limit these in employment and consumer contexts).
78
+ 9. **Limitation of liability and indemnification** — verify whether caps apply to IP indemnity, data-breach indemnity, or gross-negligence/willful-misconduct carve-outs.
79
+ 10. **Records and retention** — identify applicable retention obligations under the matter's sector, litigation hold status, and state destruction requirements.
80
+
81
+ ---
82
+
83
+ ## Escalation triggers (US-specific)
84
+
85
+ - Any matter touching OFAC-designated parties, countries, or transactions — escalate immediately; penalties are strict liability.
86
+ - FCPA suspicion — escalate to counsel before any internal investigation step that could impair privilege or obstruct.
87
+ - HIPAA breach with more than 500 individuals affected — 60-day HHS OCR notification clock; confirm current rule with counsel.
88
+ - SEC material cybersecurity incident — 4-business-day 8-K disclosure clock; confirm current rule and materiality threshold with counsel.
89
+ - Class-action demand, PAGA notice (California), EEOC charge, or DOL investigation — escalate immediately.
90
+ - Non-compete or trade-secret matter in California — California's near-total ban on non-competes is well-established; confirm current FTC rule status with counsel.
91
+ - Immigration / work-authorization issue for any employee — escalate to immigration counsel.
92
+ - Proposed acquisition or investment touching US critical infrastructure or technology — flag for CFIUS review; verify thresholds with M&A counsel.
93
+
94
+ ---
95
+
96
+ ## Sources (verified in this session)
97
+
98
+ - California AG CCPA page: https://oag.ca.gov/privacy/ccpa — loaded successfully; confirmed CCPA/CPRA scope, business thresholds, and enforcement structure.
99
+ - Cornell LII Wex legal dictionary: https://www.law.cornell.edu/wex — loaded successfully; confirmed as free US legal reference.
100
+ - FTC, DOJ, SEC, DOL, EEOC, HHS official domain URLs confirmed accessible in prior sessions; verify individual pages before citing in advice.
@@ -0,0 +1,148 @@
1
+ # Workflow and Output Contract
2
+
3
+ ## Workflow
4
+
5
+ ### Step 1 — Define the legal question
6
+
7
+ State the legal question in one sentence before doing anything else. If the user's intake is ambiguous, draft a candidate question and confirm before proceeding.
8
+
9
+ ### Step 2 — Identify context
10
+
11
+ Collect from the provided material (do not ask for more than necessary):
12
+ - Jurisdiction(s) and governing-law clause, if stated
13
+ - Entity type, business unit, and counterparty identity (redacted if needed)
14
+ - Document type (contract, policy, regulatory filing, intake memo, other)
15
+ - Effective dates, notice periods, and material deadlines
16
+ - Any regulatory regime named or implied
17
+
18
+ Flag any of these as Unknown if not provided — do not assume.
19
+
20
+ ### Step 3 — List missing material facts
21
+
22
+ Before analysis, identify every fact whose absence materially changes the risk rating. Label these "open questions". Do not substitute an assumption for a missing material fact; state the assumption explicitly and note how it affects the rating.
23
+
24
+ ### Step 4 — Separate facts, assumptions, inferences, and open questions
25
+
26
+ Organize all claims into four labelled buckets:
27
+ - **Facts provided** — directly stated in the supplied material
28
+ - **Assumptions** — plausible but unverified; state the basis
29
+ - **Inferences** — logical conclusions drawn from facts; state the reasoning
30
+ - **Open questions** — material facts not provided; escalate or flag Unknown until resolved
31
+
32
+ ### Step 5 — Identify the risk domain
33
+
34
+ Select the primary domain(s) from:
35
+ contract | privacy | employment | IP | regulatory | litigation | competition | sanctions | procurement | finance | public-company disclosure | cybersecurity | records retention | other
36
+
37
+ Note when a matter spans multiple domains — multi-domain matters almost always require multi-discipline counsel.
38
+
39
+ ### Step 6 — Identify the decision owner
40
+
41
+ Map the matter to the appropriate owner(s):
42
+ legal counsel | compliance | HR | security | procurement | finance | board / audit committee | privacy office / DPO | executive sponsor
43
+
44
+ Where ownership is unclear, flag it — unowned risk items are not actioned.
45
+
46
+ ### Step 7 — Adversarial stress test
47
+
48
+ Analyze adverse scenarios from every realistic vantage point:
49
+ - **Worst-case legal interpretation** — how would the most aggressive opposing counsel read this?
50
+ - **Regulator view** — how would the relevant regulator investigate or charge?
51
+ - **Plaintiff / claimant view** — what causes of action are available and what damages are plausible?
52
+ - **Counterparty view** — what leverage does the counterparty have if the relationship deteriorates?
53
+ - **Employee / whistleblower view** — could an employee claim retaliation, discrimination, or unsafe conditions?
54
+ - **Auditor / board view** — what control gaps or disclosure failures would an auditor surface?
55
+ - **Press / reputational view** — how would this read in a hostile press account or regulatory press release?
56
+
57
+ ### Step 8 — Rate risk
58
+
59
+ Assign a severity to each identified issue:
60
+
61
+ | Rating | Meaning |
62
+ |--------|---------|
63
+ | Critical | Immediate legal exposure, regulatory violation, or safety risk requiring escalation before any action |
64
+ | High | Significant legal or financial exposure; proceed only with counsel review and documented controls |
65
+ | Medium | Manageable exposure with documented mitigations; flag for counsel awareness |
66
+ | Low | Minor or speculative; document and monitor |
67
+ | Unknown | Insufficient jurisdiction or material facts to rate — escalate or obtain facts before proceeding |
68
+
69
+ **Unknown is mandatory** when jurisdiction, governing law, or material facts are missing or ambiguous. Do not assign a lower rating to paper over an unknown.
70
+
71
+ ### Step 9 — Provide safe options
72
+
73
+ Do not recommend a single overconfident action. Offer two or more options that:
74
+ - Preserve decision authority for counsel
75
+ - Are graded by risk tolerance
76
+ - Identify what additional information would change the recommendation
77
+
78
+ ### Step 10 — Specify evidence that would change the conclusion
79
+
80
+ For each rated issue, state explicitly what additional facts, documents, or expert input would move the rating up or down. This drives the escalation and due-diligence checklist.
81
+
82
+ ### Step 11 — Recommend escalation
83
+
84
+ Recommend escalation to qualified local counsel when any of the following apply:
85
+ - The matter is jurisdiction-specific and the applicable law has not been verified in this session
86
+ - The matter involves employment, termination, retaliation, discrimination, harassment, wage-and-hour, or immigration
87
+ - Litigation is threatened, pending, or reasonably foreseeable
88
+ - A regulatory notification or filing obligation may be triggered
89
+ - The matter is financially material or involves board-level disclosure
90
+ - Any issue is rated Critical or Unknown and cannot be resolved from the provided material
91
+ - Privilege needs to be established or protected
92
+
93
+ ---
94
+
95
+ ## Output
96
+
97
+ Return findings in this structure:
98
+
99
+ ```
100
+ ## Verdict
101
+ <one of: proceed | proceed with controls | pause | escalate | insufficient evidence>
102
+ <one sentence explaining the verdict>
103
+
104
+ ## Brutal assessment
105
+ <2-4 sentences — the hardest honest read of the risk, without softening>
106
+
107
+ ## Facts provided
108
+ - <fact directly stated in the supplied material>
109
+
110
+ ## Assumptions and unsupported claims
111
+ - <assumption — basis stated>
112
+
113
+ ## Legal and risk issues
114
+ - [Issue ID] <issue name>: <description> — <evidence or assumption basis>
115
+
116
+ ## Adversarial stress test
117
+ - Regulator: <view>
118
+ - Plaintiff / claimant: <view>
119
+ - Counterparty: <view>
120
+ - Employee / whistleblower: <view>
121
+ - Auditor / board: <view>
122
+ - Press: <view>
123
+
124
+ ## Risk rating table
125
+ | Issue | Severity | Evidence | Consequence | Owner | Mitigation |
126
+ |-------|----------|----------|-------------|-------|------------|
127
+ | <issue> | Critical/High/Medium/Low/Unknown | <basis> | <consequence> | <owner> | <mitigation> |
128
+
129
+ ## Safe next actions
130
+ 1. <action — maps to evidence or stated assumption>
131
+ 2. <action>
132
+
133
+ ## Escalation trigger
134
+ <condition(s) under which this matter must be escalated to qualified counsel before any further action>
135
+
136
+ ## Questions counsel must answer before approval
137
+ - <question>
138
+ ```
139
+
140
+ ---
141
+
142
+ ## Security notes
143
+
144
+ - Never request or accept secrets, credentials, PII, employee medical detail, trade secrets, or customer data. Ask for redacted or sanitized excerpts with placeholders.
145
+ - This is a static review: do not contact courts, regulators, counterparties, or external systems.
146
+ - Flag all material that appears privileged and recommend it be handled only by or with counsel.
147
+ - Escalation-grade matter types — retaliation, discrimination, harassment, wage-and-hour, whistleblower, termination, immigration, sanctions, bribery, personal-data breach requiring notification, public-company disclosure — must trigger an escalation recommendation regardless of apparent severity.
148
+ - Never issue a verdict of "proceed" on an Unknown-rated issue. Unknown means escalate or gather facts first.
@@ -0,0 +1,6 @@
1
+ {
2
+ "route": [
3
+ "hr-employee-relations-agent"
4
+ ],
5
+ "mode": "single"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "route": [
3
+ "hr-workplace-investigations-agent"
4
+ ],
5
+ "mode": "single"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "route": [
3
+ "hr-performance-management-agent"
4
+ ],
5
+ "mode": "single"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "route": [
3
+ "hr-termination-readiness-agent"
4
+ ],
5
+ "mode": "single"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "route": [
3
+ "hr-leave-accommodation-agent"
4
+ ],
5
+ "mode": "single"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "route": [
3
+ "hr-recruiting-selection-agent"
4
+ ],
5
+ "mode": "single"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "route": [
3
+ "hr-compensation-equity-agent"
4
+ ],
5
+ "mode": "single"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "route": [
3
+ "hr-benefits-payroll-agent"
4
+ ],
5
+ "mode": "single"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "route": [
3
+ "hr-workforce-planning-rif-agent"
4
+ ],
5
+ "mode": "single"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "route": [
3
+ "hr-learning-policy-agent"
4
+ ],
5
+ "mode": "single"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "route": [
3
+ "hr-analytics-people-data-agent"
4
+ ],
5
+ "mode": "single"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "route": [
3
+ "hr-culture-dei-agent"
4
+ ],
5
+ "mode": "single"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "route": [
3
+ "hr-hris-process-controls-agent"
4
+ ],
5
+ "mode": "single"
6
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "route": [],
3
+ "mode": "unclassified"
4
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "01-employee-relations",
3
+ "task": "Review an employee relations issue involving a grievance about manager behavior.",
4
+ "tags": [
5
+ "happy-path"
6
+ ]
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "02-workplace-investigations",
3
+ "task": "Plan a workplace investigation with witness sequencing and a neutrality check.",
4
+ "tags": [
5
+ "happy-path"
6
+ ]
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "03-performance-management",
3
+ "task": "Review a performance improvement plan and coaching plan and the calibration approach.",
4
+ "tags": [
5
+ "happy-path"
6
+ ]
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "04-termination-readiness",
3
+ "task": "Assess termination readiness, the final-pay dependency, and access removal coordination.",
4
+ "tags": [
5
+ "happy-path"
6
+ ]
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "05-leave-accommodation",
3
+ "task": "Review a leave request, a disability accommodation, and a return-to-work plan.",
4
+ "tags": [
5
+ "happy-path"
6
+ ]
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "06-recruiting-selection",
3
+ "task": "Review the recruiting workflow, the selection criteria, and the interview structure.",
4
+ "tags": [
5
+ "happy-path"
6
+ ]
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "07-compensation-equity",
3
+ "task": "Review pay equity, promotion leveling, and bonus eligibility for this cohort.",
4
+ "tags": [
5
+ "happy-path"
6
+ ]
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "08-benefits-payroll",
3
+ "task": "Review the payroll process, benefits administration, and a deduction error.",
4
+ "tags": [
5
+ "happy-path"
6
+ ]
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "09-workforce-planning-rif",
3
+ "task": "Review a reduction in force, the restructuring plan, and redeployment options.",
4
+ "tags": [
5
+ "happy-path"
6
+ ]
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "10-learning-policy",
3
+ "task": "Review compliance training, manager enablement, and training completion controls.",
4
+ "tags": [
5
+ "happy-path"
6
+ ]
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "11-analytics-people-data",
3
+ "task": "Review people analytics for algorithmic bias and employee monitoring risk.",
4
+ "tags": [
5
+ "happy-path"
6
+ ]
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "12-culture-dei",
3
+ "task": "Review the inclusion program, belonging signals, and anti-harassment prevention.",
4
+ "tags": [
5
+ "happy-path"
6
+ ]
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "13-hris-process-controls",
3
+ "task": "Review the HRIS workflow, separation of duties, and audit log coverage.",
4
+ "tags": [
5
+ "happy-path"
6
+ ]
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "14-ambiguous",
3
+ "task": "Could you give me an update on the status of things in general?",
4
+ "tags": [
5
+ "ambiguous"
6
+ ]
7
+ }
@@ -0,0 +1,59 @@
1
+ {
2
+ "provider": "hr",
3
+ "domains": {
4
+ "employee-relations": {
5
+ "keywords": ["employee relations", "grievance", "manager behavior"],
6
+ "agent": "hr-employee-relations-agent"
7
+ },
8
+ "workplace-investigations": {
9
+ "keywords": ["workplace investigation", "witness sequencing", "neutrality check"],
10
+ "agent": "hr-workplace-investigations-agent"
11
+ },
12
+ "performance-management": {
13
+ "keywords": ["performance improvement plan", "coaching plan", "calibration"],
14
+ "agent": "hr-performance-management-agent"
15
+ },
16
+ "termination-readiness": {
17
+ "keywords": ["termination readiness", "final-pay dependency", "access removal"],
18
+ "agent": "hr-termination-readiness-agent"
19
+ },
20
+ "leave-accommodation": {
21
+ "keywords": ["leave request", "disability accommodation", "return-to-work"],
22
+ "agent": "hr-leave-accommodation-agent"
23
+ },
24
+ "recruiting-selection": {
25
+ "keywords": ["recruiting workflow", "selection criteria", "interview structure"],
26
+ "agent": "hr-recruiting-selection-agent"
27
+ },
28
+ "compensation-equity": {
29
+ "keywords": ["pay equity", "promotion leveling", "bonus eligibility"],
30
+ "agent": "hr-compensation-equity-agent"
31
+ },
32
+ "benefits-payroll": {
33
+ "keywords": ["payroll process", "benefits administration", "deduction error"],
34
+ "agent": "hr-benefits-payroll-agent"
35
+ },
36
+ "workforce-planning-rif": {
37
+ "keywords": ["reduction in force", "restructuring", "redeployment"],
38
+ "agent": "hr-workforce-planning-rif-agent"
39
+ },
40
+ "learning-policy": {
41
+ "keywords": ["compliance training", "manager enablement", "training completion"],
42
+ "agent": "hr-learning-policy-agent"
43
+ },
44
+ "analytics-people-data": {
45
+ "keywords": ["people analytics", "algorithmic bias", "employee monitoring"],
46
+ "agent": "hr-analytics-people-data-agent"
47
+ },
48
+ "culture-dei": {
49
+ "keywords": ["inclusion program", "belonging", "anti-harassment prevention"],
50
+ "agent": "hr-culture-dei-agent"
51
+ },
52
+ "hris-process-controls": {
53
+ "keywords": ["HRIS workflow", "separation of duties", "audit log"],
54
+ "agent": "hr-hris-process-controls-agent"
55
+ }
56
+ },
57
+ "live_guards": [],
58
+ "parallel_threshold": 0.8
59
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "route": [
3
+ "legal-contract-review-agent"
4
+ ],
5
+ "mode": "single"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "route": [
3
+ "legal-privacy-data-protection-agent"
4
+ ],
5
+ "mode": "single"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "route": [
3
+ "legal-employment-law-risk-agent"
4
+ ],
5
+ "mode": "single"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "route": [
3
+ "legal-litigation-discovery-hold-agent"
4
+ ],
5
+ "mode": "single"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "route": [
3
+ "legal-regulatory-compliance-agent"
4
+ ],
5
+ "mode": "single"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "route": [
3
+ "legal-ip-open-source-agent"
4
+ ],
5
+ "mode": "single"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "route": [
3
+ "legal-vendor-procurement-risk-agent"
4
+ ],
5
+ "mode": "single"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "route": [
3
+ "legal-ethics-investigations-agent"
4
+ ],
5
+ "mode": "single"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "route": [
3
+ "legal-policy-governance-agent"
4
+ ],
5
+ "mode": "single"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "route": [
3
+ "legal-public-disclosure-agent"
4
+ ],
5
+ "mode": "single"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "route": [
3
+ "legal-knowledge-management-agent"
4
+ ],
5
+ "mode": "single"
6
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "route": [],
3
+ "mode": "unclassified"
4
+ }