@raishin/vanguard-frontier-agentic 2.1.0 → 2.3.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 (508) hide show
  1. package/.claude-plugin/plugin.json +39 -1
  2. package/.cursor-plugin/plugin.json +39 -1
  3. package/.github/plugin/marketplace.json +1 -1
  4. package/README.md +140 -31
  5. package/agents/README.md +47 -2
  6. package/agents/dotnet/README.md +57 -0
  7. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/AGENT.md +57 -0
  8. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/claude-code.agent.md +41 -0
  9. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/codex.toml +40 -0
  10. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/copilot.agent.md +41 -0
  11. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/cursor.agent.md +41 -0
  12. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/gemini.agent.md +41 -0
  13. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/kiro-cli.agent.json +5 -0
  14. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/kiro-ide.agent.md +41 -0
  15. package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/metadata.json +41 -0
  16. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/AGENT.md +56 -0
  17. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/claude-code.agent.md +40 -0
  18. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/codex.toml +38 -0
  19. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/copilot.agent.md +40 -0
  20. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/cursor.agent.md +40 -0
  21. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/gemini.agent.md +40 -0
  22. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/kiro-cli.agent.json +5 -0
  23. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/kiro-ide.agent.md +40 -0
  24. package/agents/dotnet/dotnet-aspnetcore-api-review-agent/metadata.json +42 -0
  25. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/AGENT.md +56 -0
  26. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/claude-code.agent.md +40 -0
  27. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/codex.toml +38 -0
  28. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/copilot.agent.md +40 -0
  29. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/cursor.agent.md +40 -0
  30. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/gemini.agent.md +40 -0
  31. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/kiro-cli.agent.json +5 -0
  32. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/kiro-ide.agent.md +40 -0
  33. package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/metadata.json +42 -0
  34. package/agents/dotnet/dotnet-csharp-runtime-review-agent/AGENT.md +56 -0
  35. package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/claude-code.agent.md +39 -0
  36. package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/codex.toml +39 -0
  37. package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/copilot.agent.md +39 -0
  38. package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/cursor.agent.md +39 -0
  39. package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/gemini.agent.md +39 -0
  40. package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/kiro-cli.agent.json +5 -0
  41. package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/kiro-ide.agent.md +39 -0
  42. package/agents/dotnet/dotnet-csharp-runtime-review-agent/metadata.json +42 -0
  43. package/agents/dotnet/dotnet-efcore-data-access-review-agent/AGENT.md +58 -0
  44. package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/claude-code.agent.md +42 -0
  45. package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/codex.toml +41 -0
  46. package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/copilot.agent.md +42 -0
  47. package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/cursor.agent.md +42 -0
  48. package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/gemini.agent.md +42 -0
  49. package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/kiro-cli.agent.json +5 -0
  50. package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/kiro-ide.agent.md +42 -0
  51. package/agents/dotnet/dotnet-efcore-data-access-review-agent/metadata.json +42 -0
  52. package/agents/dotnet/dotnet-maestro-agent/AGENT.md +53 -0
  53. package/agents/dotnet/dotnet-maestro-agent/harnesses/claude-code.agent.md +36 -0
  54. package/agents/dotnet/dotnet-maestro-agent/harnesses/codex.toml +40 -0
  55. package/agents/dotnet/dotnet-maestro-agent/harnesses/copilot.agent.md +36 -0
  56. package/agents/dotnet/dotnet-maestro-agent/harnesses/cursor.agent.md +36 -0
  57. package/agents/dotnet/dotnet-maestro-agent/harnesses/gemini.agent.md +36 -0
  58. package/agents/dotnet/dotnet-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
  59. package/agents/dotnet/dotnet-maestro-agent/harnesses/kiro-ide.agent.md +36 -0
  60. package/agents/dotnet/dotnet-maestro-agent/metadata.json +40 -0
  61. package/agents/dotnet/dotnet-observability-otel-review-agent/AGENT.md +57 -0
  62. package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/claude-code.agent.md +41 -0
  63. package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/codex.toml +40 -0
  64. package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/copilot.agent.md +41 -0
  65. package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/cursor.agent.md +41 -0
  66. package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/gemini.agent.md +41 -0
  67. package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/kiro-cli.agent.json +5 -0
  68. package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/kiro-ide.agent.md +41 -0
  69. package/agents/dotnet/dotnet-observability-otel-review-agent/metadata.json +41 -0
  70. package/agents/dotnet/dotnet-performance-aot-review-agent/AGENT.md +56 -0
  71. package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/claude-code.agent.md +40 -0
  72. package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/codex.toml +39 -0
  73. package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/copilot.agent.md +40 -0
  74. package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/cursor.agent.md +40 -0
  75. package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/gemini.agent.md +40 -0
  76. package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/kiro-cli.agent.json +5 -0
  77. package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/kiro-ide.agent.md +40 -0
  78. package/agents/dotnet/dotnet-performance-aot-review-agent/metadata.json +41 -0
  79. package/agents/dotnet/dotnet-supply-chain-review-agent/AGENT.md +57 -0
  80. package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/claude-code.agent.md +41 -0
  81. package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/codex.toml +40 -0
  82. package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/copilot.agent.md +41 -0
  83. package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/cursor.agent.md +41 -0
  84. package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/gemini.agent.md +41 -0
  85. package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/kiro-cli.agent.json +5 -0
  86. package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/kiro-ide.agent.md +41 -0
  87. package/agents/dotnet/dotnet-supply-chain-review-agent/metadata.json +42 -0
  88. package/agents/dotnet/dotnet-testing-quality-review-agent/AGENT.md +56 -0
  89. package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/claude-code.agent.md +40 -0
  90. package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/codex.toml +39 -0
  91. package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/copilot.agent.md +40 -0
  92. package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/cursor.agent.md +40 -0
  93. package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/gemini.agent.md +40 -0
  94. package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/kiro-cli.agent.json +5 -0
  95. package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/kiro-ide.agent.md +40 -0
  96. package/agents/dotnet/dotnet-testing-quality-review-agent/metadata.json +41 -0
  97. package/agents/hr/README.md +42 -0
  98. package/agents/hr/hr-analytics-people-data-agent/AGENT.md +64 -0
  99. package/agents/hr/hr-analytics-people-data-agent/harnesses/claude-code.agent.md +42 -0
  100. package/agents/hr/hr-analytics-people-data-agent/harnesses/codex.toml +73 -0
  101. package/agents/hr/hr-analytics-people-data-agent/harnesses/copilot.agent.md +42 -0
  102. package/agents/hr/hr-analytics-people-data-agent/harnesses/cursor.agent.md +42 -0
  103. package/agents/hr/hr-analytics-people-data-agent/harnesses/gemini.agent.md +42 -0
  104. package/agents/hr/hr-analytics-people-data-agent/harnesses/kiro-cli.agent.json +5 -0
  105. package/agents/hr/hr-analytics-people-data-agent/harnesses/kiro-ide.agent.md +42 -0
  106. package/agents/hr/hr-analytics-people-data-agent/metadata.json +38 -0
  107. package/agents/hr/hr-benefits-payroll-agent/AGENT.md +64 -0
  108. package/agents/hr/hr-benefits-payroll-agent/harnesses/claude-code.agent.md +42 -0
  109. package/agents/hr/hr-benefits-payroll-agent/harnesses/codex.toml +72 -0
  110. package/agents/hr/hr-benefits-payroll-agent/harnesses/copilot.agent.md +42 -0
  111. package/agents/hr/hr-benefits-payroll-agent/harnesses/cursor.agent.md +42 -0
  112. package/agents/hr/hr-benefits-payroll-agent/harnesses/gemini.agent.md +42 -0
  113. package/agents/hr/hr-benefits-payroll-agent/harnesses/kiro-cli.agent.json +5 -0
  114. package/agents/hr/hr-benefits-payroll-agent/harnesses/kiro-ide.agent.md +42 -0
  115. package/agents/hr/hr-benefits-payroll-agent/metadata.json +38 -0
  116. package/agents/hr/hr-compensation-equity-agent/AGENT.md +64 -0
  117. package/agents/hr/hr-compensation-equity-agent/harnesses/claude-code.agent.md +42 -0
  118. package/agents/hr/hr-compensation-equity-agent/harnesses/codex.toml +75 -0
  119. package/agents/hr/hr-compensation-equity-agent/harnesses/copilot.agent.md +42 -0
  120. package/agents/hr/hr-compensation-equity-agent/harnesses/cursor.agent.md +42 -0
  121. package/agents/hr/hr-compensation-equity-agent/harnesses/gemini.agent.md +42 -0
  122. package/agents/hr/hr-compensation-equity-agent/harnesses/kiro-cli.agent.json +5 -0
  123. package/agents/hr/hr-compensation-equity-agent/harnesses/kiro-ide.agent.md +42 -0
  124. package/agents/hr/hr-compensation-equity-agent/metadata.json +38 -0
  125. package/agents/hr/hr-culture-dei-agent/AGENT.md +64 -0
  126. package/agents/hr/hr-culture-dei-agent/harnesses/claude-code.agent.md +42 -0
  127. package/agents/hr/hr-culture-dei-agent/harnesses/codex.toml +73 -0
  128. package/agents/hr/hr-culture-dei-agent/harnesses/copilot.agent.md +42 -0
  129. package/agents/hr/hr-culture-dei-agent/harnesses/cursor.agent.md +42 -0
  130. package/agents/hr/hr-culture-dei-agent/harnesses/gemini.agent.md +42 -0
  131. package/agents/hr/hr-culture-dei-agent/harnesses/kiro-cli.agent.json +5 -0
  132. package/agents/hr/hr-culture-dei-agent/harnesses/kiro-ide.agent.md +42 -0
  133. package/agents/hr/hr-culture-dei-agent/metadata.json +38 -0
  134. package/agents/hr/hr-employee-relations-agent/AGENT.md +64 -0
  135. package/agents/hr/hr-employee-relations-agent/harnesses/claude-code.agent.md +42 -0
  136. package/agents/hr/hr-employee-relations-agent/harnesses/codex.toml +73 -0
  137. package/agents/hr/hr-employee-relations-agent/harnesses/copilot.agent.md +42 -0
  138. package/agents/hr/hr-employee-relations-agent/harnesses/cursor.agent.md +42 -0
  139. package/agents/hr/hr-employee-relations-agent/harnesses/gemini.agent.md +42 -0
  140. package/agents/hr/hr-employee-relations-agent/harnesses/kiro-cli.agent.json +5 -0
  141. package/agents/hr/hr-employee-relations-agent/harnesses/kiro-ide.agent.md +42 -0
  142. package/agents/hr/hr-employee-relations-agent/metadata.json +38 -0
  143. package/agents/hr/hr-hris-process-controls-agent/AGENT.md +64 -0
  144. package/agents/hr/hr-hris-process-controls-agent/harnesses/claude-code.agent.md +42 -0
  145. package/agents/hr/hr-hris-process-controls-agent/harnesses/codex.toml +73 -0
  146. package/agents/hr/hr-hris-process-controls-agent/harnesses/copilot.agent.md +42 -0
  147. package/agents/hr/hr-hris-process-controls-agent/harnesses/cursor.agent.md +42 -0
  148. package/agents/hr/hr-hris-process-controls-agent/harnesses/gemini.agent.md +42 -0
  149. package/agents/hr/hr-hris-process-controls-agent/harnesses/kiro-cli.agent.json +5 -0
  150. package/agents/hr/hr-hris-process-controls-agent/harnesses/kiro-ide.agent.md +42 -0
  151. package/agents/hr/hr-hris-process-controls-agent/metadata.json +38 -0
  152. package/agents/hr/hr-learning-policy-agent/AGENT.md +64 -0
  153. package/agents/hr/hr-learning-policy-agent/harnesses/claude-code.agent.md +42 -0
  154. package/agents/hr/hr-learning-policy-agent/harnesses/codex.toml +73 -0
  155. package/agents/hr/hr-learning-policy-agent/harnesses/copilot.agent.md +42 -0
  156. package/agents/hr/hr-learning-policy-agent/harnesses/cursor.agent.md +42 -0
  157. package/agents/hr/hr-learning-policy-agent/harnesses/gemini.agent.md +42 -0
  158. package/agents/hr/hr-learning-policy-agent/harnesses/kiro-cli.agent.json +5 -0
  159. package/agents/hr/hr-learning-policy-agent/harnesses/kiro-ide.agent.md +42 -0
  160. package/agents/hr/hr-learning-policy-agent/metadata.json +38 -0
  161. package/agents/hr/hr-leave-accommodation-agent/AGENT.md +64 -0
  162. package/agents/hr/hr-leave-accommodation-agent/harnesses/claude-code.agent.md +42 -0
  163. package/agents/hr/hr-leave-accommodation-agent/harnesses/codex.toml +76 -0
  164. package/agents/hr/hr-leave-accommodation-agent/harnesses/copilot.agent.md +42 -0
  165. package/agents/hr/hr-leave-accommodation-agent/harnesses/cursor.agent.md +42 -0
  166. package/agents/hr/hr-leave-accommodation-agent/harnesses/gemini.agent.md +42 -0
  167. package/agents/hr/hr-leave-accommodation-agent/harnesses/kiro-cli.agent.json +5 -0
  168. package/agents/hr/hr-leave-accommodation-agent/harnesses/kiro-ide.agent.md +42 -0
  169. package/agents/hr/hr-leave-accommodation-agent/metadata.json +38 -0
  170. package/agents/hr/hr-maestro-agent/AGENT.md +84 -0
  171. package/agents/hr/hr-maestro-agent/harnesses/claude-code.agent.md +61 -0
  172. package/agents/hr/hr-maestro-agent/harnesses/codex.toml +66 -0
  173. package/agents/hr/hr-maestro-agent/harnesses/copilot.agent.md +61 -0
  174. package/agents/hr/hr-maestro-agent/harnesses/cursor.agent.md +61 -0
  175. package/agents/hr/hr-maestro-agent/harnesses/gemini.agent.md +61 -0
  176. package/agents/hr/hr-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
  177. package/agents/hr/hr-maestro-agent/harnesses/kiro-ide.agent.md +61 -0
  178. package/agents/hr/hr-maestro-agent/metadata.json +38 -0
  179. package/agents/hr/hr-performance-management-agent/AGENT.md +64 -0
  180. package/agents/hr/hr-performance-management-agent/harnesses/claude-code.agent.md +42 -0
  181. package/agents/hr/hr-performance-management-agent/harnesses/codex.toml +77 -0
  182. package/agents/hr/hr-performance-management-agent/harnesses/copilot.agent.md +42 -0
  183. package/agents/hr/hr-performance-management-agent/harnesses/cursor.agent.md +42 -0
  184. package/agents/hr/hr-performance-management-agent/harnesses/gemini.agent.md +42 -0
  185. package/agents/hr/hr-performance-management-agent/harnesses/kiro-cli.agent.json +5 -0
  186. package/agents/hr/hr-performance-management-agent/harnesses/kiro-ide.agent.md +42 -0
  187. package/agents/hr/hr-performance-management-agent/metadata.json +38 -0
  188. package/agents/hr/hr-recruiting-selection-agent/AGENT.md +64 -0
  189. package/agents/hr/hr-recruiting-selection-agent/harnesses/claude-code.agent.md +42 -0
  190. package/agents/hr/hr-recruiting-selection-agent/harnesses/codex.toml +74 -0
  191. package/agents/hr/hr-recruiting-selection-agent/harnesses/copilot.agent.md +42 -0
  192. package/agents/hr/hr-recruiting-selection-agent/harnesses/cursor.agent.md +42 -0
  193. package/agents/hr/hr-recruiting-selection-agent/harnesses/gemini.agent.md +42 -0
  194. package/agents/hr/hr-recruiting-selection-agent/harnesses/kiro-cli.agent.json +5 -0
  195. package/agents/hr/hr-recruiting-selection-agent/harnesses/kiro-ide.agent.md +42 -0
  196. package/agents/hr/hr-recruiting-selection-agent/metadata.json +38 -0
  197. package/agents/hr/hr-risk-triage-review-agent/AGENT.md +57 -0
  198. package/agents/hr/hr-risk-triage-review-agent/harnesses/claude-code.agent.md +41 -0
  199. package/agents/hr/hr-risk-triage-review-agent/harnesses/codex.toml +38 -0
  200. package/agents/hr/hr-risk-triage-review-agent/harnesses/copilot.agent.md +41 -0
  201. package/agents/hr/hr-risk-triage-review-agent/harnesses/cursor.agent.md +41 -0
  202. package/agents/hr/hr-risk-triage-review-agent/harnesses/gemini.agent.md +41 -0
  203. package/agents/hr/hr-risk-triage-review-agent/harnesses/kiro-cli.agent.json +5 -0
  204. package/agents/hr/hr-risk-triage-review-agent/harnesses/kiro-ide.agent.md +41 -0
  205. package/agents/hr/hr-risk-triage-review-agent/metadata.json +43 -0
  206. package/agents/hr/hr-termination-readiness-agent/AGENT.md +64 -0
  207. package/agents/hr/hr-termination-readiness-agent/harnesses/claude-code.agent.md +42 -0
  208. package/agents/hr/hr-termination-readiness-agent/harnesses/codex.toml +76 -0
  209. package/agents/hr/hr-termination-readiness-agent/harnesses/copilot.agent.md +42 -0
  210. package/agents/hr/hr-termination-readiness-agent/harnesses/cursor.agent.md +42 -0
  211. package/agents/hr/hr-termination-readiness-agent/harnesses/gemini.agent.md +42 -0
  212. package/agents/hr/hr-termination-readiness-agent/harnesses/kiro-cli.agent.json +5 -0
  213. package/agents/hr/hr-termination-readiness-agent/harnesses/kiro-ide.agent.md +42 -0
  214. package/agents/hr/hr-termination-readiness-agent/metadata.json +38 -0
  215. package/agents/hr/hr-workforce-planning-rif-agent/AGENT.md +64 -0
  216. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/claude-code.agent.md +42 -0
  217. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/codex.toml +74 -0
  218. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/copilot.agent.md +42 -0
  219. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/cursor.agent.md +42 -0
  220. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/gemini.agent.md +42 -0
  221. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/kiro-cli.agent.json +5 -0
  222. package/agents/hr/hr-workforce-planning-rif-agent/harnesses/kiro-ide.agent.md +42 -0
  223. package/agents/hr/hr-workforce-planning-rif-agent/metadata.json +38 -0
  224. package/agents/hr/hr-workplace-investigations-agent/AGENT.md +64 -0
  225. package/agents/hr/hr-workplace-investigations-agent/harnesses/claude-code.agent.md +42 -0
  226. package/agents/hr/hr-workplace-investigations-agent/harnesses/codex.toml +77 -0
  227. package/agents/hr/hr-workplace-investigations-agent/harnesses/copilot.agent.md +42 -0
  228. package/agents/hr/hr-workplace-investigations-agent/harnesses/cursor.agent.md +42 -0
  229. package/agents/hr/hr-workplace-investigations-agent/harnesses/gemini.agent.md +42 -0
  230. package/agents/hr/hr-workplace-investigations-agent/harnesses/kiro-cli.agent.json +5 -0
  231. package/agents/hr/hr-workplace-investigations-agent/harnesses/kiro-ide.agent.md +42 -0
  232. package/agents/hr/hr-workplace-investigations-agent/metadata.json +38 -0
  233. package/agents/legal/README.md +41 -0
  234. package/agents/legal/legal-contract-review-agent/AGENT.md +61 -0
  235. package/agents/legal/legal-contract-review-agent/harnesses/claude-code.agent.md +42 -0
  236. package/agents/legal/legal-contract-review-agent/harnesses/codex.toml +76 -0
  237. package/agents/legal/legal-contract-review-agent/harnesses/copilot.agent.md +42 -0
  238. package/agents/legal/legal-contract-review-agent/harnesses/cursor.agent.md +42 -0
  239. package/agents/legal/legal-contract-review-agent/harnesses/gemini.agent.md +42 -0
  240. package/agents/legal/legal-contract-review-agent/harnesses/kiro-cli.agent.json +5 -0
  241. package/agents/legal/legal-contract-review-agent/harnesses/kiro-ide.agent.md +42 -0
  242. package/agents/legal/legal-contract-review-agent/metadata.json +38 -0
  243. package/agents/legal/legal-counsel-review-agent/AGENT.md +55 -0
  244. package/agents/legal/legal-counsel-review-agent/harnesses/claude-code.agent.md +39 -0
  245. package/agents/legal/legal-counsel-review-agent/harnesses/codex.toml +36 -0
  246. package/agents/legal/legal-counsel-review-agent/harnesses/copilot.agent.md +39 -0
  247. package/agents/legal/legal-counsel-review-agent/harnesses/cursor.agent.md +39 -0
  248. package/agents/legal/legal-counsel-review-agent/harnesses/gemini.agent.md +39 -0
  249. package/agents/legal/legal-counsel-review-agent/harnesses/kiro-cli.agent.json +5 -0
  250. package/agents/legal/legal-counsel-review-agent/harnesses/kiro-ide.agent.md +39 -0
  251. package/agents/legal/legal-counsel-review-agent/metadata.json +43 -0
  252. package/agents/legal/legal-employment-law-risk-agent/AGENT.md +61 -0
  253. package/agents/legal/legal-employment-law-risk-agent/harnesses/claude-code.agent.md +42 -0
  254. package/agents/legal/legal-employment-law-risk-agent/harnesses/codex.toml +78 -0
  255. package/agents/legal/legal-employment-law-risk-agent/harnesses/copilot.agent.md +42 -0
  256. package/agents/legal/legal-employment-law-risk-agent/harnesses/cursor.agent.md +42 -0
  257. package/agents/legal/legal-employment-law-risk-agent/harnesses/gemini.agent.md +42 -0
  258. package/agents/legal/legal-employment-law-risk-agent/harnesses/kiro-cli.agent.json +5 -0
  259. package/agents/legal/legal-employment-law-risk-agent/harnesses/kiro-ide.agent.md +42 -0
  260. package/agents/legal/legal-employment-law-risk-agent/metadata.json +38 -0
  261. package/agents/legal/legal-ethics-investigations-agent/AGENT.md +61 -0
  262. package/agents/legal/legal-ethics-investigations-agent/harnesses/claude-code.agent.md +42 -0
  263. package/agents/legal/legal-ethics-investigations-agent/harnesses/codex.toml +70 -0
  264. package/agents/legal/legal-ethics-investigations-agent/harnesses/copilot.agent.md +42 -0
  265. package/agents/legal/legal-ethics-investigations-agent/harnesses/cursor.agent.md +42 -0
  266. package/agents/legal/legal-ethics-investigations-agent/harnesses/gemini.agent.md +42 -0
  267. package/agents/legal/legal-ethics-investigations-agent/harnesses/kiro-cli.agent.json +5 -0
  268. package/agents/legal/legal-ethics-investigations-agent/harnesses/kiro-ide.agent.md +42 -0
  269. package/agents/legal/legal-ethics-investigations-agent/metadata.json +38 -0
  270. package/agents/legal/legal-ip-open-source-agent/AGENT.md +61 -0
  271. package/agents/legal/legal-ip-open-source-agent/harnesses/claude-code.agent.md +42 -0
  272. package/agents/legal/legal-ip-open-source-agent/harnesses/codex.toml +78 -0
  273. package/agents/legal/legal-ip-open-source-agent/harnesses/copilot.agent.md +42 -0
  274. package/agents/legal/legal-ip-open-source-agent/harnesses/cursor.agent.md +42 -0
  275. package/agents/legal/legal-ip-open-source-agent/harnesses/gemini.agent.md +42 -0
  276. package/agents/legal/legal-ip-open-source-agent/harnesses/kiro-cli.agent.json +5 -0
  277. package/agents/legal/legal-ip-open-source-agent/harnesses/kiro-ide.agent.md +42 -0
  278. package/agents/legal/legal-ip-open-source-agent/metadata.json +38 -0
  279. package/agents/legal/legal-knowledge-management-agent/AGENT.md +61 -0
  280. package/agents/legal/legal-knowledge-management-agent/harnesses/claude-code.agent.md +42 -0
  281. package/agents/legal/legal-knowledge-management-agent/harnesses/codex.toml +68 -0
  282. package/agents/legal/legal-knowledge-management-agent/harnesses/copilot.agent.md +42 -0
  283. package/agents/legal/legal-knowledge-management-agent/harnesses/cursor.agent.md +42 -0
  284. package/agents/legal/legal-knowledge-management-agent/harnesses/gemini.agent.md +42 -0
  285. package/agents/legal/legal-knowledge-management-agent/harnesses/kiro-cli.agent.json +5 -0
  286. package/agents/legal/legal-knowledge-management-agent/harnesses/kiro-ide.agent.md +42 -0
  287. package/agents/legal/legal-knowledge-management-agent/metadata.json +38 -0
  288. package/agents/legal/legal-litigation-discovery-hold-agent/AGENT.md +61 -0
  289. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/claude-code.agent.md +42 -0
  290. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/codex.toml +78 -0
  291. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/copilot.agent.md +42 -0
  292. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/cursor.agent.md +42 -0
  293. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/gemini.agent.md +42 -0
  294. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/kiro-cli.agent.json +5 -0
  295. package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/kiro-ide.agent.md +42 -0
  296. package/agents/legal/legal-litigation-discovery-hold-agent/metadata.json +38 -0
  297. package/agents/legal/legal-maestro-agent/AGENT.md +78 -0
  298. package/agents/legal/legal-maestro-agent/harnesses/claude-code.agent.md +56 -0
  299. package/agents/legal/legal-maestro-agent/harnesses/codex.toml +61 -0
  300. package/agents/legal/legal-maestro-agent/harnesses/copilot.agent.md +56 -0
  301. package/agents/legal/legal-maestro-agent/harnesses/cursor.agent.md +56 -0
  302. package/agents/legal/legal-maestro-agent/harnesses/gemini.agent.md +56 -0
  303. package/agents/legal/legal-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
  304. package/agents/legal/legal-maestro-agent/harnesses/kiro-ide.agent.md +56 -0
  305. package/agents/legal/legal-maestro-agent/metadata.json +38 -0
  306. package/agents/legal/legal-policy-governance-agent/AGENT.md +61 -0
  307. package/agents/legal/legal-policy-governance-agent/harnesses/claude-code.agent.md +42 -0
  308. package/agents/legal/legal-policy-governance-agent/harnesses/codex.toml +68 -0
  309. package/agents/legal/legal-policy-governance-agent/harnesses/copilot.agent.md +42 -0
  310. package/agents/legal/legal-policy-governance-agent/harnesses/cursor.agent.md +42 -0
  311. package/agents/legal/legal-policy-governance-agent/harnesses/gemini.agent.md +42 -0
  312. package/agents/legal/legal-policy-governance-agent/harnesses/kiro-cli.agent.json +5 -0
  313. package/agents/legal/legal-policy-governance-agent/harnesses/kiro-ide.agent.md +42 -0
  314. package/agents/legal/legal-policy-governance-agent/metadata.json +38 -0
  315. package/agents/legal/legal-privacy-data-protection-agent/AGENT.md +61 -0
  316. package/agents/legal/legal-privacy-data-protection-agent/harnesses/claude-code.agent.md +42 -0
  317. package/agents/legal/legal-privacy-data-protection-agent/harnesses/codex.toml +79 -0
  318. package/agents/legal/legal-privacy-data-protection-agent/harnesses/copilot.agent.md +42 -0
  319. package/agents/legal/legal-privacy-data-protection-agent/harnesses/cursor.agent.md +42 -0
  320. package/agents/legal/legal-privacy-data-protection-agent/harnesses/gemini.agent.md +42 -0
  321. package/agents/legal/legal-privacy-data-protection-agent/harnesses/kiro-cli.agent.json +5 -0
  322. package/agents/legal/legal-privacy-data-protection-agent/harnesses/kiro-ide.agent.md +42 -0
  323. package/agents/legal/legal-privacy-data-protection-agent/metadata.json +38 -0
  324. package/agents/legal/legal-public-disclosure-agent/AGENT.md +61 -0
  325. package/agents/legal/legal-public-disclosure-agent/harnesses/claude-code.agent.md +42 -0
  326. package/agents/legal/legal-public-disclosure-agent/harnesses/codex.toml +69 -0
  327. package/agents/legal/legal-public-disclosure-agent/harnesses/copilot.agent.md +42 -0
  328. package/agents/legal/legal-public-disclosure-agent/harnesses/cursor.agent.md +42 -0
  329. package/agents/legal/legal-public-disclosure-agent/harnesses/gemini.agent.md +42 -0
  330. package/agents/legal/legal-public-disclosure-agent/harnesses/kiro-cli.agent.json +5 -0
  331. package/agents/legal/legal-public-disclosure-agent/harnesses/kiro-ide.agent.md +42 -0
  332. package/agents/legal/legal-public-disclosure-agent/metadata.json +38 -0
  333. package/agents/legal/legal-regulatory-compliance-agent/AGENT.md +61 -0
  334. package/agents/legal/legal-regulatory-compliance-agent/harnesses/claude-code.agent.md +42 -0
  335. package/agents/legal/legal-regulatory-compliance-agent/harnesses/codex.toml +77 -0
  336. package/agents/legal/legal-regulatory-compliance-agent/harnesses/copilot.agent.md +42 -0
  337. package/agents/legal/legal-regulatory-compliance-agent/harnesses/cursor.agent.md +42 -0
  338. package/agents/legal/legal-regulatory-compliance-agent/harnesses/gemini.agent.md +42 -0
  339. package/agents/legal/legal-regulatory-compliance-agent/harnesses/kiro-cli.agent.json +5 -0
  340. package/agents/legal/legal-regulatory-compliance-agent/harnesses/kiro-ide.agent.md +42 -0
  341. package/agents/legal/legal-regulatory-compliance-agent/metadata.json +38 -0
  342. package/agents/legal/legal-vendor-procurement-risk-agent/AGENT.md +61 -0
  343. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/claude-code.agent.md +42 -0
  344. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/codex.toml +67 -0
  345. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/copilot.agent.md +42 -0
  346. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/cursor.agent.md +42 -0
  347. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/gemini.agent.md +42 -0
  348. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/kiro-cli.agent.json +5 -0
  349. package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/kiro-ide.agent.md +42 -0
  350. package/agents/legal/legal-vendor-procurement-risk-agent/metadata.json +38 -0
  351. package/catalog/agents.json +1332 -332
  352. package/catalog/asset-integrity.json +4160 -1990
  353. package/catalog/install-roles.json +69 -0
  354. package/catalog/skill-manifest.json +390 -0
  355. package/catalog/skills.json +410 -0
  356. package/package.json +1 -1
  357. package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +1 -1
  358. package/schemas/agent.schema.json +4 -1
  359. package/schemas/skill.schema.json +4 -1
  360. package/scripts/export-marketplace-agents.mjs +13 -1
  361. package/skills/cross-functional/legal-hr-case-capsule/README.md +45 -0
  362. package/skills/cross-functional/legal-hr-case-capsule/SKILL.md +79 -0
  363. package/skills/cross-functional/legal-hr-case-capsule/metadata.json +19 -0
  364. package/skills/cross-functional/legal-hr-case-capsule/references/capsule-schema.md +110 -0
  365. package/skills/cross-functional/legal-hr-risk-taxonomy/README.md +97 -0
  366. package/skills/cross-functional/legal-hr-risk-taxonomy/SKILL.md +89 -0
  367. package/skills/cross-functional/legal-hr-risk-taxonomy/metadata.json +19 -0
  368. package/skills/cross-functional/legal-hr-risk-taxonomy/references/risk-labels.md +91 -0
  369. package/skills/cross-functional/legal-hr-routing-protocol/README.md +68 -0
  370. package/skills/cross-functional/legal-hr-routing-protocol/SKILL.md +92 -0
  371. package/skills/cross-functional/legal-hr-routing-protocol/metadata.json +19 -0
  372. package/skills/cross-functional/legal-hr-routing-protocol/references/handoff-matrix.md +48 -0
  373. package/skills/dotnet/dotnet-aspire-cloud-native-review/SKILL.md +53 -0
  374. package/skills/dotnet/dotnet-aspire-cloud-native-review/metadata.json +27 -0
  375. package/skills/dotnet/dotnet-aspire-cloud-native-review/references/workflow-and-output.md +115 -0
  376. package/skills/dotnet/dotnet-aspnetcore-api-review/SKILL.md +53 -0
  377. package/skills/dotnet/dotnet-aspnetcore-api-review/metadata.json +28 -0
  378. package/skills/dotnet/dotnet-aspnetcore-api-review/references/workflow-and-output.md +115 -0
  379. package/skills/dotnet/dotnet-aspnetcore-identity-authz-review/SKILL.md +48 -0
  380. package/skills/dotnet/dotnet-aspnetcore-identity-authz-review/metadata.json +28 -0
  381. package/skills/dotnet/dotnet-aspnetcore-identity-authz-review/references/workflow-and-output.md +125 -0
  382. package/skills/dotnet/dotnet-csharp-runtime-review/SKILL.md +56 -0
  383. package/skills/dotnet/dotnet-csharp-runtime-review/metadata.json +28 -0
  384. package/skills/dotnet/dotnet-csharp-runtime-review/references/workflow-and-output.md +141 -0
  385. package/skills/dotnet/dotnet-efcore-data-access-review/SKILL.md +57 -0
  386. package/skills/dotnet/dotnet-efcore-data-access-review/metadata.json +28 -0
  387. package/skills/dotnet/dotnet-efcore-data-access-review/references/workflow-and-output.md +140 -0
  388. package/skills/dotnet/dotnet-maestro/SKILL.md +106 -0
  389. package/skills/dotnet/dotnet-maestro/metadata.json +26 -0
  390. package/skills/dotnet/dotnet-observability-otel-review/SKILL.md +53 -0
  391. package/skills/dotnet/dotnet-observability-otel-review/metadata.json +27 -0
  392. package/skills/dotnet/dotnet-observability-otel-review/references/workflow-and-output.md +119 -0
  393. package/skills/dotnet/dotnet-performance-aot-review/SKILL.md +53 -0
  394. package/skills/dotnet/dotnet-performance-aot-review/metadata.json +27 -0
  395. package/skills/dotnet/dotnet-performance-aot-review/references/workflow-and-output.md +123 -0
  396. package/skills/dotnet/dotnet-supply-chain-review/SKILL.md +55 -0
  397. package/skills/dotnet/dotnet-supply-chain-review/metadata.json +28 -0
  398. package/skills/dotnet/dotnet-supply-chain-review/references/workflow-and-output.md +132 -0
  399. package/skills/dotnet/dotnet-testing-quality-review/SKILL.md +54 -0
  400. package/skills/dotnet/dotnet-testing-quality-review/metadata.json +27 -0
  401. package/skills/dotnet/dotnet-testing-quality-review/references/workflow-and-output.md +142 -0
  402. package/skills/hr/hr-risk-triage-review/SKILL.md +60 -0
  403. package/skills/hr/hr-risk-triage-review/metadata.json +29 -0
  404. package/skills/hr/hr-risk-triage-review/references/jurisdictions/australia.md +111 -0
  405. package/skills/hr/hr-risk-triage-review/references/jurisdictions/eu.md +97 -0
  406. package/skills/hr/hr-risk-triage-review/references/jurisdictions/singapore.md +102 -0
  407. package/skills/hr/hr-risk-triage-review/references/jurisdictions/uk.md +100 -0
  408. package/skills/hr/hr-risk-triage-review/references/jurisdictions/us.md +100 -0
  409. package/skills/hr/hr-risk-triage-review/references/workflow-and-output.md +176 -0
  410. package/skills/legal/legal-counsel-review/SKILL.md +50 -0
  411. package/skills/legal/legal-counsel-review/metadata.json +29 -0
  412. package/skills/legal/legal-counsel-review/references/jurisdictions/australia.md +86 -0
  413. package/skills/legal/legal-counsel-review/references/jurisdictions/eu.md +77 -0
  414. package/skills/legal/legal-counsel-review/references/jurisdictions/singapore.md +76 -0
  415. package/skills/legal/legal-counsel-review/references/jurisdictions/uk.md +81 -0
  416. package/skills/legal/legal-counsel-review/references/jurisdictions/us.md +100 -0
  417. package/skills/legal/legal-counsel-review/references/workflow-and-output.md +148 -0
  418. package/tests/fixtures/dotnet-maestro-routing/expected/01-csharp-runtime.json +6 -0
  419. package/tests/fixtures/dotnet-maestro-routing/expected/02-aspnetcore-api.json +6 -0
  420. package/tests/fixtures/dotnet-maestro-routing/expected/03-identity-authz.json +6 -0
  421. package/tests/fixtures/dotnet-maestro-routing/expected/04-efcore-data.json +6 -0
  422. package/tests/fixtures/dotnet-maestro-routing/expected/05-testing-quality.json +6 -0
  423. package/tests/fixtures/dotnet-maestro-routing/expected/06-supply-chain.json +6 -0
  424. package/tests/fixtures/dotnet-maestro-routing/expected/07-performance-aot.json +6 -0
  425. package/tests/fixtures/dotnet-maestro-routing/expected/08-observability-otel.json +6 -0
  426. package/tests/fixtures/dotnet-maestro-routing/expected/09-aspire-cloud-native.json +6 -0
  427. package/tests/fixtures/dotnet-maestro-routing/expected/10-multi-domain.json +7 -0
  428. package/tests/fixtures/dotnet-maestro-routing/expected/11-ambiguous.json +4 -0
  429. package/tests/fixtures/dotnet-maestro-routing/expected/adv-ambiguous-near-miss.json +4 -0
  430. package/tests/fixtures/dotnet-maestro-routing/expected/adv-instruction-injection.json +6 -0
  431. package/tests/fixtures/dotnet-maestro-routing/expected/adv-live-guard-bypass.json +4 -0
  432. package/tests/fixtures/dotnet-maestro-routing/expected/adv-parallel-saturation.json +9 -0
  433. package/tests/fixtures/dotnet-maestro-routing/expected/adv-persona-replacement.json +6 -0
  434. package/tests/fixtures/dotnet-maestro-routing/expected/adv-secrets-bait.json +6 -0
  435. package/tests/fixtures/dotnet-maestro-routing/inputs/01-csharp-runtime.json +7 -0
  436. package/tests/fixtures/dotnet-maestro-routing/inputs/02-aspnetcore-api.json +7 -0
  437. package/tests/fixtures/dotnet-maestro-routing/inputs/03-identity-authz.json +7 -0
  438. package/tests/fixtures/dotnet-maestro-routing/inputs/04-efcore-data.json +7 -0
  439. package/tests/fixtures/dotnet-maestro-routing/inputs/05-testing-quality.json +7 -0
  440. package/tests/fixtures/dotnet-maestro-routing/inputs/06-supply-chain.json +7 -0
  441. package/tests/fixtures/dotnet-maestro-routing/inputs/07-performance-aot.json +7 -0
  442. package/tests/fixtures/dotnet-maestro-routing/inputs/08-observability-otel.json +7 -0
  443. package/tests/fixtures/dotnet-maestro-routing/inputs/09-aspire-cloud-native.json +7 -0
  444. package/tests/fixtures/dotnet-maestro-routing/inputs/10-multi-domain.json +7 -0
  445. package/tests/fixtures/dotnet-maestro-routing/inputs/11-ambiguous.json +7 -0
  446. package/tests/fixtures/dotnet-maestro-routing/inputs/adv-ambiguous-near-miss.json +7 -0
  447. package/tests/fixtures/dotnet-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  448. package/tests/fixtures/dotnet-maestro-routing/inputs/adv-live-guard-bypass.json +7 -0
  449. package/tests/fixtures/dotnet-maestro-routing/inputs/adv-parallel-saturation.json +7 -0
  450. package/tests/fixtures/dotnet-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  451. package/tests/fixtures/dotnet-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  452. package/tests/fixtures/dotnet-maestro-routing/taxonomy.json +99 -0
  453. package/tests/fixtures/hr-maestro-routing/expected/01-employee-relations.json +6 -0
  454. package/tests/fixtures/hr-maestro-routing/expected/02-workplace-investigations.json +6 -0
  455. package/tests/fixtures/hr-maestro-routing/expected/03-performance-management.json +6 -0
  456. package/tests/fixtures/hr-maestro-routing/expected/04-termination-readiness.json +6 -0
  457. package/tests/fixtures/hr-maestro-routing/expected/05-leave-accommodation.json +6 -0
  458. package/tests/fixtures/hr-maestro-routing/expected/06-recruiting-selection.json +6 -0
  459. package/tests/fixtures/hr-maestro-routing/expected/07-compensation-equity.json +6 -0
  460. package/tests/fixtures/hr-maestro-routing/expected/08-benefits-payroll.json +6 -0
  461. package/tests/fixtures/hr-maestro-routing/expected/09-workforce-planning-rif.json +6 -0
  462. package/tests/fixtures/hr-maestro-routing/expected/10-learning-policy.json +6 -0
  463. package/tests/fixtures/hr-maestro-routing/expected/11-analytics-people-data.json +6 -0
  464. package/tests/fixtures/hr-maestro-routing/expected/12-culture-dei.json +6 -0
  465. package/tests/fixtures/hr-maestro-routing/expected/13-hris-process-controls.json +6 -0
  466. package/tests/fixtures/hr-maestro-routing/expected/14-ambiguous.json +4 -0
  467. package/tests/fixtures/hr-maestro-routing/inputs/01-employee-relations.json +7 -0
  468. package/tests/fixtures/hr-maestro-routing/inputs/02-workplace-investigations.json +7 -0
  469. package/tests/fixtures/hr-maestro-routing/inputs/03-performance-management.json +7 -0
  470. package/tests/fixtures/hr-maestro-routing/inputs/04-termination-readiness.json +7 -0
  471. package/tests/fixtures/hr-maestro-routing/inputs/05-leave-accommodation.json +7 -0
  472. package/tests/fixtures/hr-maestro-routing/inputs/06-recruiting-selection.json +7 -0
  473. package/tests/fixtures/hr-maestro-routing/inputs/07-compensation-equity.json +7 -0
  474. package/tests/fixtures/hr-maestro-routing/inputs/08-benefits-payroll.json +7 -0
  475. package/tests/fixtures/hr-maestro-routing/inputs/09-workforce-planning-rif.json +7 -0
  476. package/tests/fixtures/hr-maestro-routing/inputs/10-learning-policy.json +7 -0
  477. package/tests/fixtures/hr-maestro-routing/inputs/11-analytics-people-data.json +7 -0
  478. package/tests/fixtures/hr-maestro-routing/inputs/12-culture-dei.json +7 -0
  479. package/tests/fixtures/hr-maestro-routing/inputs/13-hris-process-controls.json +7 -0
  480. package/tests/fixtures/hr-maestro-routing/inputs/14-ambiguous.json +7 -0
  481. package/tests/fixtures/hr-maestro-routing/taxonomy.json +59 -0
  482. package/tests/fixtures/legal-maestro-routing/expected/01-contract-review.json +6 -0
  483. package/tests/fixtures/legal-maestro-routing/expected/02-privacy-data-protection.json +6 -0
  484. package/tests/fixtures/legal-maestro-routing/expected/03-employment-law-risk.json +6 -0
  485. package/tests/fixtures/legal-maestro-routing/expected/04-litigation-discovery-hold.json +6 -0
  486. package/tests/fixtures/legal-maestro-routing/expected/05-regulatory-compliance.json +6 -0
  487. package/tests/fixtures/legal-maestro-routing/expected/06-ip-open-source.json +6 -0
  488. package/tests/fixtures/legal-maestro-routing/expected/07-vendor-procurement-risk.json +6 -0
  489. package/tests/fixtures/legal-maestro-routing/expected/08-ethics-investigations.json +6 -0
  490. package/tests/fixtures/legal-maestro-routing/expected/09-policy-governance.json +6 -0
  491. package/tests/fixtures/legal-maestro-routing/expected/10-public-disclosure.json +6 -0
  492. package/tests/fixtures/legal-maestro-routing/expected/11-knowledge-management.json +6 -0
  493. package/tests/fixtures/legal-maestro-routing/expected/12-ambiguous.json +4 -0
  494. package/tests/fixtures/legal-maestro-routing/inputs/01-contract-review.json +7 -0
  495. package/tests/fixtures/legal-maestro-routing/inputs/02-privacy-data-protection.json +7 -0
  496. package/tests/fixtures/legal-maestro-routing/inputs/03-employment-law-risk.json +7 -0
  497. package/tests/fixtures/legal-maestro-routing/inputs/04-litigation-discovery-hold.json +7 -0
  498. package/tests/fixtures/legal-maestro-routing/inputs/05-regulatory-compliance.json +7 -0
  499. package/tests/fixtures/legal-maestro-routing/inputs/06-ip-open-source.json +7 -0
  500. package/tests/fixtures/legal-maestro-routing/inputs/07-vendor-procurement-risk.json +7 -0
  501. package/tests/fixtures/legal-maestro-routing/inputs/08-ethics-investigations.json +7 -0
  502. package/tests/fixtures/legal-maestro-routing/inputs/09-policy-governance.json +7 -0
  503. package/tests/fixtures/legal-maestro-routing/inputs/10-public-disclosure.json +7 -0
  504. package/tests/fixtures/legal-maestro-routing/inputs/11-knowledge-management.json +7 -0
  505. package/tests/fixtures/legal-maestro-routing/inputs/12-ambiguous.json +7 -0
  506. package/tests/fixtures/legal-maestro-routing/taxonomy.json +51 -0
  507. package/tests/test-vfa-export-coverage.test.mjs +21 -4
  508. package/tests/validate-catalog.py +3 -0
