@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,27 @@
1
+ {
2
+ "id": "dotnet-testing-quality-review",
3
+ "name": ".NET Testing Quality Review",
4
+ "version": "0.1.0",
5
+ "type": "skill",
6
+ "provider": "dotnet",
7
+ "harnesses": [
8
+ "codex",
9
+ "claude-code",
10
+ "cursor",
11
+ "gemini",
12
+ "kiro",
13
+ "other"
14
+ ],
15
+ "summary": "Static review of .NET test suites — detects assertion-free and tautological tests, over-mocking, coverage theater, weak isolation, flaky patterns, and missing negative or security tests across xUnit, NUnit, and MSTest. Reads test source only; never runs the suite.",
16
+ "source_type": "original",
17
+ "official_docs": [
18
+ "https://learn.microsoft.com/en-us/dotnet/core/testing/",
19
+ "https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-best-practices",
20
+ "https://learn.microsoft.com/en-us/aspnet/core/test/integration-tests",
21
+ "https://learn.microsoft.com/en-us/aspnet/core/test/middleware"
22
+ ],
23
+ "security_notes": "Static review only — reads test projects, test source, and coverage configuration; never runs the test suite, a coverage tool, or a test container. Never requests secrets or customer data.",
24
+ "last_verified": "2026-05-19",
25
+ "path": "skills/dotnet/dotnet-testing-quality-review",
26
+ "author": "github: Raishin"
27
+ }
@@ -0,0 +1,142 @@
1
+ # Workflow and Output Contract
2
+
3
+ ## Workflow
4
+
5
+ ### Step 1 — Collect inputs
6
+
7
+ Ask the user to provide one or more of the following as sanitized test source (no secrets, no connection strings, no tokens, no tenant identifiers, no customer data — replace with placeholders):
8
+ - The test classes and fixtures under review (xUnit, NUnit, or MSTest).
9
+ - The mock or fake setups (Moq, NSubstitute, FakeItEasy) used by those tests.
10
+ - The integration-test harness: `WebApplicationFactory` setup, Testcontainers configuration, or shared database fixtures.
11
+ - The coverage configuration (`coverlet` settings, `.runsettings`, `ExcludeFromCodeCoverage` usage) and any coverage gate.
12
+ - The solution file or the CI test command, to confirm which test projects actually run.
13
+
14
+ If the solution file or CI test command is not provided, suite-inclusion findings are stated as `assumption (source absent)` — say so and ask for them.
15
+
16
+ ### Step 2 — Assertion-quality audit
17
+
18
+ Confirm each test actually asserts behavior.
19
+
20
+ - A test method with no assertion — no `Assert.*`, no FluentAssertions `Should()`, no `mock.Verify`, no `[ExpectedException]` / `Assert.Throws` — → HIGH. It proves nothing and inflates coverage.
21
+ - A test that asserts only a mock's own configured return (set up `mock.Setup(x => x.Get()).Returns(v)` then asserts the result equals `v`, with the real code stubbed away) → HIGH tautological test: it passes regardless of the system under test.
22
+ - A test whose only assertion is `Assert.True(true)` or equivalent → HIGH.
23
+
24
+ ### Step 3 — Mocking audit
25
+
26
+ Review what is mocked and what is verified.
27
+
28
+ - Mocking a type the team owns that carries real logic (a domain service, a calculator, a mapper) instead of exercising it → MEDIUM over-mocking: the test verifies a stub.
29
+ - Assertions made only against `mock.Verify(...)` with no assertion on the system's observable output, where output assertions are possible → HIGH (mock-only assertion).
30
+ - Recommend mocking only true external boundaries (clock, network, third-party SDK) and exercising owned logic for real.
31
+
32
+ ### Step 4 — Coverage-gate audit
33
+
34
+ Review whether the coverage number reflects tested behavior.
35
+
36
+ - A coverage gate that counts generated code, migrations, or `[ExcludeFromCodeCoverage]`-marked code toward the percentage, or excludes whole assemblies to lift the number → HIGH coverage theater.
37
+ - No coverage gate at all, where the team treats a coverage number as a quality signal → HIGH.
38
+ - Recommend a gate scoped to hand-written production code, with exclusions justified and visible.
39
+
40
+ ### Step 5 — Isolation audit
41
+
42
+ Review whether tests are independent.
43
+
44
+ - Integration tests sharing a mutable database with no per-test isolation (no transaction rollback, no respawn/reset, no fresh container per test class) → HIGH: tests pollute each other and pass or fail by run order.
45
+ - Tests sharing static or singleton mutable state across test classes → HIGH.
46
+ - Tests dependent on execution order, or on data left by a prior test → HIGH flaky pattern.
47
+ - `Thread.Sleep`-based waits in async or integration tests → MEDIUM flaky pattern; recommend deterministic waits.
48
+
49
+ ### Step 6 — Suite-inclusion audit
50
+
51
+ Confirm every test project runs on the CI test gate.
52
+
53
+ - A test project present in the repo but not referenced by the solution's test run or the CI test command → HIGH: those tests never execute on the merge gate and the coverage they claim is fictional.
54
+ - Recommend including every test project in the CI test run, or removing it.
55
+
56
+ ### Step 7 — Negative- and security-test audit
57
+
58
+ Review whether the dangerous paths are tested.
59
+
60
+ - Only happy-path tests, with no tests for unauthorized (401), forbidden (403), invalid-input (400), not-found (404), or concurrency-conflict paths → HIGH: defects hide in the paths nobody asserts.
61
+ - No tests asserting that an unauthenticated or under-privileged caller is rejected on protected endpoints → HIGH security-test gap.
62
+ - Recommend explicit negative tests for each guarded path.
63
+
64
+ ### Step 8 — Brittleness audit
65
+
66
+ - Tests asserting on private fields, internal structure, or exact log strings → MEDIUM: they break on safe refactors and train the team to ignore red.
67
+ - Recommend asserting observable behavior through the public surface.
68
+
69
+ ### Step 9 — Produce the output
70
+
71
+ Format findings using the Output contract section below.
72
+
73
+ ---
74
+
75
+ ## Evidence checklist
76
+
77
+ Before writing findings, confirm which inputs were actually provided:
78
+ - [ ] Test classes and fixtures
79
+ - [ ] Mock / fake setups
80
+ - [ ] Integration-test harness (WebApplicationFactory, Testcontainers, DB fixtures)
81
+ - [ ] Coverage configuration and gate
82
+ - [ ] Solution file or CI test command
83
+
84
+ Each unchecked item downgrades the related findings to `inference (partial source)` or `assumption (source absent)`.
85
+
86
+ ---
87
+
88
+ ## Findings rubric
89
+
90
+ | Severity | Criteria |
91
+ |----------|----------|
92
+ | critical | Reserved for a confirmed false-confidence pattern that demonstrably ships a known defect class with no test coverage and an explicitly disabled or excluded gate. |
93
+ | high | Assertion-free tests; tautological mock-only tests; coverage theater or no coverage gate; shared-mutable-state integration tests; test projects excluded from the CI run; missing negative and security tests. |
94
+ | medium | Over-mocking owned logic; brittle tests on internal structure; `Thread.Sleep`-based waits. |
95
+ | low | Minor naming, organization, or readability issues in otherwise sound tests. |
96
+
97
+ Every finding carries an evidence-basis label: `confirmed (test source provided)`, `inference (partial source)`, `assumption (source absent)`, or `unknown`.
98
+
99
+ ---
100
+
101
+ ## Output contract
102
+
103
+ Return findings in this structure:
104
+
105
+ ```
106
+ ## Verdict
107
+ <pass | pass-with-conditions | block>
108
+
109
+ ## Evidence level
110
+ <full test source provided | partial source | documentation-based | inference>
111
+
112
+ ## Findings
113
+
114
+ ### CRITICAL
115
+ - [C1] <finding> — <evidence basis> — <description> — <remediation>
116
+
117
+ ### HIGH
118
+ - [H1] <finding> — <evidence basis> — <description> — <remediation>
119
+
120
+ ### MEDIUM
121
+ - [M1] <finding> — <evidence basis> — <description> — <remediation>
122
+
123
+ ### LOW
124
+ - [L1] <finding> — <evidence basis> — <description> — <remediation>
125
+
126
+ ## Safe next actions
127
+ 1. <action>
128
+ 2. <action>
129
+
130
+ ## Open questions
131
+ - <question requiring user clarification>
132
+ ```
133
+
134
+ ---
135
+
136
+ ## Security notes
137
+
138
+ - Never request or accept secrets, connection strings, tokens, tenant identifiers, or customer data. Ask for test source with placeholders.
139
+ - This is a static review: never run the test suite, a coverage tool, or a test container; never contact live systems.
140
+ - An assertion-free or tautological test is the highest-impact finding possible — the suite looks green and verifies nothing. Lead with it.
141
+ - A test project excluded from the CI run is invisible lost coverage; treat it as HIGH and tell the user the claimed coverage is fictional until the project runs on the gate.
142
+ - Never recommend raising coverage with assertion-free tests; never recommend `[Skip]`/`[Ignore]`/`[Fact(Skip=...)]` on a failing test, or disabling a failing gate, as the fix — that converts a known problem into an invisible one.
@@ -0,0 +1,60 @@
1
+ ---
2
+ name: hr-risk-triage-review
3
+ description: Use this skill when triaging HR and employment-relations risk for an enterprise People function — terminations, discipline, performance management, accommodations, leave, wage/hour, worker classification, discrimination, harassment, retaliation, whistleblower reports, layoffs, and HR policy exceptions. Trigger when a user describes a proposed HR action or a complaint and wants risks, evidence gaps, decision options, and escalation paths surfaced. This skill is an adversarial risk-review discipline; it does not provide legal or HR advice, form an attorney-client relationship, or issue binding employment-law 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
+ # HR Risk Triage Review
14
+
15
+ ## Purpose
16
+ This skill triages HR and employment-relations risk for an enterprise People function. It covers terminations and discipline, performance management, accommodations and leave, wage/hour and worker classification, discrimination, harassment and retaliation complaints, whistleblower reports, reductions in force and layoffs, immigration and work authorization, reorganizations, workplace investigations, and HR policy-exception reviews. It surfaces risks, assumptions, evidence gaps, decision options, and escalation paths for employment counsel and senior HR. It does not provide legal or binding HR advice, does not form an attorney-client relationship, and does not issue binding employment-law conclusions.
17
+
18
+ ## Lean operating rules
19
+ - Never conclude "this is compliant" or "it is safe to terminate/discipline." Rate risk Critical/High/Medium/Low/Unknown and say risk appears lower or higher on the evidence presented.
20
+ - Never recommend termination, discipline, denial of leave or accommodation, or any adverse employment action as a final decision. Provide readiness criteria and escalation triggers only — the decision belongs to qualified human decision-makers.
21
+ - Never invent employment statutes, notice periods, severance formulas, headcount thresholds, regulatory penalty figures, or jurisdiction-specific rules. Frame all statutory content as "verify against [official source]."
22
+ - Rate risk Unknown whenever the jurisdiction, employment type, or material facts are missing — Unknown is mandatory, not a fallback.
23
+ - Separate confirmed facts, allegations, assumptions, hearsay, opinions, inferences, and missing evidence in every response. Label each clearly.
24
+ - Never assume a manager's or complainant's account is complete or accurate — require corroboration before treating any account as fact.
25
+ - Never optimize for speed over defensibility, and never let "business need" override documentation, consistency, or employee dignity.
26
+ - Work from sanitized summaries. Never request medical or disability detail, immigration documents, compensation records, investigation notes, employee identifiers, or protected-characteristic data beyond what the question strictly requires.
27
+ - Protect privilege and investigation confidentiality. Do not reproduce verbatim complaint text, investigation notes, or medical documentation in a form that extends their circulation.
28
+ - Treat retaliation, discrimination, harassment, wage/hour, worker classification, whistleblower, safety, termination, accommodation/leave, immigration, pay equity, executive misconduct, mass-layoff, and works-council/union matters as escalation-grade — always flag for employment counsel review.
29
+ - Refuse to draft pretextual, retaliatory, or backdated documentation, or retaliatory, discriminatory, intimidating, or misleading employee communications. Refuse to help disguise a discriminatory or retaliatory action as a performance or policy issue.
30
+ - Every recommendation must map to a piece of evidence, a stated assumption, or a declared uncertainty — never float an unsupported recommendation.
31
+ - Recommend escalation to employment counsel whenever a matter is jurisdiction-specific, high-impact, litigation-exposed, regulated, or financially material.
32
+
33
+ ## References
34
+ Load these only when needed:
35
+ - [Workflow and output contract](references/workflow-and-output.md) — use when executing the full triage or formatting the final answer.
36
+ - [US jurisdiction reference](references/jurisdictions/us.md) — US federal and state employment-law regime map.
37
+ - [EU jurisdiction reference](references/jurisdictions/eu.md) — EU directives and member-state employment-law regime map.
38
+ - [UK jurisdiction reference](references/jurisdictions/uk.md) — Great Britain employment-law regime map.
39
+ - [Singapore jurisdiction reference](references/jurisdictions/singapore.md) — Singapore employment-law regime map.
40
+ - [Australia jurisdiction reference](references/jurisdictions/australia.md) — Australian federal employment-law regime map.
41
+
42
+ ## Response minimum
43
+ Return, at minimum, the ten-section contract defined in
44
+ [references/workflow-and-output.md](references/workflow-and-output.md):
45
+ 1. Verdict (proceed / proceed with controls / pause / escalate / insufficient evidence)
46
+ 2. Ruthless challenge — the weakest part of the current HR thinking
47
+ 3. Facts, allegations, assumptions, and missing evidence (each labeled and separated)
48
+ 4. Policy and process issues (notice, consistency, documentation, policy alignment, prior treatment, decision authority, confidentiality, appeal/review path)
49
+ 5. Fairness, consistency, retaliation, and privacy stress test (adverse-impact review, retaliation analysis, privacy analysis, and worst-case lenses from employee, plaintiff counsel, regulator/labor authority, works council/union, auditor, board, and press)
50
+ 6. Risk rating table with severity, evidence basis, employee impact, enterprise impact, decision owner, and mitigation path
51
+ 7. Documentation checklist (records that must exist and be verified before any action)
52
+ 8. Safe next actions (not a single overconfident recommendation)
53
+ 9. Required escalation (explicit statement of which matters must reach employment counsel/HR/ER/privacy/security before action)
54
+ 10. Questions HR and legal must answer before action
55
+
56
+ Also identify jurisdiction and employment type (or Unknown if not provided) and
57
+ classify the HR risk domain (recruiting, onboarding, performance, discipline,
58
+ termination, RIF/reorg, compensation, benefits, accommodation, leave, harassment,
59
+ discrimination, retaliation, workplace safety, investigations, employee privacy,
60
+ labor relations, or culture).
@@ -0,0 +1,29 @@
1
+ {
2
+ "id": "hr-risk-triage-review",
3
+ "name": "HR Risk Triage Review",
4
+ "type": "skill",
5
+ "provider": "hr",
6
+ "harnesses": [
7
+ "codex",
8
+ "claude-code",
9
+ "cursor",
10
+ "gemini",
11
+ "kiro",
12
+ "other"
13
+ ],
14
+ "summary": "Adversarial HR and employment-risk triage discipline for terminations, discipline, accommodations, wage/hour, discrimination, harassment, retaliation, layoffs, and HR policy exceptions — surfaces risks, evidence gaps, and escalation paths for employment counsel. Does not give legal or HR advice.",
15
+ "source_type": "original",
16
+ "official_docs": [
17
+ "https://www.eeoc.gov/laws-guidance",
18
+ "https://www.dol.gov/agencies/whd/flsa",
19
+ "https://www.acas.org.uk/advice",
20
+ "https://www.gov.uk/browse/working",
21
+ "https://www.mom.gov.sg/employment-practices",
22
+ "https://www.fairwork.gov.au/"
23
+ ],
24
+ "security_notes": "Static review only — works from sanitized excerpts; never requests employee medical records, personal data, or protected-characteristic data beyond what the question requires. Does not issue binding employment-law conclusions; refuses pretextual or retaliatory documentation and recommends escalation to employment counsel.",
25
+ "last_verified": "2026-05-18",
26
+ "path": "skills/hr/hr-risk-triage-review",
27
+ "author": "github: Raishin",
28
+ "version": "0.1.0"
29
+ }
@@ -0,0 +1,111 @@
1
+ # Australia Employment Law — Jurisdiction Reference Map
2
+
3
+ > **Review map only.** This file describes the structure of the Australian employment-law regime and where to verify requirements. The national Fair Work system covers most private-sector employers, but certain employers remain subject to state industrial-relations systems — confirm coverage before proceeding. This file is not legal advice, may be out of date, and must be verified against current official sources. Jurisdiction-specific conclusions require qualified Australian employment counsel.
4
+
5
+ Last verified: 2026-05-18
6
+
7
+ ---
8
+
9
+ ## Regime overview
10
+
11
+ Australia's employment law operates primarily under the Fair Work Act 2009 (Cth), administered by the Fair Work Ombudsman (FWO) and the Fair Work Commission (FWC). The national system covers constitutional corporations, the Commonwealth, and certain other employers. A small number of employers — principally in Western Australia (non-incorporated employers) — remain under state industrial systems; confirm which system applies before proceeding.
12
+
13
+ The Fair Work system sets the National Employment Standards (NES) as a minimum safety net applying to all national system employees. Modern awards and enterprise agreements sit above the NES and set additional conditions for covered employee populations. The general protections provisions (adverse action) and unfair dismissal regime operate as distinct heads of claim with different eligibility criteria, time limits, and remedies.
14
+
15
+ ---
16
+
17
+ ## Primary regulators and bodies
18
+
19
+ | Body | Role | Official source |
20
+ |---|---|---|
21
+ | Fair Work Ombudsman (FWO) | Compliance and enforcement — NES, awards, agreements, general protections | https://www.fairwork.gov.au |
22
+ | Fair Work Commission (FWC) | Unfair dismissal, general protections (dismissal), enterprise agreements, industrial action | https://www.fwc.gov.au |
23
+ | Australian Human Rights Commission (AHRC) | Federal discrimination and human rights complaints | https://humanrights.gov.au |
24
+ | State and territory anti-discrimination bodies | State discrimination complaints (parallel to federal) | Varies — verify per state/territory |
25
+ | Office of the Australian Information Commissioner (OAIC) | Privacy Act 1988 — employee records and personal data | https://www.oaic.gov.au |
26
+ | Safe Work Australia | Model work health and safety laws; national policy | https://www.safeworkaustralia.gov.au |
27
+ | State WorkCover/SafeWork authorities | Workers' compensation; WHS enforcement | Varies — verify per state/territory |
28
+
29
+ ---
30
+
31
+ ## Primary statutes and frameworks
32
+
33
+ | Statute / framework | Subject | Official source |
34
+ |---|---|---|
35
+ | Fair Work Act 2009 (Cth) | NES, unfair dismissal, general protections, enterprise bargaining, industrial action | https://www.legislation.gov.au/Details/C2023C00112 |
36
+ | National Employment Standards (NES) | Minimum entitlements: notice, leave, maximum hours, redundancy pay, FWI | https://www.fairwork.gov.au/employment-conditions/national-employment-standards |
37
+ | Modern Awards | Industry/occupation-specific minimum pay and conditions | https://www.fairwork.gov.au/employment-conditions/awards |
38
+ | Age Discrimination Act 2004 | Protection from age-based discrimination | https://humanrights.gov.au/our-work/age-discrimination |
39
+ | Disability Discrimination Act 1992 | Disability discrimination; reasonable adjustments | https://humanrights.gov.au/our-work/disability-rights |
40
+ | Racial Discrimination Act 1975 | Race, colour, national or ethnic origin discrimination | https://humanrights.gov.au/our-work/race-discrimination |
41
+ | Sex Discrimination Act 1984 | Sex, pregnancy, breastfeeding, sexual harassment discrimination | https://humanrights.gov.au/our-work/sex-discrimination |
42
+ | Privacy Act 1988 (Cth) | Employee records exemption and APP obligations for personal data | https://www.oaic.gov.au/privacy/the-privacy-act |
43
+ | Work Health and Safety Act (model WHS Act) | WHS duties; psychosocial hazards; consultation | https://www.safeworkaustralia.gov.au/law-and-regulation/model-whs-laws |
44
+ | State anti-discrimination legislation | State-level protected attributes and complaint bodies | Verify per state/territory |
45
+
46
+ ---
47
+
48
+ ## Structural review checkpoints
49
+
50
+ **Fair Work system coverage**
51
+ - Confirm whether the employer is a national system employer (constitutional corporation, Commonwealth, ACT, NT, or other federal employers) or subject to a state system. Western Australia non-incorporated employers are outside the national system.
52
+
53
+ **National Employment Standards (NES)**
54
+ - The NES apply to all national system employees and cannot be excluded by any agreement. Key NES entitlements include: maximum weekly hours, flexible work requests, leave (annual, personal/carer's, compassionate, parental, community service), public holidays, notice of termination and redundancy pay, and the Fair Work Information Statement.
55
+ - Verify current NES entitlements at https://www.fairwork.gov.au/employment-conditions/national-employment-standards — do not state specific leave periods or redundancy pay amounts without verifying against current FWO content.
56
+
57
+ **Unfair dismissal**
58
+ - Eligible employees (meeting minimum employment period — verify current period at https://www.fairwork.gov.au/ending-employment/unfair-dismissal) may apply to the FWC for unfair dismissal remedy.
59
+ - A dismissal is unfair if it was harsh, unjust, or unreasonable — the FWC considers: valid reason, notification of reason, opportunity to respond, support person, and size/HR capability of the employer.
60
+ - Small business employers (fewer than 15 employees — verify threshold) have different procedural obligations under the Small Business Fair Dismissal Code.
61
+ - Application must be lodged within 21 days of dismissal taking effect — verify at https://www.fwc.gov.au/termination-employment/unfair-dismissal.
62
+
63
+ **General protections (adverse action)**
64
+ - General protections apply to all workers in the national system (not just employees) and have no minimum-employment-period requirement.
65
+ - Adverse action is unlawful if taken because an employee exercised, or proposed to exercise, a workplace right (including making a complaint, taking leave, engaging in union activity, or invoking a workplace right under an agreement or law).
66
+ - There is a reverse onus: once an employee establishes adverse action, the burden shifts to the employer to prove a non-prohibited reason. This is the primary escalation risk for terminations or adverse actions that follow a complaint or the exercise of a workplace right.
67
+ - General protections dismissal applications must be lodged within 21 days — verify at https://www.fwc.gov.au.
68
+
69
+ **Anti-discrimination**
70
+ - Four federal anti-discrimination statutes (Age, Disability, Racial, Sex Discrimination Acts) apply to employment. State anti-discrimination laws operate in parallel and may cover additional attributes. Complaints may be lodged with the AHRC and/or state bodies — verify where the employee may file.
71
+ - Sexual harassment in the workplace: the Sex Discrimination Act and recent amendments create positive duties on employers to eliminate sexual harassment — verify current obligations at https://humanrights.gov.au.
72
+
73
+ **Redundancy and retrenchment**
74
+ - The NES provides redundancy pay entitlements for employees with qualifying service (excluding small businesses below the threshold — verify). Notice of termination entitlements also apply.
75
+ - Genuine redundancy: the position must be genuinely surplus and the employer must consult any applicable modern award or enterprise agreement obligations about major workplace changes. Failure to consult can convert a genuine redundancy into an unfair dismissal.
76
+ - Verify current consultation obligations under the applicable modern award or enterprise agreement.
77
+
78
+ **Modern awards and enterprise agreements**
79
+ - Most employees are covered by a modern award or enterprise agreement that imposes additional conditions above the NES. Identify the applicable modern award or enterprise agreement before assessing entitlements. Use the FWO's Pay and Conditions Tool to confirm coverage — https://www.fairwork.gov.au/pay-and-wages/pay-calculator.
80
+
81
+ **Privacy and employee records**
82
+ - The Privacy Act 1988 grants a general exemption for employee records used directly in the employment relationship — verify the scope and limits of this exemption with OAIC guidance at https://www.oaic.gov.au/privacy/the-privacy-act.
83
+ - The exemption does not apply to failed job applicants or former employees in all circumstances — verify.
84
+
85
+ **Work health and safety (psychosocial hazards)**
86
+ - Model WHS laws include an obligation to manage psychosocial risks (bullying, harassment, high job demands). Verify whether the applicable state/territory has adopted the model psychosocial risk regulations.
87
+ - Workers' compensation obligations are state/territory-based — verify the applicable scheme.
88
+
89
+ ---
90
+
91
+ ## Escalation triggers (Australia-specific)
92
+
93
+ - Any adverse action following an employee's complaint, leave request, union activity, or exercise of any workplace right — general protections reverse onus applies.
94
+ - Proposed redundancy where consultation obligations under an award or enterprise agreement may not have been met.
95
+ - Sexual harassment complaint — positive duty on employers under amended Sex Discrimination Act.
96
+ - Any termination of an employee who may have lodged, or is eligible to lodge, an unfair dismissal or general protections application within the 21-day window.
97
+ - Redundancy pay dispute — particularly where NES or agreement entitlements are contested.
98
+ - Whether employer qualifies as a small business for Small Business Fair Dismissal Code purposes.
99
+
100
+ ---
101
+
102
+ ## Sources
103
+
104
+ - https://www.fairwork.gov.au — Fair Work Ombudsman (confirmed via search 2026-05-18; 503 on direct fetch — use the search-confirmed URLs)
105
+ - https://www.fairwork.gov.au/employment-conditions/national-employment-standards — NES (confirmed via search 2026-05-18)
106
+ - https://www.fairwork.gov.au/ending-employment/unfair-dismissal — FWO unfair dismissal (confirmed via search 2026-05-18)
107
+ - https://www.fairwork.gov.au/employment-conditions/protections-at-work — general protections (confirmed via search 2026-05-18)
108
+ - https://www.legislation.gov.au/Details/C2023C00112 — Fair Work Act 2009 (confirmed via search 2026-05-18)
109
+ - https://humanrights.gov.au — Australian Human Rights Commission (confirmed via search 2026-05-18)
110
+ - https://www.fwc.gov.au — Fair Work Commission
111
+ - https://www.oaic.gov.au — Office of the Australian Information Commissioner
@@ -0,0 +1,97 @@
1
+ # EU Employment Law — Jurisdiction Reference Map
2
+
3
+ > **Review map only.** This file describes the structure of the EU employment-law regime and where to verify requirements. EU directives set minimum standards; each member state implements them through national legislation that may impose more protective rules. This file is not legal advice, may be out of date, and must be verified against current official sources and applicable national law. Jurisdiction-specific conclusions require qualified local employment counsel in each member state.
4
+
5
+ Last verified: 2026-05-18
6
+
7
+ ---
8
+
9
+ ## Regime overview
10
+
11
+ EU employment law operates through directives that harmonize minimum standards across member states. Directives bind member states to achieve a result but leave implementation form to national law — meaning the practical obligations an employer faces depend on how the relevant member state has transposed each directive, which may be more stringent than the directive floor. The reviewer must identify the specific member state(s) and verify national implementing legislation; EU directive citations alone are insufficient for operational conclusions.
12
+
13
+ The regime covers: anti-discrimination and equal treatment, collective redundancy and works-council consultation, transfer of undertakings (TUPE-equivalent), working time, data protection (GDPR), fixed-term and part-time work, transparent and predictable working conditions, and posted workers. Social dialogue through European Works Councils applies to EU-scale undertakings meeting specific thresholds.
14
+
15
+ ---
16
+
17
+ ## Primary regulators and bodies
18
+
19
+ | Body | Role | Official source |
20
+ |---|---|---|
21
+ | European Commission — DG EMPL | Proposes and monitors employment directives | https://employment-social-affairs.ec.europa.eu |
22
+ | National labor courts / tribunals | Primary enforcement forum (varies by member state) | Verify per member state |
23
+ | National labor inspectorates | Wage, working-time, and safety enforcement | Verify per member state |
24
+ | European Data Protection Board (EDPB) | GDPR enforcement coordination including employment data | https://www.edpb.europa.eu |
25
+ | National data protection authorities (DPAs) | Primary GDPR enforcement | Verify per member state |
26
+ | European Works Councils (where constituted) | Transnational information and consultation | https://employment-social-affairs.ec.europa.eu/policies-and-activities/rights-work/labour-law/employee-involvement_en |
27
+
28
+ ---
29
+
30
+ ## Primary directives and frameworks
31
+
32
+ | Directive / regulation | Subject | Official source |
33
+ |---|---|---|
34
+ | Directive 2000/78/EC | Equal treatment in employment — religion, disability, age, sexual orientation | https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=celex:32000L0078 |
35
+ | Directive 2000/43/EC | Equal treatment — racial or ethnic origin | https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=celex:32000L0043 |
36
+ | Directive 2006/54/EC | Equal treatment — sex (employment and occupation) | https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=celex:32006L0054 |
37
+ | Directive 98/59/EC | Collective redundancies — information and consultation | https://eur-lex.europa.eu/eli/dir/1998/59/oj/eng |
38
+ | Directive 2001/23/EC | Transfer of undertakings (TUPE-equivalent) | https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=celex:32001L0023 |
39
+ | Directive 2003/88/EC | Working time — rest periods, night work, annual leave | https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=celex:32003L0088 |
40
+ | Regulation 2016/679 (GDPR) | Personal data processing — includes employment data (Article 88, Recital 155) | https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32016R0679 |
41
+ | Directive 2019/1152 | Transparent and predictable working conditions | https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32019L1152 |
42
+ | Directive 2002/14/EC | General framework for information and consultation of employees | https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=celex:32002L0014 |
43
+ | Directive 94/45/EC (as recast 2009/38/EC) | European Works Councils | https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=celex:32009L0038 |
44
+
45
+ ---
46
+
47
+ ## Structural review checkpoints
48
+
49
+ **Anti-discrimination**
50
+ - Directive 2000/78/EC prohibits direct and indirect discrimination, harassment, and instructions to discriminate on grounds of religion or belief, disability, age, and sexual orientation. Directive 2000/43/EC covers race/ethnicity. Directive 2006/54/EC covers sex.
51
+ - Reasonable accommodation for disability is required unless it imposes a disproportionate burden — verify how the applicable member state has implemented this duty.
52
+ - The burden of proof shifts to the employer once a claimant establishes facts from which discrimination may be presumed — confirm this applies in the relevant member state.
53
+
54
+ **Collective redundancy consultation**
55
+ - Directive 98/59/EC requires employers to consult workers' representatives "in good time" before making collective redundancies, with the aim of reaching agreement. Thresholds triggering the obligation vary — the directive sets minimum thresholds based on establishment size, but member states may set lower thresholds. Verify the applicable national implementing law; do not state specific figures without verifying the national law.
56
+ - The consultation must cover means of avoiding redundancies, reducing numbers, and mitigating consequences. Notification to the competent national authority is required.
57
+
58
+ **Works councils and information/consultation**
59
+ - Directive 2002/14/EC requires information and consultation in enterprises with 50+ employees (or establishments with 20+, depending on member state implementation) for significant changes — verify the applicable national threshold and scope.
60
+ - European Works Councils (EWCs) apply to EU-scale undertakings with 1,000+ employees in EU member states and 150+ in each of at least two member states. EWCs must be informed and consulted on transnational matters before decisions are made — verify at https://employment-social-affairs.ec.europa.eu.
61
+
62
+ **Transfer of undertakings**
63
+ - Directive 2001/23/EC requires employee terms and conditions to transfer automatically on a relevant transfer; dismissal solely by reason of the transfer is automatically invalid. Verify how the member state implements the economic entity test.
64
+
65
+ **Working time**
66
+ - Directive 2003/88/EC sets minimum daily rest, weekly rest, and annual leave entitlements. Member states implement specific minimums — verify national law for the applicable state.
67
+
68
+ **GDPR and employment data**
69
+ - Article 88 GDPR allows member states to provide more specific rules for employment data processing. Recital 155 acknowledges member-state competence in employment-law data rules.
70
+ - Processing special-category data (health, ethnic origin, union membership, biometrics) requires explicit legal basis — typically explicit consent (unreliable in employment contexts per EDPB guidance) or a specific national law under Article 9(2)(b).
71
+ - Monitoring, surveillance, and investigation activities involving employee data require a lawful basis and data-minimization compliance. Verify the applicable national DPA guidance.
72
+
73
+ **Fixed-term and contractor workers**
74
+ - Directive 1999/70/EC (Fixed-term Work Directive) prevents less-favorable treatment of fixed-term workers and limits successive fixed-term contracts — verify national implementing rules.
75
+ - Independent-contractor classification: no uniform EU standard. Each member state applies its own employment-status test. Misclassification exposure must be assessed per member state.
76
+
77
+ ---
78
+
79
+ ## Escalation triggers (EU-specific)
80
+
81
+ - Any proposed collective redundancy — verify consultation obligation and national authority notification requirement before finalizing.
82
+ - Any business transfer or outsourcing in scope of Directive 2001/23/EC.
83
+ - EWC or domestic works council in scope — consultation must precede the decision, not follow it.
84
+ - Cross-border workforce: multiple member states in scope means multiple national laws simultaneously apply.
85
+ - Processing special-category employee data, or implementing workforce monitoring systems.
86
+ - Any action affecting employees who have raised a complaint, exercised a statutory right, or engaged in union activity.
87
+
88
+ ---
89
+
90
+ ## Sources
91
+
92
+ - https://employment-social-affairs.ec.europa.eu — European Commission DG EMPL (confirmed via search 2026-05-18)
93
+ - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=celex:32000L0078 — Directive 2000/78/EC (confirmed via search 2026-05-18)
94
+ - https://eur-lex.europa.eu/eli/dir/1998/59/oj/eng — Directive 98/59/EC collective redundancies (confirmed via search 2026-05-18)
95
+ - https://employment-social-affairs.ec.europa.eu/policies-and-activities/rights-work/labour-law/employee-involvement/collective-redundancies_en — EC collective redundancy guidance (confirmed via search 2026-05-18)
96
+ - https://www.edpb.europa.eu — European Data Protection Board (confirmed via search 2026-05-18)
97
+ - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32016R0679 — GDPR (confirmed via search 2026-05-18)
@@ -0,0 +1,102 @@
1
+ # Singapore Employment Law — Jurisdiction Reference Map
2
+
3
+ > **Review map only.** This file describes the structure of the Singapore 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 Singapore employment counsel.
4
+
5
+ Last verified: 2026-05-18
6
+
7
+ ---
8
+
9
+ ## Regime overview
10
+
11
+ Singapore's employment-law regime is anchored in the Employment Act (administered by the Ministry of Manpower, MOM) and a tripartite model involving MOM, the National Trades Union Congress (NTUC), and the Singapore National Employers Federation (SNEF). The Tripartite Guidelines on Fair Employment Practices (TGFEP), administered by the Tripartite Alliance for Fair and Progressive Employment Practices (TAFEP), set the standard for merit-based, non-discriminatory hiring and management. Singapore does not have a statutory unfair-dismissal regime equivalent to UK or Australian law; instead, protection against wrongful dismissal is built into the Employment Act, with dispute resolution primarily through the Tripartite Alliance for Dispute Management (TADM) and the Employment Claims Tribunal (ECT).
12
+
13
+ The Workplace Fairness Act (WFA), legislated in 2024, codifies protections against workplace discrimination — verify its current implementation status and effective date with MOM before assuming it is fully in force.
14
+
15
+ ---
16
+
17
+ ## Primary regulators and bodies
18
+
19
+ | Body | Role | Official source |
20
+ |---|---|---|
21
+ | Ministry of Manpower (MOM) | Employment Act administration, work-pass system, workplace safety oversight | https://www.mom.gov.sg/employment-practices |
22
+ | Tripartite Alliance for Dispute Management (TADM) | Employment dispute mediation; wrongful-dismissal claims | https://www.tal.sg/tadm |
23
+ | Employment Claims Tribunal (ECT) | Adjudication of salary and wrongful-dismissal disputes | https://www.judiciary.gov.sg/civil/employment-claims-tribunal |
24
+ | TAFEP (Tripartite Alliance for Fair and Progressive Employment Practices) | Fair-employment-practices guidance and enforcement referrals | https://www.tal.sg/tafep |
25
+ | Workplace Safety and Health (WSH) Council | Workplace safety and health regulation | https://www.wsh.gov.sg |
26
+ | Personal Data Protection Commission (PDPC) | Personal Data Protection Act (PDPA) enforcement | https://www.pdpc.gov.sg |
27
+
28
+ ---
29
+
30
+ ## Primary statutes and frameworks
31
+
32
+ | Statute / framework | Subject | Official source |
33
+ |---|---|---|
34
+ | Employment Act (Cap. 91A) | Core employment terms, salary payment, termination, leave entitlements | https://www.mom.gov.sg/employment-practices/employment-act |
35
+ | Workplace Fairness Act 2024 | Statutory prohibition of workplace discrimination (verify implementation status) | https://www.mom.gov.sg/employment-practices/good-work-practices/fair-employment-practices |
36
+ | Tripartite Guidelines on Fair Employment Practices (TGFEP) | Merit-based hiring and management; all employers expected to adhere | https://www.tal.sg/tafep/getting-started/fair/tripartite-guidelines |
37
+ | Employment of Foreign Manpower Act (EFMA) | Work-pass framework; employer obligations for foreign employees | https://www.mom.gov.sg/passes-and-permits |
38
+ | Personal Data Protection Act (PDPA) | Collection, use, and disclosure of personal data | https://www.pdpc.gov.sg/overview-of-pdpa/the-legislation |
39
+ | Workplace Safety and Health Act | Occupational safety and health obligations | https://www.mom.gov.sg/legislation/workplace-safety-and-health-act |
40
+ | Industrial Relations Act | Collective bargaining; trade union recognition | https://www.mom.gov.sg/legislation/industrial-relations-act |
41
+
42
+ ---
43
+
44
+ ## Structural review checkpoints
45
+
46
+ **Employment Act coverage**
47
+ - The Employment Act applies to all employees in Singapore except certain categories (confirm exclusions against current MOM guidance — the scope has been extended in recent years and must be verified at https://www.mom.gov.sg/employment-practices/employment-act).
48
+ - Key entitlements under the Act include: notice of termination or payment in lieu, annual leave, sick leave, maternity and paternity leave, public holiday entitlements, and salary payment obligations.
49
+
50
+ **Termination**
51
+ - Either party may terminate employment by giving the contractually or statutorily required notice period, or by paying salary in lieu. The Employment Act provides for termination without notice in cases of misconduct, subject to a fair inquiry process.
52
+ - Wrongful dismissal: an employee who considers their dismissal wrongful may lodge a claim through TADM. Verify the current claim process and time limits at https://www.tal.sg/tadm.
53
+ - For termination for misconduct, MOM guidance requires a fair inquiry to be conducted before dismissal — the reviewer should confirm whether a proper inquiry process was followed.
54
+
55
+ **Fair employment practices (TGFEP)**
56
+ - All employers in Singapore are expected to adhere to the TGFEP. The guidelines require that recruitment, selection, and employment decisions be based on merit (skills, experience, ability) regardless of age, race, gender, religion, marital status, family responsibilities, or disability.
57
+ - Since 2013, MOM has taken enforcement action for TGFEP breaches, including suspension of work-pass privileges for employers who discriminate.
58
+ - Verify the current enforcement framework, including the Workplace Fairness Act's codification of these protections, at https://www.tal.sg/tafep/workplace-fairness.
59
+
60
+ **Leave entitlements**
61
+ - Maternity leave, childcare leave, paternity leave, and adoption leave entitlements are set in the Employment Act and related statutes. Verify current entitlements at https://www.mom.gov.sg/employment-practices/leave-and-holidays.
62
+ - A proposed adverse action against an employee who is pregnant, on maternity leave, or who has recently returned from protected leave is an escalation-grade risk under TGFEP and potentially the WFA.
63
+
64
+ **Work passes and immigration**
65
+ - Foreign employees require valid work passes (Employment Pass, S Pass, Work Permit, etc.) issued by MOM. Employing a foreign employee without a valid pass is a serious offence under the EFMA.
66
+ - Any restructuring affecting foreign employees requires review of work-pass implications. A foreign employee whose employment is terminated typically must have their pass cancelled and may need to leave Singapore.
67
+ - Verify current pass categories and employer obligations at https://www.mom.gov.sg/passes-and-permits.
68
+
69
+ **Data protection (PDPA)**
70
+ - The PDPA governs the collection, use, and disclosure of personal data in Singapore. Employee data collected for HR purposes must be used only for those purposes. Special attention applies to sensitive data (medical records, disciplinary files).
71
+ - Verify current PDPA obligations with PDPC guidance at https://www.pdpc.gov.sg.
72
+
73
+ **Collective and union matters**
74
+ - Trade union recognition and collective bargaining are governed by the Industrial Relations Act. If a union represents the affected employee population, collective-bargaining agreement terms and Industrial Arbitration Court (IAC) procedures may apply.
75
+ - Verify union coverage and CBA terms before proceeding with collective or individual disciplinary or retrenchment actions.
76
+
77
+ **Retrenchment**
78
+ - MOM expects employers to notify MOM if retrenching 10 or more employees within any 30-day period (for companies with 10 or more employees) — verify the current notification threshold and process at https://www.mom.gov.sg/employment-practices/retrenchment.
79
+ - The Tripartite Advisory on Managing Excess Manpower and Responsible Retrenchment should be followed. Verify the current advisory at MOM's website.
80
+ - Retrenchment benefits are not statutorily mandated for all employees, but tripartite advisories recommend payment — verify applicable practice and any CBA obligations.
81
+
82
+ ---
83
+
84
+ ## Escalation triggers (Singapore-specific)
85
+
86
+ - Any termination for misconduct where a formal inquiry was not conducted.
87
+ - Any adverse action affecting a pregnant employee, employee on protected leave, or an employee who has raised a TGFEP or WFA complaint.
88
+ - Retrenchment of 10 or more employees within 30 days (MOM notification obligation — verify threshold).
89
+ - Work-pass implications for any foreign employee in scope.
90
+ - TGFEP or Workplace Fairness Act complaint filed or anticipated.
91
+ - Any union recognition or collective-bargaining agreement in scope.
92
+
93
+ ---
94
+
95
+ ## Sources
96
+
97
+ - https://www.mom.gov.sg/employment-practices — MOM employment practices hub (fetched 2026-05-18, resolved)
98
+ - https://www.mom.gov.sg/employment-practices/termination-of-employment — MOM termination framework (fetched 2026-05-18, resolved)
99
+ - https://www.tal.sg/tafep/getting-started/fair/tripartite-guidelines — TGFEP (confirmed via search 2026-05-18)
100
+ - https://www.tal.sg/tafep — TAFEP (confirmed via search 2026-05-18)
101
+ - https://www.tal.sg/tadm — TADM dispute management
102
+ - https://www.pdpc.gov.sg — Personal Data Protection Commission