@@ -0,0 +1,100 @@
1
+ # UK Employment Law — Jurisdiction Reference Map
2
+
3
+ > **Review map only.** This file describes the structure of the employment-law regime in Great Britain (England, Scotland, and Wales). Northern Ireland has separate employment legislation administered by the Labour Relations Agency. This file is not legal advice, may be out of date, and must be verified against current official sources. Jurisdiction-specific conclusions require qualified UK employment counsel.
4
+
5
+ Last verified: 2026-05-18
6
+
7
+ ---
8
+
9
+ ## Regime overview
10
+
11
+ UK employment law is a statutory framework supplemented by ACAS codes of practice, employment tribunal case law, and contractual rights. Employment protections are primarily statutory; the key battleground is usually procedural fairness (following the ACAS Code and a fair process) alongside the substantive reason for the action. Since Brexit, EU directives no longer directly apply, though the body of retained EU-derived legislation continues to be operative unless expressly amended — verify current status of any EU-derived provision against legislation.gov.uk. The Employment Rights Act 2024 introduced significant changes including reforms to unfair dismissal; the reviewer must verify the current state of implementation against official sources.
12
+
13
+ Employment status in the UK has three tiers: employee, worker, and self-employed/independent contractor. The protections available differ materially across the three. Confirming status is a threshold question.
14
+
15
+ ---
16
+
17
+ ## Primary regulators and bodies
18
+
19
+ | Body | Role | Official source |
20
+ |---|---|---|
21
+ | ACAS (Advisory, Conciliation and Arbitration Service) | Codes of practice; pre-claim conciliation; guidance | https://www.acas.org.uk/advice |
22
+ | Employment Tribunals | Primary forum for unfair dismissal, discrimination, wage, and other employment claims | https://www.gov.uk/employment-tribunals |
23
+ | Employment Appeal Tribunal (EAT) | Appeals on points of law from Employment Tribunals | https://www.gov.uk/courts-tribunals/employment-appeal-tribunal |
24
+ | Equality and Human Rights Commission (EHRC) | Equality Act 2010 enforcement and guidance | https://www.equalityhumanrights.com |
25
+ | Health and Safety Executive (HSE) | Workplace health, safety, and wellbeing | https://www.hse.gov.uk |
26
+ | ICO (Information Commissioner's Office) | UK GDPR and data protection enforcement | https://ico.org.uk |
27
+ | HMRC | National minimum wage enforcement; employment status (tax/NICs) | https://www.gov.uk/government/organisations/hm-revenue-customs |
28
+
29
+ ---
30
+
31
+ ## Primary statutes and frameworks
32
+
33
+ | Statute / framework | Subject | Official source |
34
+ |---|---|---|
35
+ | Employment Rights Act 1996 | Unfair dismissal, redundancy, written particulars, statutory rights | https://www.legislation.gov.uk/ukpga/1996/18 |
36
+ | Equality Act 2010 | Discrimination, harassment, victimisation — nine protected characteristics | https://www.legislation.gov.uk/ukpga/2010/15 |
37
+ | ACAS Code of Practice on Disciplinary and Grievance Procedures | Procedural fairness standard — tribunals adjust awards for non-compliance | https://www.acas.org.uk/acas-code-of-practice-for-disciplinary-and-grievance-procedures |
38
+ | Transfer of Undertakings (Protection of Employment) Regulations 2006 (TUPE) | Employee rights on business transfers and service-provision changes | https://www.legislation.gov.uk/uksi/2006/246 |
39
+ | Trade Union and Labour Relations (Consolidation) Act 1992 (TULRCA) | Collective redundancy consultation; trade union rights; industrial action | https://www.legislation.gov.uk/ukpga/1992/52 |
40
+ | National Minimum Wage Act 1998 | Minimum wage entitlements (rates verified via gov.uk annually) | https://www.gov.uk/national-minimum-wage-rates |
41
+ | Working Time Regulations 1998 | Working hours, rest, annual leave | https://www.legislation.gov.uk/uksi/1998/1833 |
42
+ | UK GDPR / Data Protection Act 2018 | Personal data processing in employment | https://ico.org.uk/for-organisations/guide-to-data-protection |
43
+ | Whistleblowing legislation (PIDA 1998 as amended) | Protected disclosures; detriment and dismissal protection | https://www.gov.uk/whistleblowing |
44
+ | Employment Rights Act 2024 | Day-one unfair dismissal rights (implementation timetable — verify current status) | https://www.legislation.gov.uk/ukpga/2024/15 |
45
+
46
+ ---
47
+
48
+ ## Structural review checkpoints
49
+
50
+ **Unfair dismissal**
51
+ - Employees with the qualifying service period may claim unfair dismissal. The Employment Rights Act 2024 proposed day-one unfair dismissal rights — verify the current implementation status and effective date before assuming a qualifying period applies.
52
+ - For a dismissal to be fair: (a) there must be a fair reason (conduct, capability, redundancy, statutory illegality, or some other substantial reason); and (b) the employer must have acted reasonably, including following a fair procedure consistent with the ACAS Code.
53
+ - Failure to follow the ACAS Code may lead to an uplift in tribunal compensation of up to the percentage stated in the Code — verify the current figure at https://www.acas.org.uk.
54
+ - Automatically unfair dismissal (no qualifying period required) includes: whistleblowing, asserting a statutory right, pregnancy/maternity, trade union activity, and others — verify the full list at https://www.acas.org.uk/dismissals/unfair-dismissal.
55
+
56
+ **Protected characteristics (Equality Act 2010)**
57
+ Nine protected characteristics: age, disability, gender reassignment, marriage and civil partnership, pregnancy and maternity, race, religion or belief, sex, sexual orientation. Confirm which apply to the matter. Harassment and victimisation protections are separate heads of claim.
58
+
59
+ **Procedural fairness (ACAS Code)**
60
+ The ACAS Code of Practice requires: investigation, invitation to a hearing with notice, right to be accompanied (by a colleague or trade union representative), decision communicated in writing, and right of appeal. Failure at any step raises unfair dismissal risk and may result in a compensation uplift.
61
+
62
+ **Redundancy**
63
+ - Collective consultation (TULRCA s.188) is required when proposing to dismiss 20 or more employees at one establishment within 90 days. The minimum consultation period varies by the number of redundancies — verify the current statutory periods at https://www.gov.uk/staff-redundant/redundancy-consultations.
64
+ - Notification to the Secretary of State (HR1 form) is required before collective redundancies. Verify at https://www.gov.uk/government/publications/redundancy-payments-hr1-advance-notification-of-redundancies.
65
+ - Selection criteria for redundancy must be objective and consistently applied. Criteria that proxy for protected characteristics (e.g., last-in-first-out applied to a younger/female-skewed population) are discrimination risks.
66
+ - Statutory redundancy pay entitlements apply — verify current rates at https://www.gov.uk/redundancy-your-rights.
67
+
68
+ **TUPE**
69
+ - Applies on a relevant transfer (business sale, outsourcing, re-tendering). Employees transfer with existing terms; dismissal for a TUPE-related reason is automatically unfair.
70
+ - Employer and employee representatives must be informed and, where measures are envisaged, consulted before the transfer.
71
+
72
+ **Data protection and investigations**
73
+ - UK GDPR applies to processing employee personal data. Special-category data (health, ethnicity, union membership) requires explicit consent or another Schedule 2 condition under the DPA 2018 — verify with ICO guidance.
74
+ - Workplace investigation records, medical information, and grievance files are personal data; their retention, access, and sharing must comply with UK GDPR.
75
+
76
+ **Immigration and right to work**
77
+ - Employers must conduct right-to-work checks before employment begins and at specified intervals for time-limited permissions. Employing someone without the right to work is a civil and potentially criminal offence. Verify current check requirements at https://www.gov.uk/check-job-applicant-right-to-work.
78
+
79
+ ---
80
+
81
+ ## Escalation triggers (UK-specific)
82
+
83
+ - Any proposed dismissal of an employee who has raised a grievance, whistleblowing concern, or protected-characteristic complaint (automatic unfair dismissal risk).
84
+ - Collective redundancy where 20+ dismissals at one establishment within 90 days may be in scope.
85
+ - TUPE transfer or service-provision change in the transaction.
86
+ - Disciplinary action where the ACAS Code has not been followed at any step.
87
+ - Any proposed action affecting an employee on maternity leave, shared parental leave, or a fit note.
88
+ - Day-one unfair dismissal provisions under ERA 2024 — verify current implementation status with employment counsel.
89
+ - Any employment tribunal claim filed or ACAS early conciliation initiated.
90
+
91
+ ---
92
+
93
+ ## Sources
94
+
95
+ - https://www.acas.org.uk/advice — ACAS advice hub (fetched 2026-05-18, resolved)
96
+ - https://www.acas.org.uk/dismissals/unfair-dismissal — ACAS unfair dismissal guidance (fetched 2026-05-18, resolved)
97
+ - https://www.acas.org.uk/disciplinary-procedure-step-by-step — ACAS disciplinary procedure (fetched 2026-05-18, resolved)
98
+ - https://www.gov.uk/browse/working — GOV.UK working hub (fetched 2026-05-18, resolved)
99
+ - https://www.legislation.gov.uk/ukpga/1996/18 — Employment Rights Act 1996 (confirmed via search 2026-05-18)
100
+ - https://www.legislation.gov.uk/ukpga/2010/15 — Equality Act 2010 (confirmed via search 2026-05-18)
@@ -0,0 +1,100 @@
1
+ # US Employment Law — Jurisdiction Reference Map
2
+
3
+ > **Review map only.** This file describes the structure of the US employment-law regime and where to verify requirements. It is not legal advice, may be out of date, and must be verified against current official sources. Jurisdiction-specific conclusions require qualified US employment counsel.
4
+
5
+ Last verified: 2026-05-18
6
+
7
+ ---
8
+
9
+ ## Regime overview
10
+
11
+ The US has a layered employment-law regime: federal floor statutes enforced by federal agencies, supplemented (and often exceeded) by state and local laws. Most private-sector employment is "at-will" — meaning either party may terminate for any lawful reason — but the at-will doctrine is heavily eroded by federal and state anti-discrimination statutes, contract rights, public-policy exceptions, and implied-covenant doctrines that vary by state. The reviewer must confirm the applicable state law; do not assume the federal floor is the only constraint.
12
+
13
+ ---
14
+
15
+ ## Primary regulators
16
+
17
+ | Regulator | Jurisdiction | Official source |
18
+ |---|---|---|
19
+ | Equal Employment Opportunity Commission (EEOC) | Federal anti-discrimination enforcement | https://www.eeoc.gov/laws-guidance |
20
+ | Department of Labor — Wage and Hour Division (WHD) | FLSA, FMLA, WARN, and other federal wage/leave laws | https://www.dol.gov/agencies/whd |
21
+ | National Labor Relations Board (NLRB) | Private-sector collective bargaining and unfair labor practices | https://www.nlrb.gov/about-nlrb |
22
+ | OSHA (DOL) | Workplace safety and anti-retaliation (whistleblower programs) | https://www.osha.gov/workers/file-complaint |
23
+ | State labor agencies | Minimum wage, state discrimination, leave, and wage laws | Varies — verify for the specific state |
24
+ | State attorneys general | State wage theft, discrimination, and consumer protection enforcement | Varies — verify for the specific state |
25
+
26
+ ---
27
+
28
+ ## Primary statutes and frameworks
29
+
30
+ | Statute / framework | Coverage | Official source |
31
+ |---|---|---|
32
+ | Title VII of the Civil Rights Act of 1964 | Prohibits discrimination based on race, color, religion, sex, national origin | https://www.eeoc.gov/statutes/title-vii-civil-rights-act-1964 |
33
+ | Americans with Disabilities Act (ADA) | Disability discrimination; reasonable accommodation duty | https://www.eeoc.gov/statutes/americans-disabilities-act-1990 |
34
+ | Age Discrimination in Employment Act (ADEA) | Protects workers 40+ from age discrimination | https://www.eeoc.gov/statutes/age-discrimination-employment-act-1967 |
35
+ | Pregnancy Discrimination Act / PWFA | Sex discrimination including pregnancy, childbirth, related conditions | https://www.eeoc.gov/laws-guidance |
36
+ | Fair Labor Standards Act (FLSA) | Minimum wage, overtime, child labor, recordkeeping | https://www.dol.gov/agencies/whd/flsa |
37
+ | Family and Medical Leave Act (FMLA) | Unpaid protected leave for qualifying medical and family reasons | https://www.dol.gov/agencies/whd/fmla |
38
+ | WARN Act | Advance notice for mass layoffs and plant closings (federal threshold) | https://www.dol.gov/agencies/eta/layoffs/warn |
39
+ | National Labor Relations Act (NLRA) | Protected concerted activity; collective bargaining; unfair labor practices | https://www.nlrb.gov/guidance/key-reference-materials/national-labor-relations-act |
40
+ | Title IX / VAWA (workplace context) | Sex-based harassment in contexts with federal funding | https://www.eeoc.gov/laws-guidance |
41
+ | State equivalents | State anti-discrimination, leave, wage, and WARN-equivalent statutes | Verify with state agency for the applicable state |
42
+
43
+ ---
44
+
45
+ ## Structural review checkpoints
46
+
47
+ **At-will vs. statutory protection**
48
+ - Confirm whether employment is at-will in the applicable state and whether any contract, offer letter, handbook, or CBA modifies at-will status.
49
+ - Identify all protected classes under federal law (race, color, religion, sex, national origin, age 40+, disability, genetic information) and additional protected classes under applicable state or local law — which frequently expand the federal list.
50
+ - Verify whether any public-policy or implied-covenant exception to at-will applies in the state.
51
+
52
+ **Notice and consultation duties**
53
+ - Federal WARN Act applies to employers with 100 or more full-time employees for qualifying mass layoffs or plant closings. Verify the headcount threshold and the triggering layoff size against the current statutory text and WHD guidance — do not rely on memory for specific numbers.
54
+ - Many states have mini-WARN statutes with lower headcount thresholds and longer notice periods. Verify against the applicable state law.
55
+ - Reviewer should confirm current thresholds at https://www.dol.gov/agencies/eta/layoffs/warn and the relevant state labor agency.
56
+
57
+ **Anti-discrimination grounds**
58
+ - Federal protected classes: race, color, religion, sex (including pregnancy, sexual orientation per Bostock v. Clayton County, gender identity), national origin, age (40+), disability, genetic information.
59
+ - State and local law often adds: marital status, family responsibilities, source of income, credit history, criminal history (ban-the-box), and others. Verify for the applicable jurisdiction.
60
+
61
+ **Wage and hour**
62
+ - Confirm FLSA exempt/non-exempt classification for affected workers. As of May 2026, WHD restored the 2019 salary threshold of $684/week for EAP exemptions after a 2024 rule was judicially vacated — verify the current effective threshold at https://www.dol.gov/agencies/whd/overtime/salary-levels before relying on any specific figure.
63
+ - Confirm state minimum wage if higher than federal.
64
+ - Independent-contractor classification: verify against the applicable federal and state multi-factor tests. Misclassification is an escalation-grade risk.
65
+
66
+ **Accommodation and leave**
67
+ - ADA reasonable accommodation duty: confirm an interactive process occurred before any adverse action against an employee with a known or suspected disability.
68
+ - FMLA: confirm eligibility (12 months tenure, 1,250 hours worked, 50-employee threshold at the worksite) — verify thresholds at https://www.dol.gov/agencies/whd/fmla.
69
+ - State leave laws may impose additional or broader obligations. Verify for the applicable state.
70
+
71
+ **Collective and union matters**
72
+ - NLRA protects concerted activity even for non-unionized workers. Adverse action following protected concerted activity (e.g., complaints about wages or working conditions) is an unfair labor practice.
73
+ - If a CBA is in scope, confirm just-cause requirements and grievance/arbitration procedures before any disciplinary or termination action.
74
+
75
+ **Retaliation and whistleblower**
76
+ - Retaliation for filing an EEOC charge, participating in an investigation, or opposing discriminatory practices is independently prohibited under federal statutes.
77
+ - OSHA administers 25+ whistleblower protection statutes covering reporting on safety, securities, tax, environment, and other regulated domains. Verify at https://www.osha.gov/whistleblower-protection-programs.
78
+ - Temporal proximity between protected activity and adverse action is a primary factor in establishing retaliation claims.
79
+
80
+ ---
81
+
82
+ ## Escalation triggers (US-specific)
83
+
84
+ - Any action taken within weeks or months of a complaint, accommodation request, leave request, or OSHA/SEC/IRS report.
85
+ - WARN-threshold proximity in a RIF — if headcount at or near the threshold, escalate before finalizing.
86
+ - Independent-contractor reclassification exposure.
87
+ - Multi-state workforce where different state laws apply concurrently.
88
+ - Executive or senior employee terminations (arbitration agreements, equity, D&O exposure).
89
+ - Any EEOC charge, DOL audit, or NLRB petition already filed or threatened.
90
+
91
+ ---
92
+
93
+ ## Sources
94
+
95
+ - https://www.eeoc.gov/laws-guidance — EEOC laws, regulations, and guidance (fetched 2026-05-18, resolved)
96
+ - https://www.dol.gov/agencies/whd/flsa — WHD FLSA overview (confirmed via search 2026-05-18)
97
+ - https://www.dol.gov/agencies/whd/overtime/salary-levels — current EAP salary thresholds (confirmed via search 2026-05-18)
98
+ - https://www.dol.gov/agencies/eta/layoffs/warn — WARN Act (DOL)
99
+ - https://www.nlrb.gov/about-nlrb — NLRB overview (fetched 2026-05-18, resolved)
100
+ - https://www.osha.gov/whistleblower-protection-programs — OSHA whistleblower programs
@@ -0,0 +1,176 @@
1
+ # Workflow and Output Contract
2
+
3
+ ## Workflow
4
+
5
+ Execute these ten steps in order. Do not skip a step because the input looks
6
+ simple — the steps exist to surface what an HR requester has not said.
7
+
8
+ ### Step 1 — Define the HR decision or problem in one sentence
9
+
10
+ State the proposed HR action or the problem in a single sentence. Examples:
11
+ - "We intend to terminate [role] for repeated performance failures after a three-month PIP."
12
+ - "An employee has filed a harassment complaint against their manager."
13
+ - "We are planning a reduction in force of approximately 40 roles across two business units."
14
+
15
+ If the matter cannot be stated in one sentence, ask the user to narrow it before proceeding.
16
+
17
+ ### Step 2 — Identify population, location, and context
18
+
19
+ Collect (or flag as Unknown if not provided):
20
+ - Employee population in scope: count, role(s), employment status (full-time, part-time, fixed-term, contractor, gig/platform)
21
+ - Location(s): country, state/province, local ordinance if relevant
22
+ - Protected-class indicators **only if relevant and volunteered** — do not probe for them
23
+ - Manager chain and decision-makers involved
24
+ - Business unit and entity
25
+ - Policy source(s) the action relies on (handbook, policy number, contract clause, collective agreement)
26
+ - Timeline of events, effective dates, and any deadlines
27
+ - Whether a union, works council, or collective-bargaining agreement applies
28
+
29
+ If jurisdiction is not provided, rate all risk domains Unknown and request jurisdiction before proceeding.
30
+
31
+ ### Step 3 — Separate confirmed facts, allegations, assumptions, hearsay, and missing evidence
32
+
33
+ Sort the input into clearly labeled buckets:
34
+ - **Confirmed facts** — established and corroborated
35
+ - **Allegations** — claims made but not yet substantiated; record who made them
36
+ - **Assumptions** — treated as plausible but unverified
37
+ - **Hearsay and opinion** — secondhand accounts and characterizations, not evidence
38
+ - **Missing evidence** — facts that materially affect the assessment and are not provided
39
+
40
+ Never assume a manager's or complainant's account is complete. Require corroboration.
41
+
42
+ ### Step 4 — Identify the HR domain
43
+
44
+ Classify the matter against one or more domains: recruiting, onboarding,
45
+ performance, discipline, termination, RIF/reorg, compensation, benefits,
46
+ accommodation, leave, harassment, discrimination, retaliation, workplace
47
+ safety, investigations, employee privacy, labor relations, or culture.
48
+
49
+ ### Step 5 — Check process integrity
50
+
51
+ Test the process behind the decision, not just the outcome. Examine:
52
+ - **Notice** — was the employee given required notice and an opportunity to respond?
53
+ - **Consistency** — does this match how comparable situations were handled?
54
+ - **Documentation** — is there a contemporaneous, non-pretextual record?
55
+ - **Policy alignment** — does the action follow the stated policy and contract?
56
+ - **Prior treatment** — has the employee's prior record been applied evenly?
57
+ - **Decision authority** — does the decision-maker have the authority to act?
58
+ - **Confidentiality** — has sensitive information been contained appropriately?
59
+ - **Appeal / review path** — is there a route for the employee to challenge the decision?
60
+
61
+ ### Step 6 — Adverse-impact and fairness review
62
+
63
+ Ask whether similarly situated employees were treated consistently. Look for
64
+ disparate treatment, disparate impact of facially neutral criteria (especially
65
+ RIF selection criteria), and inconsistency that a fact-finder would read as
66
+ pretext. State explicitly where comparator data is missing.
67
+
68
+ ### Step 7 — Retaliation analysis
69
+
70
+ For any adverse or proposed adverse action, test for retaliation:
71
+ - **Protected activity** — did the employee complain, request leave or accommodation, report safety or wrongdoing, or engage in protected concerted/union activity?
72
+ - **Timing** — how close in time is the adverse action to the protected activity?
73
+ - **Decision-makers** — do the people deciding know about the protected activity?
74
+ - **Documentation** — does the record predate the protected activity, or appear after it?
75
+ - **Alternative explanations** — is there a credible, documented non-retaliatory reason?
76
+
77
+ An adverse action following protected activity is the highest-risk finding possible — lead with it.
78
+
79
+ ### Step 8 — Privacy analysis
80
+
81
+ Review handling of employee data:
82
+ - **Minimum necessary** — is only the data needed for the decision being collected and used?
83
+ - **Role-based access** — is access limited to those who need it?
84
+ - **Retention** — is there a defined retention and disposal path?
85
+ - **Consent / notice** — where the jurisdiction requires it, has notice or consent been given?
86
+ - **Sensitive data** — are medical, disability, immigration, and protected-characteristic data segregated and protected?
87
+
88
+ ### Step 9 — Rate risk
89
+
90
+ Assign one of five ratings to each identified risk:
91
+
92
+ | Rating | Meaning |
93
+ |---|---|
94
+ | Critical | Immediate legal exposure; do not proceed without counsel sign-off |
95
+ | High | Material litigation, regulatory, or financial exposure; escalation strongly indicated |
96
+ | Medium | Manageable with documented controls; monitor and document |
97
+ | Low | Limited exposure on current evidence; note and monitor |
98
+ | Unknown | Jurisdiction or material facts missing; cannot rate without them |
99
+
100
+ Unknown is mandatory — not optional — wherever documentation is incomplete or jurisdiction is absent.
101
+
102
+ ### Step 10 — Recommend safe next actions and escalation path
103
+
104
+ Present a range of safe next actions, not a single directive. For each, state
105
+ what it entails, what supports it, what risk it mitigates, and what residual
106
+ risk remains. Then state the escalation path. Escalate to employment counsel
107
+ when any of the following is true:
108
+ - The matter involves jurisdiction-specific statutory rights or notice periods
109
+ - A claim, complaint, charge, or grievance has been filed or threatened
110
+ - Protected characteristics, protected activity, or whistleblower status are in play
111
+ - The financial or reputational exposure is material
112
+ - A mass-layoff, collective-consultation, or works-council trigger may apply
113
+ - Immigration or work-authorization status is affected
114
+ - The matter involves executive compensation, executive misconduct, or equity
115
+ - There is any ambiguity about whether a retaliatory or discriminatory motive could be attributed to the action
116
+
117
+ ---
118
+
119
+ ## Output
120
+
121
+ Return findings in this structure:
122
+
123
+ ```
124
+ ## Verdict
125
+ <one of: proceed | proceed with controls | pause | escalate | insufficient evidence>
126
+ <one sentence explaining the verdict>
127
+
128
+ ## Ruthless challenge
129
+ <2–4 sentences: the weakest part of the current HR thinking — adversarial framing, no softening>
130
+
131
+ ## Facts, allegations, assumptions, and missing evidence
132
+ - Confirmed facts: <fact>
133
+ - Allegations: <claim — who made it, what is unproven>
134
+ - Assumptions and hearsay: <item and its basis>
135
+ - Missing evidence: <materially relevant fact not provided>
136
+
137
+ ## Policy and process issues
138
+ - <process gap — notice, consistency, documentation, policy alignment, prior treatment, decision authority, confidentiality, or appeal path — and why it matters>
139
+
140
+ ## Fairness, consistency, retaliation, and privacy stress test
141
+ - Adverse impact / fairness: <were similarly situated employees treated consistently; where is comparator data missing>
142
+ - Retaliation: <protected activity, timing, decision-maker knowledge, documentation sequence, alternative explanations>
143
+ - Privacy: <minimum-necessary data, role-based access, retention, notice/consent, sensitive-data handling>
144
+ - Adverse lenses: <worst-case framing from employee, plaintiff counsel, regulator/labor authority, works council/union, auditor, board, press>
145
+
146
+ ## Risk rating table
147
+ | Issue | Severity | Evidence | Employee impact | Enterprise impact | Owner | Mitigation |
148
+ |---|---|---|---|---|---|---|
149
+ | <issue> | Critical/High/Medium/Low/Unknown | <evidence basis> | <impact on the employee> | <impact on the enterprise> | <decision owner> | <mitigation> |
150
+
151
+ ## Documentation checklist
152
+ - [ ] <record or document that must exist and be verified before action>
153
+ - [ ] <...>
154
+
155
+ ## Safe next actions
156
+ 1. <action — who does it, what it requires>
157
+ 2. <action>
158
+
159
+ ## Required escalation
160
+ <explicit statement of which matters must reach employment counsel, HR, employee relations, privacy, or security before any action is taken>
161
+
162
+ ## Questions HR and legal must answer before action
163
+ - <question>
164
+ - <question>
165
+ ```
166
+
167
+ ---
168
+
169
+ ## Security notes
170
+
171
+ - Never request or accept employee medical records, disability detail, immigration documents, compensation records, investigation notes, or attorney-client privileged communications. Ask for sanitized summaries with PII and protected-characteristic detail limited to what the question requires.
172
+ - This is a static risk-triage review: do not draft termination letters, settlement agreements, disciplinary notices, or legal communications. Direct the user to employment counsel for those documents.
173
+ - Do not draft retaliatory, discriminatory, intimidating, or misleading employee communications.
174
+ - A proposed action that follows an employee's protected activity (complaint, leave request, accommodation request, safety report, union/labor activity, whistleblower report) is the highest-risk finding possible — lead with it.
175
+ - Pretextual or backdated documentation requests (documenting performance issues retroactively to justify an already-decided termination, or backdating PIPs) must be refused explicitly. State that you will not assist with that and explain why.
176
+ - Do not recommend termination, discipline, denial of leave or accommodation, or adverse action as the outcome — present readiness criteria, options, and escalation paths, and leave the decision to qualified human decision-makers.
@@ -0,0 +1,50 @@
1
+ ---
2
+ name: legal-counsel-review
3
+ description: Use this skill when reviewing legal, contractual, regulatory, privacy, litigation, compliance, or risk-governance questions for an enterprise legal function. Trigger when a user provides a contract excerpt, a policy, a compliance question, a privacy-risk question, or a legal intake item and wants risks, evidence gaps, decision options, and escalation paths surfaced. This skill is an adversarial risk-review discipline; it does not provide legal advice, form an attorney-client relationship, or issue binding legal conclusions.
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 Counsel Review
14
+
15
+ ## Purpose
16
+ This skill is an adversarial legal-risk review discipline for an enterprise legal and compliance function. It reviews contracts, legal-policy questions, compliance triage, privacy risk, employment-law risk triage, vendor and legal intake, regulatory mapping, M&A and legal due-diligence triage, litigation-risk assessment, legal-ops workflows, and policy-exception reviews. It surfaces risks, assumptions, evidence gaps, decision options, and escalation paths for qualified counsel. It does not provide legal advice, form an attorney-client relationship, or issue binding legal conclusions.
17
+
18
+ ## Lean operating rules
19
+ - Never conclude "this is legal" or "this is compliant" — rate risk as Critical/High/Medium/Low or Unknown and state the evidence basis. Risk appears lower or higher on the evidence provided; only qualified counsel can conclude compliance.
20
+ - Never invent statutes, case law, regulatory thresholds, penalty amounts, filing deadlines, or jurisdiction-specific rules. Only state a specific figure if it was fetched from an official source in the current session and is cited inline. When in doubt, point to the official regulator and flag as to-be-verified.
21
+ - Rate risk Critical/High/Medium/Low/Unknown. Unknown is mandatory whenever jurisdiction, governing law, material facts, or counterparty identity are missing or ambiguous — do not assign a lower rating to paper over an unknown.
22
+ - Separate facts, assumptions, inferences, and open questions in every response. Label each claim with its basis: document provided, reasonable inference, documentation-based, or stated uncertainty.
23
+ - Work from sanitized excerpts only. Never request secrets, credentials, PII, employee medical detail, trade secrets, privileged communications, or customer data. If such material is offered, decline and ask for a redacted version.
24
+ - Protect privilege: flag all material that appears to have been created in anticipation of litigation or that is subject to attorney-client privilege, and recommend that it be handled only by or with counsel.
25
+ - Treat the following matter types as escalation-grade regardless of apparent severity: retaliation, discrimination, harassment, wage-and-hour violations, whistleblower matters, termination decisions, immigration status, sanctions and export-control issues, bribery and anti-corruption (FCPA/UK Bribery Act/local equivalents), personal-data breaches requiring regulatory notification, and public-company disclosure obligations.
26
+ - Every recommendation must map to evidence in the document, a stated assumption, or a stated uncertainty — no bare conclusions.
27
+ - Recommend escalation to qualified local counsel when the matter is jurisdiction-specific, high-impact, employment-related, litigation-related, regulated, or financially material, or when an Unknown rating cannot be resolved from the information provided.
28
+ - Do not recommend a single overconfident action. Provide safe options that preserve decision authority for counsel.
29
+
30
+ ## References
31
+ Load these only when needed:
32
+ - [Workflow and output contract](references/workflow-and-output.md) — use when executing a full review or formatting the final answer.
33
+ - [US jurisdiction reference](references/jurisdictions/us.md) — contract, privacy, and regulatory checkpoints for US-law matters.
34
+ - [EU jurisdiction reference](references/jurisdictions/eu.md) — GDPR and EU regulatory checkpoints.
35
+ - [UK jurisdiction reference](references/jurisdictions/uk.md) — UK GDPR, Data Protection Act 2018, and UK regulatory checkpoints.
36
+ - [Singapore jurisdiction reference](references/jurisdictions/singapore.md) — PDPA and Singapore regulatory checkpoints.
37
+ - [Australia jurisdiction reference](references/jurisdictions/australia.md) — Privacy Act 1988 and Australian regulatory checkpoints.
38
+
39
+ ## Response minimum
40
+ Return, at minimum:
41
+ - Legal question stated in one sentence
42
+ - Jurisdiction and governing law identified (or flagged Unknown)
43
+ - Missing material facts that affect the analysis
44
+ - Risk domain identified (contract, privacy, employment, IP, regulatory, litigation, competition, sanctions, procurement, finance, public-company disclosure, cybersecurity, records retention, other)
45
+ - Decision owner identified
46
+ - Adversarial stress test (worst-case interpretation; regulator, plaintiff, counterparty, employee, auditor, board, or press view)
47
+ - Risk rating per issue (Critical / High / Medium / Low / Unknown) with evidence basis
48
+ - Safe next actions
49
+ - Escalation trigger
50
+ - Questions qualified counsel must answer before approval
@@ -0,0 +1,29 @@
1
+ {
2
+ "id": "legal-counsel-review",
3
+ "name": "Legal Counsel Review",
4
+ "type": "skill",
5
+ "provider": "legal",
6
+ "harnesses": [
7
+ "codex",
8
+ "claude-code",
9
+ "cursor",
10
+ "gemini",
11
+ "kiro",
12
+ "other"
13
+ ],
14
+ "summary": "Adversarial legal-risk review discipline for contracts, privacy, regulatory, litigation, compliance, and policy-exception questions — surfaces risks, evidence gaps, decision options, and escalation paths for qualified counsel. Does not give legal advice.",
15
+ "source_type": "original",
16
+ "official_docs": [
17
+ "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
18
+ "https://commission.europa.eu/law/law-topic/data-protection/data-protection-eu_en",
19
+ "https://www.legislation.gov.uk/ukpga/2018/12/contents",
20
+ "https://www.pdpc.gov.sg/overview-of-pdpa/the-legislation/personal-data-protection-act",
21
+ "https://www.oaic.gov.au/privacy/the-privacy-act",
22
+ "https://www.law.cornell.edu/wex"
23
+ ],
24
+ "security_notes": "Static review only — works from sanitized excerpts; never requests secrets, credentials, personal data, employee medical detail, or trade secrets. Does not issue binding legal conclusions; flags privileged material and recommends escalation to qualified counsel.",
25
+ "last_verified": "2026-05-18",
26
+ "path": "skills/legal/legal-counsel-review",
27
+ "author": "github: Raishin",
28
+ "version": "0.1.0"
29
+ }
@@ -0,0 +1,86 @@
1
+ # Australia — 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 Australian counsel (noting that each state and territory has separate courts and legislation that may also apply).
4
+
5
+ Last verified: 2026-05-18
6
+
7
+ ---
8
+
9
+ ## Regime overview
10
+
11
+ Australia is a federal common-law jurisdiction. Privacy and data protection at the federal level are governed by the Privacy Act 1988, administered by the Office of the Australian Information Commissioner (OAIC). The Australian Government has been conducting a comprehensive review of the Privacy Act; significant amendments may have been enacted since this file was written — the reviewer must verify current law with counsel. Contract law is common law. Employment law is primarily federal (Fair Work Act 2009) with state/territory overlay. Anti-corruption and anti-bribery obligations apply under federal criminal law and the Foreign Bribes schedule.
12
+
13
+ ---
14
+
15
+ ## Primary regulators and authorities
16
+
17
+ | Regulator | Role | Official source |
18
+ |-----------|------|-----------------|
19
+ | Office of the Australian Information Commissioner (OAIC) | Privacy Act 1988 enforcement; freedom of information; privacy impact assessments | https://www.oaic.gov.au |
20
+ | Australian Competition and Consumer Commission (ACCC) | Competition Act enforcement; consumer protection; merger review | https://www.accc.gov.au |
21
+ | Australian Securities and Investments Commission (ASIC) | Financial services; corporations law; market conduct; disclosure | https://www.asic.gov.au |
22
+ | Australian Prudential Regulation Authority (APRA) | Banking; insurance; superannuation; operational risk standards (CPS 234 cybersecurity) | https://www.apra.gov.au |
23
+ | Fair Work Commission | Industrial disputes; enterprise agreements; unfair dismissal | https://www.fwc.gov.au |
24
+ | Fair Work Ombudsman | Fair Work Act compliance; underpayment investigations | https://www.fairwork.gov.au |
25
+ | Australian Cyber Security Centre (ACSC) | Cyber incident guidance and reporting; not a general regulator | https://www.cyber.gov.au |
26
+ | Attorney-General's Department | Privacy Act reform; Notifiable Data Breaches scheme; criminal law | https://www.ag.gov.au |
27
+
28
+ ---
29
+
30
+ ## Primary statutes and regulations (verify current text at legislation.gov.au)
31
+
32
+ | Statute / Instrument | Scope | Official source |
33
+ |---------------------|-------|-----------------|
34
+ | Privacy Act 1988 (Cth) | Personal information handling by Australian Government agencies and private-sector APP entities; 13 Australian Privacy Principles (APPs); Notifiable Data Breaches (NDB) scheme; credit reporting; health information | https://www.oaic.gov.au/privacy/the-privacy-act and https://www.legislation.gov.au |
35
+ | Australian Privacy Principles (APPs) — Schedule 1 to Privacy Act | 13 principles governing open and transparent management, anonymity, collection, use, disclosure, quality, security, access, and correction | https://www.oaic.gov.au/privacy/australian-privacy-principles |
36
+ | Notifiable Data Breaches (NDB) scheme — Part IIIC of Privacy Act | Mandatory notification to OAIC and affected individuals when a data breach is likely to result in serious harm | https://www.oaic.gov.au/privacy/notifiable-data-breaches |
37
+ | Security of Critical Infrastructure Act 2018 (SOCI Act), as amended | Obligations for entities responsible for critical infrastructure assets (energy, water, banking, communications, etc.); mandatory incident reporting to the Australian Signals Directorate | https://www.legislation.gov.au — verify current amended version |
38
+ | Corporations Act 2001 (Cth) | Corporate governance; director duties; continuous disclosure; ASIC enforcement | https://www.legislation.gov.au |
39
+ | Fair Work Act 2009 (Cth) | National employment standards; unfair dismissal; general protections (adverse action); enterprise agreements | https://www.legislation.gov.au |
40
+ | Criminal Code Act 1995 (Cth), Division 70 | Foreign bribery offences; equivalent to FCPA for Australian entities and those with Australian nexus | https://www.legislation.gov.au |
41
+ | Competition and Consumer Act 2010 (Cth) | Antitrust; merger review; misleading and deceptive conduct; consumer guarantees | https://www.legislation.gov.au |
42
+ | Spam Act 2003 (Cth) | Unsolicited commercial electronic messages; consent requirements | https://www.legislation.gov.au |
43
+ | Telecommunications (Interception and Access) Act 1979 (Cth) | Lawful interception; stored communications | https://www.legislation.gov.au |
44
+
45
+ ---
46
+
47
+ ## Structural review checkpoints
48
+
49
+ 1. **Privacy Act threshold — APP entity** — confirm whether the entity is an "APP entity" (Australian Government agency, or private-sector organisation with annual turnover above the threshold or in a covered category such as health service providers). Verify the current turnover threshold and any recent amendments with counsel — the Privacy Act review has proposed changes to this threshold.
50
+ 2. **Australian Privacy Principles audit** — map the data flow against all 13 APPs. Key checkpoints:
51
+ - APP 1: Open and transparent management — privacy policy current and accessible?
52
+ - APP 5: Notification at or before collection — was notice given?
53
+ - APP 6: Use and disclosure — is secondary use authorised?
54
+ - APP 11: Security of personal information — reasonable steps taken?
55
+ - APP 12/13: Access and correction rights — process in place?
56
+ Verify each APP's current text at https://www.oaic.gov.au/privacy/australian-privacy-principles.
57
+ 3. **Notifiable Data Breaches** — confirm whether a breach is likely to result in serious harm. If so, OAIC notification and individual notification obligations apply. Verify current format, timeline, and OAIC reporting portal at https://www.oaic.gov.au/privacy/notifiable-data-breaches.
58
+ 4. **SOCI Act critical infrastructure** — determine whether the entity owns, operates, or has a material interest in a critical infrastructure asset. If yes, mandatory incident notification to the Australian Signals Directorate and sector-specific obligations apply.
59
+ 5. **APRA CPS 234** — for APRA-regulated entities (banks, insurers, superannuation funds), confirm CPS 234 information security obligations, incident notification to APRA, and third-party service provider controls.
60
+ 6. **Foreign bribery** — Criminal Code Act 1995, Division 70 applies to Australian entities and individuals and has extraterritorial reach. Flag any payment to a foreign public official. No facilitation-payment exception post-2024 amendments — verify current law with counsel.
61
+ 7. **Employment — Fair Work Act** — confirm National Employment Standards (NES) compliance, general protections (adverse action provisions are broad and apply to most employment decisions), and whether enterprise agreements or modern awards apply. Unfair dismissal requires a minimum employment period; confirm current figure with counsel.
62
+ 8. **Continuous disclosure** — listed companies on ASX are subject to continuous disclosure obligations under the Corporations Act and ASX Listing Rules. Flag material information that may not have been disclosed.
63
+ 9. **Merger review** — ACCC has jurisdiction to review mergers. The merger control regime has been amended; verify whether a mandatory notification or informal clearance is required with M&A counsel.
64
+ 10. **State and territory law** — certain matters (property, workplace health and safety, workers' compensation, some employment conditions) are governed by state/territory law. Flag the relevant jurisdiction(s) and escalate to locally-admitted counsel.
65
+
66
+ ---
67
+
68
+ ## Escalation triggers (Australia-specific)
69
+
70
+ - NDB mandatory notification triggered — escalate immediately to Australian privacy counsel; prepare OAIC notification and individual notification plan.
71
+ - SOCI Act critical-infrastructure incident — escalate immediately; mandatory reporting to the Australian Signals Directorate applies.
72
+ - APRA CPS 234 material information security incident — escalate to regulatory counsel; APRA notification obligation.
73
+ - Foreign bribery suspicion (Division 70) — escalate to Australian criminal defence counsel before any internal investigation step; consider voluntary disclosure regime (verify current status with counsel).
74
+ - ASIC continuous-disclosure obligation potentially triggered — escalate to securities lawyers and board; trading halt may be required.
75
+ - Adverse action or general protections claim filed under Fair Work Act — escalate to employment counsel; reversed onus of proof applies to the employer.
76
+ - Class-action threatened or filed — escalate to Australian litigation counsel immediately.
77
+ - Privacy Act reform amendments enacted — reviewer must verify whether any changes to the APP entity threshold, enforcement powers, or mandatory requirements apply to the matter at hand.
78
+
79
+ ---
80
+
81
+ ## Sources (verified in this session)
82
+
83
+ - OAIC Privacy Act overview: https://www.oaic.gov.au/privacy/the-privacy-act — loaded successfully; confirmed Privacy Act 1988 scope, APP entities, 13 APPs, and review status.
84
+ - OAIC Australian Privacy Principles overview: https://www.oaic.gov.au/privacy/australian-privacy-principles — loaded successfully; confirmed 13 APPs, principles-based framework, technology neutrality.
85
+ - All legislation.gov.au statute citations are the official Commonwealth consolidated law database; verify current amended text before relying on any provision.
86
+ - Regulator websites (accc.gov.au, asic.gov.au, apra.gov.au, fwc.gov.au, fairwork.gov.au) confirmed as official government sources; verify individual page availability before citing.