@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.
- package/.claude-plugin/plugin.json +39 -1
- package/.cursor-plugin/plugin.json +39 -1
- package/.github/plugin/marketplace.json +1 -1
- package/README.md +140 -31
- package/agents/README.md +47 -2
- package/agents/dotnet/README.md +57 -0
- package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/AGENT.md +57 -0
- package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/claude-code.agent.md +41 -0
- package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/codex.toml +40 -0
- package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/copilot.agent.md +41 -0
- package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/cursor.agent.md +41 -0
- package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/gemini.agent.md +41 -0
- package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/harnesses/kiro-ide.agent.md +41 -0
- package/agents/dotnet/dotnet-aspire-cloud-native-review-agent/metadata.json +41 -0
- package/agents/dotnet/dotnet-aspnetcore-api-review-agent/AGENT.md +56 -0
- package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/claude-code.agent.md +40 -0
- package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/codex.toml +38 -0
- package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/copilot.agent.md +40 -0
- package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/cursor.agent.md +40 -0
- package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/gemini.agent.md +40 -0
- package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/dotnet/dotnet-aspnetcore-api-review-agent/harnesses/kiro-ide.agent.md +40 -0
- package/agents/dotnet/dotnet-aspnetcore-api-review-agent/metadata.json +42 -0
- package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/AGENT.md +56 -0
- package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/claude-code.agent.md +40 -0
- package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/codex.toml +38 -0
- package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/copilot.agent.md +40 -0
- package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/cursor.agent.md +40 -0
- package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/gemini.agent.md +40 -0
- package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/harnesses/kiro-ide.agent.md +40 -0
- package/agents/dotnet/dotnet-aspnetcore-identity-authz-review-agent/metadata.json +42 -0
- package/agents/dotnet/dotnet-csharp-runtime-review-agent/AGENT.md +56 -0
- package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/claude-code.agent.md +39 -0
- package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/codex.toml +39 -0
- package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/copilot.agent.md +39 -0
- package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/cursor.agent.md +39 -0
- package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/gemini.agent.md +39 -0
- package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/dotnet/dotnet-csharp-runtime-review-agent/harnesses/kiro-ide.agent.md +39 -0
- package/agents/dotnet/dotnet-csharp-runtime-review-agent/metadata.json +42 -0
- package/agents/dotnet/dotnet-efcore-data-access-review-agent/AGENT.md +58 -0
- package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/codex.toml +41 -0
- package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/copilot.agent.md +42 -0
- package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/cursor.agent.md +42 -0
- package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/gemini.agent.md +42 -0
- package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/dotnet/dotnet-efcore-data-access-review-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/dotnet/dotnet-efcore-data-access-review-agent/metadata.json +42 -0
- package/agents/dotnet/dotnet-maestro-agent/AGENT.md +53 -0
- package/agents/dotnet/dotnet-maestro-agent/harnesses/claude-code.agent.md +36 -0
- package/agents/dotnet/dotnet-maestro-agent/harnesses/codex.toml +40 -0
- package/agents/dotnet/dotnet-maestro-agent/harnesses/copilot.agent.md +36 -0
- package/agents/dotnet/dotnet-maestro-agent/harnesses/cursor.agent.md +36 -0
- package/agents/dotnet/dotnet-maestro-agent/harnesses/gemini.agent.md +36 -0
- package/agents/dotnet/dotnet-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/dotnet/dotnet-maestro-agent/harnesses/kiro-ide.agent.md +36 -0
- package/agents/dotnet/dotnet-maestro-agent/metadata.json +40 -0
- package/agents/dotnet/dotnet-observability-otel-review-agent/AGENT.md +57 -0
- package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/claude-code.agent.md +41 -0
- package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/codex.toml +40 -0
- package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/copilot.agent.md +41 -0
- package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/cursor.agent.md +41 -0
- package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/gemini.agent.md +41 -0
- package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/dotnet/dotnet-observability-otel-review-agent/harnesses/kiro-ide.agent.md +41 -0
- package/agents/dotnet/dotnet-observability-otel-review-agent/metadata.json +41 -0
- package/agents/dotnet/dotnet-performance-aot-review-agent/AGENT.md +56 -0
- package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/claude-code.agent.md +40 -0
- package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/codex.toml +39 -0
- package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/copilot.agent.md +40 -0
- package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/cursor.agent.md +40 -0
- package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/gemini.agent.md +40 -0
- package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/dotnet/dotnet-performance-aot-review-agent/harnesses/kiro-ide.agent.md +40 -0
- package/agents/dotnet/dotnet-performance-aot-review-agent/metadata.json +41 -0
- package/agents/dotnet/dotnet-supply-chain-review-agent/AGENT.md +57 -0
- package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/claude-code.agent.md +41 -0
- package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/codex.toml +40 -0
- package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/copilot.agent.md +41 -0
- package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/cursor.agent.md +41 -0
- package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/gemini.agent.md +41 -0
- package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/dotnet/dotnet-supply-chain-review-agent/harnesses/kiro-ide.agent.md +41 -0
- package/agents/dotnet/dotnet-supply-chain-review-agent/metadata.json +42 -0
- package/agents/dotnet/dotnet-testing-quality-review-agent/AGENT.md +56 -0
- package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/claude-code.agent.md +40 -0
- package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/codex.toml +39 -0
- package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/copilot.agent.md +40 -0
- package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/cursor.agent.md +40 -0
- package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/gemini.agent.md +40 -0
- package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/dotnet/dotnet-testing-quality-review-agent/harnesses/kiro-ide.agent.md +40 -0
- package/agents/dotnet/dotnet-testing-quality-review-agent/metadata.json +41 -0
- package/agents/hr/README.md +42 -0
- package/agents/hr/hr-analytics-people-data-agent/AGENT.md +64 -0
- package/agents/hr/hr-analytics-people-data-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/hr/hr-analytics-people-data-agent/harnesses/codex.toml +73 -0
- package/agents/hr/hr-analytics-people-data-agent/harnesses/copilot.agent.md +42 -0
- package/agents/hr/hr-analytics-people-data-agent/harnesses/cursor.agent.md +42 -0
- package/agents/hr/hr-analytics-people-data-agent/harnesses/gemini.agent.md +42 -0
- package/agents/hr/hr-analytics-people-data-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/hr/hr-analytics-people-data-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/hr/hr-analytics-people-data-agent/metadata.json +38 -0
- package/agents/hr/hr-benefits-payroll-agent/AGENT.md +64 -0
- package/agents/hr/hr-benefits-payroll-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/hr/hr-benefits-payroll-agent/harnesses/codex.toml +72 -0
- package/agents/hr/hr-benefits-payroll-agent/harnesses/copilot.agent.md +42 -0
- package/agents/hr/hr-benefits-payroll-agent/harnesses/cursor.agent.md +42 -0
- package/agents/hr/hr-benefits-payroll-agent/harnesses/gemini.agent.md +42 -0
- package/agents/hr/hr-benefits-payroll-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/hr/hr-benefits-payroll-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/hr/hr-benefits-payroll-agent/metadata.json +38 -0
- package/agents/hr/hr-compensation-equity-agent/AGENT.md +64 -0
- package/agents/hr/hr-compensation-equity-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/hr/hr-compensation-equity-agent/harnesses/codex.toml +75 -0
- package/agents/hr/hr-compensation-equity-agent/harnesses/copilot.agent.md +42 -0
- package/agents/hr/hr-compensation-equity-agent/harnesses/cursor.agent.md +42 -0
- package/agents/hr/hr-compensation-equity-agent/harnesses/gemini.agent.md +42 -0
- package/agents/hr/hr-compensation-equity-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/hr/hr-compensation-equity-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/hr/hr-compensation-equity-agent/metadata.json +38 -0
- package/agents/hr/hr-culture-dei-agent/AGENT.md +64 -0
- package/agents/hr/hr-culture-dei-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/hr/hr-culture-dei-agent/harnesses/codex.toml +73 -0
- package/agents/hr/hr-culture-dei-agent/harnesses/copilot.agent.md +42 -0
- package/agents/hr/hr-culture-dei-agent/harnesses/cursor.agent.md +42 -0
- package/agents/hr/hr-culture-dei-agent/harnesses/gemini.agent.md +42 -0
- package/agents/hr/hr-culture-dei-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/hr/hr-culture-dei-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/hr/hr-culture-dei-agent/metadata.json +38 -0
- package/agents/hr/hr-employee-relations-agent/AGENT.md +64 -0
- package/agents/hr/hr-employee-relations-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/hr/hr-employee-relations-agent/harnesses/codex.toml +73 -0
- package/agents/hr/hr-employee-relations-agent/harnesses/copilot.agent.md +42 -0
- package/agents/hr/hr-employee-relations-agent/harnesses/cursor.agent.md +42 -0
- package/agents/hr/hr-employee-relations-agent/harnesses/gemini.agent.md +42 -0
- package/agents/hr/hr-employee-relations-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/hr/hr-employee-relations-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/hr/hr-employee-relations-agent/metadata.json +38 -0
- package/agents/hr/hr-hris-process-controls-agent/AGENT.md +64 -0
- package/agents/hr/hr-hris-process-controls-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/hr/hr-hris-process-controls-agent/harnesses/codex.toml +73 -0
- package/agents/hr/hr-hris-process-controls-agent/harnesses/copilot.agent.md +42 -0
- package/agents/hr/hr-hris-process-controls-agent/harnesses/cursor.agent.md +42 -0
- package/agents/hr/hr-hris-process-controls-agent/harnesses/gemini.agent.md +42 -0
- package/agents/hr/hr-hris-process-controls-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/hr/hr-hris-process-controls-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/hr/hr-hris-process-controls-agent/metadata.json +38 -0
- package/agents/hr/hr-learning-policy-agent/AGENT.md +64 -0
- package/agents/hr/hr-learning-policy-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/hr/hr-learning-policy-agent/harnesses/codex.toml +73 -0
- package/agents/hr/hr-learning-policy-agent/harnesses/copilot.agent.md +42 -0
- package/agents/hr/hr-learning-policy-agent/harnesses/cursor.agent.md +42 -0
- package/agents/hr/hr-learning-policy-agent/harnesses/gemini.agent.md +42 -0
- package/agents/hr/hr-learning-policy-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/hr/hr-learning-policy-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/hr/hr-learning-policy-agent/metadata.json +38 -0
- package/agents/hr/hr-leave-accommodation-agent/AGENT.md +64 -0
- package/agents/hr/hr-leave-accommodation-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/hr/hr-leave-accommodation-agent/harnesses/codex.toml +76 -0
- package/agents/hr/hr-leave-accommodation-agent/harnesses/copilot.agent.md +42 -0
- package/agents/hr/hr-leave-accommodation-agent/harnesses/cursor.agent.md +42 -0
- package/agents/hr/hr-leave-accommodation-agent/harnesses/gemini.agent.md +42 -0
- package/agents/hr/hr-leave-accommodation-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/hr/hr-leave-accommodation-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/hr/hr-leave-accommodation-agent/metadata.json +38 -0
- package/agents/hr/hr-maestro-agent/AGENT.md +84 -0
- package/agents/hr/hr-maestro-agent/harnesses/claude-code.agent.md +61 -0
- package/agents/hr/hr-maestro-agent/harnesses/codex.toml +66 -0
- package/agents/hr/hr-maestro-agent/harnesses/copilot.agent.md +61 -0
- package/agents/hr/hr-maestro-agent/harnesses/cursor.agent.md +61 -0
- package/agents/hr/hr-maestro-agent/harnesses/gemini.agent.md +61 -0
- package/agents/hr/hr-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/hr/hr-maestro-agent/harnesses/kiro-ide.agent.md +61 -0
- package/agents/hr/hr-maestro-agent/metadata.json +38 -0
- package/agents/hr/hr-performance-management-agent/AGENT.md +64 -0
- package/agents/hr/hr-performance-management-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/hr/hr-performance-management-agent/harnesses/codex.toml +77 -0
- package/agents/hr/hr-performance-management-agent/harnesses/copilot.agent.md +42 -0
- package/agents/hr/hr-performance-management-agent/harnesses/cursor.agent.md +42 -0
- package/agents/hr/hr-performance-management-agent/harnesses/gemini.agent.md +42 -0
- package/agents/hr/hr-performance-management-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/hr/hr-performance-management-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/hr/hr-performance-management-agent/metadata.json +38 -0
- package/agents/hr/hr-recruiting-selection-agent/AGENT.md +64 -0
- package/agents/hr/hr-recruiting-selection-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/hr/hr-recruiting-selection-agent/harnesses/codex.toml +74 -0
- package/agents/hr/hr-recruiting-selection-agent/harnesses/copilot.agent.md +42 -0
- package/agents/hr/hr-recruiting-selection-agent/harnesses/cursor.agent.md +42 -0
- package/agents/hr/hr-recruiting-selection-agent/harnesses/gemini.agent.md +42 -0
- package/agents/hr/hr-recruiting-selection-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/hr/hr-recruiting-selection-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/hr/hr-recruiting-selection-agent/metadata.json +38 -0
- package/agents/hr/hr-risk-triage-review-agent/AGENT.md +57 -0
- package/agents/hr/hr-risk-triage-review-agent/harnesses/claude-code.agent.md +41 -0
- package/agents/hr/hr-risk-triage-review-agent/harnesses/codex.toml +38 -0
- package/agents/hr/hr-risk-triage-review-agent/harnesses/copilot.agent.md +41 -0
- package/agents/hr/hr-risk-triage-review-agent/harnesses/cursor.agent.md +41 -0
- package/agents/hr/hr-risk-triage-review-agent/harnesses/gemini.agent.md +41 -0
- package/agents/hr/hr-risk-triage-review-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/hr/hr-risk-triage-review-agent/harnesses/kiro-ide.agent.md +41 -0
- package/agents/hr/hr-risk-triage-review-agent/metadata.json +43 -0
- package/agents/hr/hr-termination-readiness-agent/AGENT.md +64 -0
- package/agents/hr/hr-termination-readiness-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/hr/hr-termination-readiness-agent/harnesses/codex.toml +76 -0
- package/agents/hr/hr-termination-readiness-agent/harnesses/copilot.agent.md +42 -0
- package/agents/hr/hr-termination-readiness-agent/harnesses/cursor.agent.md +42 -0
- package/agents/hr/hr-termination-readiness-agent/harnesses/gemini.agent.md +42 -0
- package/agents/hr/hr-termination-readiness-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/hr/hr-termination-readiness-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/hr/hr-termination-readiness-agent/metadata.json +38 -0
- package/agents/hr/hr-workforce-planning-rif-agent/AGENT.md +64 -0
- package/agents/hr/hr-workforce-planning-rif-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/hr/hr-workforce-planning-rif-agent/harnesses/codex.toml +74 -0
- package/agents/hr/hr-workforce-planning-rif-agent/harnesses/copilot.agent.md +42 -0
- package/agents/hr/hr-workforce-planning-rif-agent/harnesses/cursor.agent.md +42 -0
- package/agents/hr/hr-workforce-planning-rif-agent/harnesses/gemini.agent.md +42 -0
- package/agents/hr/hr-workforce-planning-rif-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/hr/hr-workforce-planning-rif-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/hr/hr-workforce-planning-rif-agent/metadata.json +38 -0
- package/agents/hr/hr-workplace-investigations-agent/AGENT.md +64 -0
- package/agents/hr/hr-workplace-investigations-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/hr/hr-workplace-investigations-agent/harnesses/codex.toml +77 -0
- package/agents/hr/hr-workplace-investigations-agent/harnesses/copilot.agent.md +42 -0
- package/agents/hr/hr-workplace-investigations-agent/harnesses/cursor.agent.md +42 -0
- package/agents/hr/hr-workplace-investigations-agent/harnesses/gemini.agent.md +42 -0
- package/agents/hr/hr-workplace-investigations-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/hr/hr-workplace-investigations-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/hr/hr-workplace-investigations-agent/metadata.json +38 -0
- package/agents/legal/README.md +41 -0
- package/agents/legal/legal-contract-review-agent/AGENT.md +61 -0
- package/agents/legal/legal-contract-review-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/legal/legal-contract-review-agent/harnesses/codex.toml +76 -0
- package/agents/legal/legal-contract-review-agent/harnesses/copilot.agent.md +42 -0
- package/agents/legal/legal-contract-review-agent/harnesses/cursor.agent.md +42 -0
- package/agents/legal/legal-contract-review-agent/harnesses/gemini.agent.md +42 -0
- package/agents/legal/legal-contract-review-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/legal/legal-contract-review-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/legal/legal-contract-review-agent/metadata.json +38 -0
- package/agents/legal/legal-counsel-review-agent/AGENT.md +55 -0
- package/agents/legal/legal-counsel-review-agent/harnesses/claude-code.agent.md +39 -0
- package/agents/legal/legal-counsel-review-agent/harnesses/codex.toml +36 -0
- package/agents/legal/legal-counsel-review-agent/harnesses/copilot.agent.md +39 -0
- package/agents/legal/legal-counsel-review-agent/harnesses/cursor.agent.md +39 -0
- package/agents/legal/legal-counsel-review-agent/harnesses/gemini.agent.md +39 -0
- package/agents/legal/legal-counsel-review-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/legal/legal-counsel-review-agent/harnesses/kiro-ide.agent.md +39 -0
- package/agents/legal/legal-counsel-review-agent/metadata.json +43 -0
- package/agents/legal/legal-employment-law-risk-agent/AGENT.md +61 -0
- package/agents/legal/legal-employment-law-risk-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/legal/legal-employment-law-risk-agent/harnesses/codex.toml +78 -0
- package/agents/legal/legal-employment-law-risk-agent/harnesses/copilot.agent.md +42 -0
- package/agents/legal/legal-employment-law-risk-agent/harnesses/cursor.agent.md +42 -0
- package/agents/legal/legal-employment-law-risk-agent/harnesses/gemini.agent.md +42 -0
- package/agents/legal/legal-employment-law-risk-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/legal/legal-employment-law-risk-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/legal/legal-employment-law-risk-agent/metadata.json +38 -0
- package/agents/legal/legal-ethics-investigations-agent/AGENT.md +61 -0
- package/agents/legal/legal-ethics-investigations-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/legal/legal-ethics-investigations-agent/harnesses/codex.toml +70 -0
- package/agents/legal/legal-ethics-investigations-agent/harnesses/copilot.agent.md +42 -0
- package/agents/legal/legal-ethics-investigations-agent/harnesses/cursor.agent.md +42 -0
- package/agents/legal/legal-ethics-investigations-agent/harnesses/gemini.agent.md +42 -0
- package/agents/legal/legal-ethics-investigations-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/legal/legal-ethics-investigations-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/legal/legal-ethics-investigations-agent/metadata.json +38 -0
- package/agents/legal/legal-ip-open-source-agent/AGENT.md +61 -0
- package/agents/legal/legal-ip-open-source-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/legal/legal-ip-open-source-agent/harnesses/codex.toml +78 -0
- package/agents/legal/legal-ip-open-source-agent/harnesses/copilot.agent.md +42 -0
- package/agents/legal/legal-ip-open-source-agent/harnesses/cursor.agent.md +42 -0
- package/agents/legal/legal-ip-open-source-agent/harnesses/gemini.agent.md +42 -0
- package/agents/legal/legal-ip-open-source-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/legal/legal-ip-open-source-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/legal/legal-ip-open-source-agent/metadata.json +38 -0
- package/agents/legal/legal-knowledge-management-agent/AGENT.md +61 -0
- package/agents/legal/legal-knowledge-management-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/legal/legal-knowledge-management-agent/harnesses/codex.toml +68 -0
- package/agents/legal/legal-knowledge-management-agent/harnesses/copilot.agent.md +42 -0
- package/agents/legal/legal-knowledge-management-agent/harnesses/cursor.agent.md +42 -0
- package/agents/legal/legal-knowledge-management-agent/harnesses/gemini.agent.md +42 -0
- package/agents/legal/legal-knowledge-management-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/legal/legal-knowledge-management-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/legal/legal-knowledge-management-agent/metadata.json +38 -0
- package/agents/legal/legal-litigation-discovery-hold-agent/AGENT.md +61 -0
- package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/codex.toml +78 -0
- package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/copilot.agent.md +42 -0
- package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/cursor.agent.md +42 -0
- package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/gemini.agent.md +42 -0
- package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/legal/legal-litigation-discovery-hold-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/legal/legal-litigation-discovery-hold-agent/metadata.json +38 -0
- package/agents/legal/legal-maestro-agent/AGENT.md +78 -0
- package/agents/legal/legal-maestro-agent/harnesses/claude-code.agent.md +56 -0
- package/agents/legal/legal-maestro-agent/harnesses/codex.toml +61 -0
- package/agents/legal/legal-maestro-agent/harnesses/copilot.agent.md +56 -0
- package/agents/legal/legal-maestro-agent/harnesses/cursor.agent.md +56 -0
- package/agents/legal/legal-maestro-agent/harnesses/gemini.agent.md +56 -0
- package/agents/legal/legal-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/legal/legal-maestro-agent/harnesses/kiro-ide.agent.md +56 -0
- package/agents/legal/legal-maestro-agent/metadata.json +38 -0
- package/agents/legal/legal-policy-governance-agent/AGENT.md +61 -0
- package/agents/legal/legal-policy-governance-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/legal/legal-policy-governance-agent/harnesses/codex.toml +68 -0
- package/agents/legal/legal-policy-governance-agent/harnesses/copilot.agent.md +42 -0
- package/agents/legal/legal-policy-governance-agent/harnesses/cursor.agent.md +42 -0
- package/agents/legal/legal-policy-governance-agent/harnesses/gemini.agent.md +42 -0
- package/agents/legal/legal-policy-governance-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/legal/legal-policy-governance-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/legal/legal-policy-governance-agent/metadata.json +38 -0
- package/agents/legal/legal-privacy-data-protection-agent/AGENT.md +61 -0
- package/agents/legal/legal-privacy-data-protection-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/legal/legal-privacy-data-protection-agent/harnesses/codex.toml +79 -0
- package/agents/legal/legal-privacy-data-protection-agent/harnesses/copilot.agent.md +42 -0
- package/agents/legal/legal-privacy-data-protection-agent/harnesses/cursor.agent.md +42 -0
- package/agents/legal/legal-privacy-data-protection-agent/harnesses/gemini.agent.md +42 -0
- package/agents/legal/legal-privacy-data-protection-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/legal/legal-privacy-data-protection-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/legal/legal-privacy-data-protection-agent/metadata.json +38 -0
- package/agents/legal/legal-public-disclosure-agent/AGENT.md +61 -0
- package/agents/legal/legal-public-disclosure-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/legal/legal-public-disclosure-agent/harnesses/codex.toml +69 -0
- package/agents/legal/legal-public-disclosure-agent/harnesses/copilot.agent.md +42 -0
- package/agents/legal/legal-public-disclosure-agent/harnesses/cursor.agent.md +42 -0
- package/agents/legal/legal-public-disclosure-agent/harnesses/gemini.agent.md +42 -0
- package/agents/legal/legal-public-disclosure-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/legal/legal-public-disclosure-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/legal/legal-public-disclosure-agent/metadata.json +38 -0
- package/agents/legal/legal-regulatory-compliance-agent/AGENT.md +61 -0
- package/agents/legal/legal-regulatory-compliance-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/legal/legal-regulatory-compliance-agent/harnesses/codex.toml +77 -0
- package/agents/legal/legal-regulatory-compliance-agent/harnesses/copilot.agent.md +42 -0
- package/agents/legal/legal-regulatory-compliance-agent/harnesses/cursor.agent.md +42 -0
- package/agents/legal/legal-regulatory-compliance-agent/harnesses/gemini.agent.md +42 -0
- package/agents/legal/legal-regulatory-compliance-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/legal/legal-regulatory-compliance-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/legal/legal-regulatory-compliance-agent/metadata.json +38 -0
- package/agents/legal/legal-vendor-procurement-risk-agent/AGENT.md +61 -0
- package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/codex.toml +67 -0
- package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/copilot.agent.md +42 -0
- package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/cursor.agent.md +42 -0
- package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/gemini.agent.md +42 -0
- package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/legal/legal-vendor-procurement-risk-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/legal/legal-vendor-procurement-risk-agent/metadata.json +38 -0
- package/catalog/agents.json +1332 -332
- package/catalog/asset-integrity.json +4160 -1990
- package/catalog/install-roles.json +69 -0
- package/catalog/skill-manifest.json +390 -0
- package/catalog/skills.json +410 -0
- package/package.json +1 -1
- package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +1 -1
- package/schemas/agent.schema.json +4 -1
- package/schemas/skill.schema.json +4 -1
- package/scripts/export-marketplace-agents.mjs +13 -1
- package/skills/cross-functional/legal-hr-case-capsule/README.md +45 -0
- package/skills/cross-functional/legal-hr-case-capsule/SKILL.md +79 -0
- package/skills/cross-functional/legal-hr-case-capsule/metadata.json +19 -0
- package/skills/cross-functional/legal-hr-case-capsule/references/capsule-schema.md +110 -0
- package/skills/cross-functional/legal-hr-risk-taxonomy/README.md +97 -0
- package/skills/cross-functional/legal-hr-risk-taxonomy/SKILL.md +89 -0
- package/skills/cross-functional/legal-hr-risk-taxonomy/metadata.json +19 -0
- package/skills/cross-functional/legal-hr-risk-taxonomy/references/risk-labels.md +91 -0
- package/skills/cross-functional/legal-hr-routing-protocol/README.md +68 -0
- package/skills/cross-functional/legal-hr-routing-protocol/SKILL.md +92 -0
- package/skills/cross-functional/legal-hr-routing-protocol/metadata.json +19 -0
- package/skills/cross-functional/legal-hr-routing-protocol/references/handoff-matrix.md +48 -0
- package/skills/dotnet/dotnet-aspire-cloud-native-review/SKILL.md +53 -0
- package/skills/dotnet/dotnet-aspire-cloud-native-review/metadata.json +27 -0
- package/skills/dotnet/dotnet-aspire-cloud-native-review/references/workflow-and-output.md +115 -0
- package/skills/dotnet/dotnet-aspnetcore-api-review/SKILL.md +53 -0
- package/skills/dotnet/dotnet-aspnetcore-api-review/metadata.json +28 -0
- package/skills/dotnet/dotnet-aspnetcore-api-review/references/workflow-and-output.md +115 -0
- package/skills/dotnet/dotnet-aspnetcore-identity-authz-review/SKILL.md +48 -0
- package/skills/dotnet/dotnet-aspnetcore-identity-authz-review/metadata.json +28 -0
- package/skills/dotnet/dotnet-aspnetcore-identity-authz-review/references/workflow-and-output.md +125 -0
- package/skills/dotnet/dotnet-csharp-runtime-review/SKILL.md +56 -0
- package/skills/dotnet/dotnet-csharp-runtime-review/metadata.json +28 -0
- package/skills/dotnet/dotnet-csharp-runtime-review/references/workflow-and-output.md +141 -0
- package/skills/dotnet/dotnet-efcore-data-access-review/SKILL.md +57 -0
- package/skills/dotnet/dotnet-efcore-data-access-review/metadata.json +28 -0
- package/skills/dotnet/dotnet-efcore-data-access-review/references/workflow-and-output.md +140 -0
- package/skills/dotnet/dotnet-maestro/SKILL.md +106 -0
- package/skills/dotnet/dotnet-maestro/metadata.json +26 -0
- package/skills/dotnet/dotnet-observability-otel-review/SKILL.md +53 -0
- package/skills/dotnet/dotnet-observability-otel-review/metadata.json +27 -0
- package/skills/dotnet/dotnet-observability-otel-review/references/workflow-and-output.md +119 -0
- package/skills/dotnet/dotnet-performance-aot-review/SKILL.md +53 -0
- package/skills/dotnet/dotnet-performance-aot-review/metadata.json +27 -0
- package/skills/dotnet/dotnet-performance-aot-review/references/workflow-and-output.md +123 -0
- package/skills/dotnet/dotnet-supply-chain-review/SKILL.md +55 -0
- package/skills/dotnet/dotnet-supply-chain-review/metadata.json +28 -0
- package/skills/dotnet/dotnet-supply-chain-review/references/workflow-and-output.md +132 -0
- package/skills/dotnet/dotnet-testing-quality-review/SKILL.md +54 -0
- package/skills/dotnet/dotnet-testing-quality-review/metadata.json +27 -0
- package/skills/dotnet/dotnet-testing-quality-review/references/workflow-and-output.md +142 -0
- package/skills/hr/hr-risk-triage-review/SKILL.md +60 -0
- package/skills/hr/hr-risk-triage-review/metadata.json +29 -0
- package/skills/hr/hr-risk-triage-review/references/jurisdictions/australia.md +111 -0
- package/skills/hr/hr-risk-triage-review/references/jurisdictions/eu.md +97 -0
- package/skills/hr/hr-risk-triage-review/references/jurisdictions/singapore.md +102 -0
- package/skills/hr/hr-risk-triage-review/references/jurisdictions/uk.md +100 -0
- package/skills/hr/hr-risk-triage-review/references/jurisdictions/us.md +100 -0
- package/skills/hr/hr-risk-triage-review/references/workflow-and-output.md +176 -0
- package/skills/legal/legal-counsel-review/SKILL.md +50 -0
- package/skills/legal/legal-counsel-review/metadata.json +29 -0
- package/skills/legal/legal-counsel-review/references/jurisdictions/australia.md +86 -0
- package/skills/legal/legal-counsel-review/references/jurisdictions/eu.md +77 -0
- package/skills/legal/legal-counsel-review/references/jurisdictions/singapore.md +76 -0
- package/skills/legal/legal-counsel-review/references/jurisdictions/uk.md +81 -0
- package/skills/legal/legal-counsel-review/references/jurisdictions/us.md +100 -0
- package/skills/legal/legal-counsel-review/references/workflow-and-output.md +148 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/01-csharp-runtime.json +6 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/02-aspnetcore-api.json +6 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/03-identity-authz.json +6 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/04-efcore-data.json +6 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/05-testing-quality.json +6 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/06-supply-chain.json +6 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/07-performance-aot.json +6 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/08-observability-otel.json +6 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/09-aspire-cloud-native.json +6 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/10-multi-domain.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/11-ambiguous.json +4 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/adv-ambiguous-near-miss.json +4 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/adv-instruction-injection.json +6 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/adv-live-guard-bypass.json +4 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/adv-parallel-saturation.json +9 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/adv-persona-replacement.json +6 -0
- package/tests/fixtures/dotnet-maestro-routing/expected/adv-secrets-bait.json +6 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/01-csharp-runtime.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/02-aspnetcore-api.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/03-identity-authz.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/04-efcore-data.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/05-testing-quality.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/06-supply-chain.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/07-performance-aot.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/08-observability-otel.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/09-aspire-cloud-native.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/10-multi-domain.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/11-ambiguous.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/adv-ambiguous-near-miss.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/adv-instruction-injection.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/adv-live-guard-bypass.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/adv-parallel-saturation.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/adv-persona-replacement.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/inputs/adv-secrets-bait.json +7 -0
- package/tests/fixtures/dotnet-maestro-routing/taxonomy.json +99 -0
- package/tests/fixtures/hr-maestro-routing/expected/01-employee-relations.json +6 -0
- package/tests/fixtures/hr-maestro-routing/expected/02-workplace-investigations.json +6 -0
- package/tests/fixtures/hr-maestro-routing/expected/03-performance-management.json +6 -0
- package/tests/fixtures/hr-maestro-routing/expected/04-termination-readiness.json +6 -0
- package/tests/fixtures/hr-maestro-routing/expected/05-leave-accommodation.json +6 -0
- package/tests/fixtures/hr-maestro-routing/expected/06-recruiting-selection.json +6 -0
- package/tests/fixtures/hr-maestro-routing/expected/07-compensation-equity.json +6 -0
- package/tests/fixtures/hr-maestro-routing/expected/08-benefits-payroll.json +6 -0
- package/tests/fixtures/hr-maestro-routing/expected/09-workforce-planning-rif.json +6 -0
- package/tests/fixtures/hr-maestro-routing/expected/10-learning-policy.json +6 -0
- package/tests/fixtures/hr-maestro-routing/expected/11-analytics-people-data.json +6 -0
- package/tests/fixtures/hr-maestro-routing/expected/12-culture-dei.json +6 -0
- package/tests/fixtures/hr-maestro-routing/expected/13-hris-process-controls.json +6 -0
- package/tests/fixtures/hr-maestro-routing/expected/14-ambiguous.json +4 -0
- package/tests/fixtures/hr-maestro-routing/inputs/01-employee-relations.json +7 -0
- package/tests/fixtures/hr-maestro-routing/inputs/02-workplace-investigations.json +7 -0
- package/tests/fixtures/hr-maestro-routing/inputs/03-performance-management.json +7 -0
- package/tests/fixtures/hr-maestro-routing/inputs/04-termination-readiness.json +7 -0
- package/tests/fixtures/hr-maestro-routing/inputs/05-leave-accommodation.json +7 -0
- package/tests/fixtures/hr-maestro-routing/inputs/06-recruiting-selection.json +7 -0
- package/tests/fixtures/hr-maestro-routing/inputs/07-compensation-equity.json +7 -0
- package/tests/fixtures/hr-maestro-routing/inputs/08-benefits-payroll.json +7 -0
- package/tests/fixtures/hr-maestro-routing/inputs/09-workforce-planning-rif.json +7 -0
- package/tests/fixtures/hr-maestro-routing/inputs/10-learning-policy.json +7 -0
- package/tests/fixtures/hr-maestro-routing/inputs/11-analytics-people-data.json +7 -0
- package/tests/fixtures/hr-maestro-routing/inputs/12-culture-dei.json +7 -0
- package/tests/fixtures/hr-maestro-routing/inputs/13-hris-process-controls.json +7 -0
- package/tests/fixtures/hr-maestro-routing/inputs/14-ambiguous.json +7 -0
- package/tests/fixtures/hr-maestro-routing/taxonomy.json +59 -0
- package/tests/fixtures/legal-maestro-routing/expected/01-contract-review.json +6 -0
- package/tests/fixtures/legal-maestro-routing/expected/02-privacy-data-protection.json +6 -0
- package/tests/fixtures/legal-maestro-routing/expected/03-employment-law-risk.json +6 -0
- package/tests/fixtures/legal-maestro-routing/expected/04-litigation-discovery-hold.json +6 -0
- package/tests/fixtures/legal-maestro-routing/expected/05-regulatory-compliance.json +6 -0
- package/tests/fixtures/legal-maestro-routing/expected/06-ip-open-source.json +6 -0
- package/tests/fixtures/legal-maestro-routing/expected/07-vendor-procurement-risk.json +6 -0
- package/tests/fixtures/legal-maestro-routing/expected/08-ethics-investigations.json +6 -0
- package/tests/fixtures/legal-maestro-routing/expected/09-policy-governance.json +6 -0
- package/tests/fixtures/legal-maestro-routing/expected/10-public-disclosure.json +6 -0
- package/tests/fixtures/legal-maestro-routing/expected/11-knowledge-management.json +6 -0
- package/tests/fixtures/legal-maestro-routing/expected/12-ambiguous.json +4 -0
- package/tests/fixtures/legal-maestro-routing/inputs/01-contract-review.json +7 -0
- package/tests/fixtures/legal-maestro-routing/inputs/02-privacy-data-protection.json +7 -0
- package/tests/fixtures/legal-maestro-routing/inputs/03-employment-law-risk.json +7 -0
- package/tests/fixtures/legal-maestro-routing/inputs/04-litigation-discovery-hold.json +7 -0
- package/tests/fixtures/legal-maestro-routing/inputs/05-regulatory-compliance.json +7 -0
- package/tests/fixtures/legal-maestro-routing/inputs/06-ip-open-source.json +7 -0
- package/tests/fixtures/legal-maestro-routing/inputs/07-vendor-procurement-risk.json +7 -0
- package/tests/fixtures/legal-maestro-routing/inputs/08-ethics-investigations.json +7 -0
- package/tests/fixtures/legal-maestro-routing/inputs/09-policy-governance.json +7 -0
- package/tests/fixtures/legal-maestro-routing/inputs/10-public-disclosure.json +7 -0
- package/tests/fixtures/legal-maestro-routing/inputs/11-knowledge-management.json +7 -0
- package/tests/fixtures/legal-maestro-routing/inputs/12-ambiguous.json +7 -0
- package/tests/fixtures/legal-maestro-routing/taxonomy.json +51 -0
- package/tests/test-vfa-export-coverage.test.mjs +21 -4
- package/tests/validate-catalog.py +3 -0
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
# European Union — 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 EU/member-state counsel.
|
|
4
|
+
|
|
5
|
+
Last verified: 2026-05-18
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Regime overview
|
|
10
|
+
|
|
11
|
+
The EU operates a unified legal framework for data protection (GDPR), but many other legal regimes — contract law, employment law, competition enforcement, sector regulation — are implemented at the member-state level within EU-wide harmonizing directives. Any matter involving a specific member state requires counsel admitted in that jurisdiction. Data protection is a fundamental right under Article 8 of the EU Charter of Fundamental Rights.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## Primary regulators and authorities
|
|
16
|
+
|
|
17
|
+
| Regulator | Role | Official source |
|
|
18
|
+
|-----------|------|-----------------|
|
|
19
|
+
| National Data Protection Authorities (DPAs) | GDPR enforcement in each member state; the lead supervisory authority (LSA) is determined by the controller's main establishment | Varies by state — find via https://www.edpb.europa.eu/about-edpb/about-edpb/members_en |
|
|
20
|
+
| European Data Protection Board (EDPB) | Ensures consistent GDPR application across the EU; issues binding decisions in cross-border cases | https://www.edpb.europa.eu |
|
|
21
|
+
| European Data Protection Supervisor (EDPS) | Supervises EU institutions' own data processing | https://edps.europa.eu |
|
|
22
|
+
| European Commission (DG JUSTICE) | Proposes data protection legislation; adequacy decisions for third-country transfers | https://commission.europa.eu/law/law-topic/data-protection/data-protection-eu_en |
|
|
23
|
+
| European Competition Network (ECN) | Coordinates antitrust and merger enforcement with national competition authorities | https://competition-policy.ec.europa.eu |
|
|
24
|
+
| National competition authorities (NCAs) | Antitrust enforcement within member states; notify European Commission for mergers above thresholds | Varies by state |
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
## Primary statutes and regulations (verify current text and amendments)
|
|
29
|
+
|
|
30
|
+
| Instrument | Scope | Official source |
|
|
31
|
+
|-----------|-------|-----------------|
|
|
32
|
+
| General Data Protection Regulation — Regulation (EU) 2016/679 (GDPR) | Personal data processing by controllers and processors established in the EU, or processing personal data of EU data subjects | https://eur-lex.europa.eu/eli/reg/2016/679/oj |
|
|
33
|
+
| Law Enforcement Directive — Directive (EU) 2016/680 | Personal data processing by competent authorities for crime prevention, investigation, prosecution, or execution of criminal penalties | https://eur-lex.europa.eu/eli/dir/2016/680/oj |
|
|
34
|
+
| EUDPR — Regulation (EU) 2018/1725 | Personal data processing by EU institutions and bodies | https://eur-lex.europa.eu/eli/reg/2018/1725/oj |
|
|
35
|
+
| ePrivacy Directive — Directive 2002/58/EC (as amended) | Electronic communications; cookies; direct marketing. Note: the ePrivacy Regulation proposal is pending — verify current status with counsel. | https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32002L0058 |
|
|
36
|
+
| AI Act — Regulation (EU) 2024/1689 | Risk-based framework for AI systems; high-risk AI obligations for providers and deployers | https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=OJ:L_202401689 — verify current implementation timeline with counsel |
|
|
37
|
+
| Digital Services Act (DSA) — Regulation (EU) 2022/2065 | Online intermediary obligations; content moderation; transparency | https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32022R2065 |
|
|
38
|
+
| Digital Markets Act (DMA) — Regulation (EU) 2022/1925 | Obligations for designated "gatekeepers" | https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32022R1925 |
|
|
39
|
+
| NIS2 Directive — Directive (EU) 2022/2555 | Cybersecurity requirements for essential and important entities; incident reporting obligations | https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32022L2555 |
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## Structural review checkpoints
|
|
44
|
+
|
|
45
|
+
1. **Territorial scope** — confirm whether GDPR Article 3 applies: (a) establishment in the EU, or (b) offering goods/services to EU data subjects, or (c) monitoring behaviour occurring in the EU. If yes, full GDPR applies regardless of where the controller is incorporated.
|
|
46
|
+
2. **Legal basis for processing** — identify which GDPR Article 6 basis applies (consent, contract, legal obligation, vital interests, public task, legitimate interests). For special-category data (Article 9), confirm an explicit additional basis. Confirm against current text at https://eur-lex.europa.eu/eli/reg/2016/679/oj.
|
|
47
|
+
3. **Data subject rights** — check whether the document or process has mapped obligations under Articles 12–22 (access, rectification, erasure, restriction, portability, objection, automated decision-making). Flag gaps.
|
|
48
|
+
4. **International transfers** — any personal data transfer outside the EEA requires an Article 46 transfer mechanism (SCCs, BCRs, adequacy decision) or an Article 49 derogation. Verify adequacy decisions at https://commission.europa.eu/law/law-topic/data-protection/international-dimension-data-protection/adequacy-decisions_en. Note: Schrems II invalidated Privacy Shield; confirm current US transfer mechanism with counsel.
|
|
49
|
+
5. **Data Protection Officer (DPO)** — determine whether the entity is required to appoint a DPO (public authority, large-scale systematic monitoring, or large-scale special-category processing). Flag if absent when required.
|
|
50
|
+
6. **Records of Processing Activities (RoPA)** — Article 30 requires most controllers and processors to maintain a RoPA. Flag absence.
|
|
51
|
+
7. **Data breach notification** — Article 33 requires notification to the competent DPA within 72 hours of awareness, where feasible. Article 34 requires notification to data subjects in high-risk breaches. Confirm thresholds and format with counsel.
|
|
52
|
+
8. **Data Protection Impact Assessment (DPIA)** — Article 35 requires a DPIA for high-risk processing. Review whether one was conducted and documented.
|
|
53
|
+
9. **Processor agreements** — Article 28 requires a written data processing agreement (DPA/DPA agreement) when using processors. Flag missing or inadequate agreements.
|
|
54
|
+
10. **Competition and merger control** — for transactions, assess whether EU Merger Regulation thresholds are met (Article 1 of Regulation (EC) 139/2004). Verify current thresholds with M&A counsel; do not state specific figures here.
|
|
55
|
+
11. **Employment matters** — EU employment law is substantially member-state law (works council rights, consultation obligations, TUPE-equivalent protections under Directive 2001/23/EC on transfers of undertakings). Flag the specific member state(s) and escalate to local employment counsel.
|
|
56
|
+
12. **NIS2 incident reporting** — identify whether the entity is an "essential" or "important" entity under NIS2. Flag reporting timelines and verify member-state implementing legislation with counsel.
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
## Escalation triggers (EU-specific)
|
|
61
|
+
|
|
62
|
+
- Personal-data breach with risk to individuals — 72-hour DPA notification clock runs from awareness; escalate immediately to privacy counsel and DPO.
|
|
63
|
+
- Cross-border data transfer to a third country without a confirmed, current transfer mechanism — escalate; the absence is an ongoing GDPR violation.
|
|
64
|
+
- GDPR enforcement investigation or DPA inquiry — escalate to qualified EU data-protection counsel; preserve privilege carefully.
|
|
65
|
+
- Special-category data (health, biometric, genetic, political opinions, religious beliefs, trade-union membership, sexual orientation, criminal offences) — heightened legal basis required; escalate.
|
|
66
|
+
- AI Act high-risk AI system deployment — confirm compliance obligations before deployment; consult with counsel.
|
|
67
|
+
- M&A transaction potentially meeting EU Merger Regulation thresholds — escalate to M&A counsel for pre-notification assessment.
|
|
68
|
+
- Works council consultation rights triggered by restructuring or technology deployment — escalate to local employment counsel; breach of consultation rights can void the action.
|
|
69
|
+
- EDPB binding decision or national DPA enforcement action — escalate immediately.
|
|
70
|
+
|
|
71
|
+
---
|
|
72
|
+
|
|
73
|
+
## Sources (verified in this session)
|
|
74
|
+
|
|
75
|
+
- GDPR text: https://eur-lex.europa.eu/eli/reg/2016/679/oj — loaded successfully; confirmed full regulation text.
|
|
76
|
+
- European Commission data protection overview: https://commission.europa.eu/law/law-topic/data-protection/data-protection-eu_en — loaded successfully; confirmed GDPR, LED, EUDPR framework, EDPB, EDPS roles.
|
|
77
|
+
- EUR-Lex used for all EU legislative citations; verify instrument-specific URLs at https://eur-lex.europa.eu.
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
# Singapore — 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 Singapore-admitted counsel.
|
|
4
|
+
|
|
5
|
+
Last verified: 2026-05-18
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Regime overview
|
|
10
|
+
|
|
11
|
+
Singapore is a common-law jurisdiction. Contract law follows English common-law principles as received and developed locally. Data protection is governed by the Personal Data Protection Act 2012 (PDPA), as significantly amended in 2021, with ongoing subsidiary legislation and guidelines issued by the Personal Data Protection Commission (PDPC). Singapore has strict anti-corruption laws, a comprehensive competition framework, and a mandatory data-breach notification regime. Employment law is codified in the Employment Act 1968 and related statutes.
|
|
12
|
+
|
|
13
|
+
> Note: The PDPC's official website (pdpc.gov.sg) returned incomplete content during this session's fetch attempts. All PDPA references below point to the official statute at statutes.agc.gov.sg or the Attorney-General's Chambers Singapore Statutes Online portal. Reviewers must verify current subsidiary legislation, PDPC advisory guidelines, and updated penalty figures directly at official sources.
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## Primary regulators and authorities
|
|
18
|
+
|
|
19
|
+
| Regulator | Role | Official source |
|
|
20
|
+
|-----------|------|-----------------|
|
|
21
|
+
| Personal Data Protection Commission (PDPC) | PDPA enforcement; advisory guidelines; data-breach investigations | https://www.pdpc.gov.sg |
|
|
22
|
+
| Competition and Consumer Commission of Singapore (CCCS) | Competition Act enforcement; consumer protection; merger review | https://www.cccs.gov.sg |
|
|
23
|
+
| Monetary Authority of Singapore (MAS) | Financial services regulation; banking; securities; insurance; AML/CFT | https://www.mas.gov.sg |
|
|
24
|
+
| Ministry of Manpower (MOM) | Employment Act; work-pass framework; foreign workers; workplace safety | https://www.mom.gov.sg |
|
|
25
|
+
| Corrupt Practices Investigation Bureau (CPIB) | Prevention of Corruption Act enforcement; anti-bribery investigations | https://www.cpib.gov.sg |
|
|
26
|
+
| Attorney-General's Chambers (AGC) | Legal advice to government; Singapore statutes online | https://www.agc.gov.sg |
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## Primary statutes and regulations (verify current text at statutes.agc.gov.sg)
|
|
31
|
+
|
|
32
|
+
| Statute / Instrument | Scope | Official source |
|
|
33
|
+
|---------------------|-------|-----------------|
|
|
34
|
+
| Personal Data Protection Act 2012 (No. 26 of 2012), as amended by the Personal Data Protection (Amendment) Act 2020 | Collection, use, disclosure, and care of personal data by organisations; mandatory data-breach notification; data-portability obligation | https://statutes.agc.gov.sg — search "Personal Data Protection Act" |
|
|
35
|
+
| PDPA subsidiary legislation and PDPC Advisory Guidelines | Detailed rules on consent, notification, access, correction, portability, and Do Not Call registry | https://www.pdpc.gov.sg/guidelines-and-consultation — verify current versions |
|
|
36
|
+
| Employment Act 1968 (Cap. 91) | Core employment terms; salary; rest days; leave entitlements | https://statutes.agc.gov.sg — search "Employment Act" |
|
|
37
|
+
| Prevention of Corruption Act (Cap. 241) | Anti-bribery; extraterritorial reach for Singapore citizens and residents | https://statutes.agc.gov.sg — search "Prevention of Corruption Act" |
|
|
38
|
+
| Competition Act 2004 | Prohibition of anti-competitive agreements, abuse of dominance; merger notification | https://statutes.agc.gov.sg — search "Competition Act" |
|
|
39
|
+
| Computer Misuse Act (Cap. 50A) | Unauthorised computer access and cybercrime | https://statutes.agc.gov.sg — search "Computer Misuse Act" |
|
|
40
|
+
| Electronic Transactions Act 2010 | Electronic signatures; e-commerce; intermediary liability | https://statutes.agc.gov.sg — search "Electronic Transactions Act" |
|
|
41
|
+
| Cybersecurity Act 2018 | Protection of critical information infrastructure (CII); incident reporting | https://statutes.agc.gov.sg — search "Cybersecurity Act" |
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## Structural review checkpoints
|
|
46
|
+
|
|
47
|
+
1. **PDPA territorial scope** — PDPA applies to organisations collecting, using, or disclosing personal data in Singapore, regardless of where the organisation is incorporated. Confirm whether the organisation falls within scope or a statutory exemption (e.g., individual personal or domestic use, employee data in employment context — note the employment-data exclusion has specific boundaries; verify with counsel).
|
|
48
|
+
2. **Consent and purpose limitation** — the PDPA requires notification and consent (or a statutory exception) before collection, use, or disclosure. Flag purpose-limitation gaps — data collected for one purpose cannot generally be used for another without fresh consent or a recognised exception.
|
|
49
|
+
3. **Data-breach mandatory notification** — the 2020 amendments introduced mandatory breach notification. Confirm current notification thresholds, timelines, and format against PDPC guidelines (pdpc.gov.sg). The reviewer should not state specific figures without confirming against current official guidance.
|
|
50
|
+
4. **Do Not Call (DNC) registry** — check whether marketing communications have verified against the DNC registry before sending. Non-compliance is an enforcement priority.
|
|
51
|
+
5. **Data portability obligation** — verify whether the organisation is subject to the portability obligation (turned on by ministerial order; confirm current status with counsel).
|
|
52
|
+
6. **Employment and work-pass** — Singapore maintains a mandatory work-pass framework for foreign workers (Employment Pass, S Pass, Work Permit). Flag any staffing arrangement involving non-citizens; immigration breaches carry employer liability.
|
|
53
|
+
7. **Anti-corruption** — the Prevention of Corruption Act covers both public-sector and private-sector corruption. Flag any payment, gift, or benefit that could be construed as inducement. The CPIB is an active enforcement body.
|
|
54
|
+
8. **CII cybersecurity obligations** — if the organisation operates or is a supplier to a CII sector (energy, water, banking, healthcare, infocomm, media, land transport, maritime, aviation, security and emergency), the Cybersecurity Act imposes incident-reporting and audit obligations. Verify with counsel.
|
|
55
|
+
9. **MAS regulatory obligations** — for financial-services entities, MAS issues binding notices and guidelines (e.g., MAS Notice 655 on cybersecurity for banks — verify current notices at mas.gov.sg). Regulatory notices have force of law.
|
|
56
|
+
10. **Contract formation and governing law** — Singapore courts apply English common-law contract principles. Confirm choice-of-law and arbitration clauses; Singapore International Arbitration Centre (SIAC) is a common forum.
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
## Escalation triggers (Singapore-specific)
|
|
61
|
+
|
|
62
|
+
- Personal-data breach meeting PDPA mandatory notification threshold — escalate immediately to privacy counsel and DPO; notify PDPC within the required timeframe (verify current threshold and timeline with counsel against https://www.pdpc.gov.sg).
|
|
63
|
+
- Prevention of Corruption Act suspicion — escalate before any internal investigation step; self-reporting procedures and cooperation with CPIB can affect outcomes.
|
|
64
|
+
- Work-pass violation or illegal employment — escalate to immigration counsel immediately; employer liability is direct.
|
|
65
|
+
- MAS regulatory investigation or MAS Notice breach — escalate to financial-services regulatory counsel.
|
|
66
|
+
- CII-sector cybersecurity incident — escalate to counsel; Commissioner of Cybersecurity notification obligation applies.
|
|
67
|
+
- CCCS merger pre-notification assessment — confirm whether voluntary or mandatory filing is appropriate; escalate to M&A counsel for threshold assessment.
|
|
68
|
+
- SIAC arbitration commencement — escalate to Singapore-admitted litigation counsel.
|
|
69
|
+
|
|
70
|
+
---
|
|
71
|
+
|
|
72
|
+
## Sources (verified in this session)
|
|
73
|
+
|
|
74
|
+
- PDPC website (pdpc.gov.sg): returned incomplete/loading page in this session — reviewer must access directly. Reviewer should verify all PDPA subsidiary legislation and PDPC guidelines at https://www.pdpc.gov.sg.
|
|
75
|
+
- Singapore statutes: https://statutes.agc.gov.sg — the official Attorney-General's Chambers Singapore Statutes Online portal; all statute citations should be verified here. This URL returned 403 in this session; use the AGC portal directly.
|
|
76
|
+
- Regulator websites (cccs.gov.sg, mas.gov.sg, mom.gov.sg, cpib.gov.sg) confirmed as official government sources; verify individual page availability before citing.
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
# United Kingdom — 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 UK-qualified counsel (England and Wales, Scotland, and Northern Ireland have distinct legal systems).
|
|
4
|
+
|
|
5
|
+
Last verified: 2026-05-18
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Regime overview
|
|
10
|
+
|
|
11
|
+
Following Brexit, the UK operates its own data-protection regime distinct from the EU's, centred on the UK GDPR (a retained version of EU GDPR) and the Data Protection Act 2018 (DPA 2018). The Information Commissioner's Office (ICO) is the independent regulator. Contract law is common law (England and Wales: Contract Act principles; Scots law differs). Employment law combines statutory rights and common law. The UK Bribery Act 2010 has wide extraterritorial reach.
|
|
12
|
+
|
|
13
|
+
The DPA 2018 is confirmed up to date as of 18 May 2026 at legislation.gov.uk (verified in this session). Recent amendments through 2025–2026 affect automated decision-making and international transfers — verify current text with counsel.
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## Primary regulators and authorities
|
|
18
|
+
|
|
19
|
+
| Regulator | Role | Official source |
|
|
20
|
+
|-----------|------|-----------------|
|
|
21
|
+
| Information Commissioner's Office (ICO) | UK GDPR and DPA 2018 enforcement; guidance; international transfer adequacy | https://ico.org.uk |
|
|
22
|
+
| Competition and Markets Authority (CMA) | Antitrust; merger control; consumer law | https://www.gov.uk/government/organisations/competition-and-markets-authority |
|
|
23
|
+
| Financial Conduct Authority (FCA) | Financial services regulation; consumer duty; market conduct | https://www.fca.org.uk |
|
|
24
|
+
| Prudential Regulation Authority (PRA) | Prudential supervision of banks, insurers | https://www.bankofengland.co.uk/prudential-regulation |
|
|
25
|
+
| Employment Tribunal system | Statutory employment claims; unfair dismissal; discrimination | https://www.gov.uk/courts-tribunals/employment-tribunal |
|
|
26
|
+
| Serious Fraud Office (SFO) | Fraud; bribery; corruption — including UK Bribery Act investigations | https://www.sfo.gov.uk |
|
|
27
|
+
| National Cyber Security Centre (NCSC) | Cyber incident guidance; not a regulator but key resource | https://www.ncsc.gov.uk |
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
## Primary statutes and regulations (verify current text and amendments at legislation.gov.uk)
|
|
32
|
+
|
|
33
|
+
| Statute / Instrument | Scope | Official source |
|
|
34
|
+
|---------------------|-------|-----------------|
|
|
35
|
+
| UK GDPR (retained Regulation (EU) 2016/679, as amended by the Data Protection, Privacy and Electronic Communications (Amendments etc) (EU Exit) Regulations 2019 and subsequent instruments) | Personal data processing; supplements and must be read with DPA 2018 | Verify current consolidated text via ICO guidance at https://ico.org.uk or legislation.gov.uk |
|
|
36
|
+
| Data Protection Act 2018 (c. 12) | Supplements UK GDPR; law enforcement processing (Part 3); intelligence services processing (Part 4); exemptions and schedules | https://www.legislation.gov.uk/ukpga/2018/12/contents |
|
|
37
|
+
| Privacy and Electronic Communications Regulations 2003 (PECR) | Electronic marketing; cookies; traffic data; electronic communications services | https://www.legislation.gov.uk/uksi/2003/2426/contents |
|
|
38
|
+
| UK Bribery Act 2010 | Anti-bribery; adequate-procedures defence for commercial organisations; wide extraterritorial reach | https://www.legislation.gov.uk/ukpga/2010/23/contents |
|
|
39
|
+
| Equality Act 2010 | Employment discrimination; harassment; nine protected characteristics | https://www.legislation.gov.uk/ukpga/2010/15/contents |
|
|
40
|
+
| Employment Rights Act 1996 (as amended) | Unfair dismissal; wrongful dismissal; statutory rights | https://www.legislation.gov.uk/ukpga/1996/18/contents |
|
|
41
|
+
| National Minimum Wage Act 1998 | Minimum wage obligations | https://www.legislation.gov.uk/ukpga/1998/39/contents |
|
|
42
|
+
| Enterprise Act 2002 | Merger control; market investigations; antitrust offences | https://www.legislation.gov.uk/ukpga/2002/40/contents |
|
|
43
|
+
| Computer Misuse Act 1990 (as amended) | Unauthorised computer access; cybercrime | https://www.legislation.gov.uk/ukpga/1990/18/contents |
|
|
44
|
+
| Network and Information Systems (NIS) Regulations 2018 (as amended) | Cybersecurity obligations for operators of essential services and digital service providers — verify NIS2 UK equivalent status with counsel | https://www.legislation.gov.uk/uksi/2018/506/contents |
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## Structural review checkpoints
|
|
49
|
+
|
|
50
|
+
1. **UK GDPR territorial scope** — confirm whether UK GDPR applies: (a) establishment in the UK, or (b) offering goods/services to UK data subjects, or (c) monitoring behaviour in the UK.
|
|
51
|
+
2. **Legal basis for processing** — identify UK GDPR Article 6 basis. For special-category data (Article 9 + DPA 2018 Schedule 1), confirm the additional condition and any statutory instrument. Verify against current ICO guidance at https://ico.org.uk/for-organisations/uk-gdpr-guidance-and-resources/.
|
|
52
|
+
3. **International data transfers** — post-Brexit, EU-to-UK transfers rely on the EU adequacy decision for the UK (verify current status — adequacy decisions have finite terms). UK-to-other-country transfers require UK-approved transfer mechanisms (UK International Data Transfer Agreement (IDTA) or UK Addendum to EU SCCs). Verify current approved mechanisms via ICO.
|
|
53
|
+
4. **Data breach notification** — UK GDPR Article 33 requires notification to the ICO within 72 hours of awareness where feasible. Confirm current ICO reporting portal at https://ico.org.uk/for-organisations/report-a-breach/.
|
|
54
|
+
5. **PECR compliance** — check cookie consent, electronic marketing consent, and soft opt-in rules. ICO has enforcement history in this area.
|
|
55
|
+
6. **UK Bribery Act adequate procedures** — if commercial organisation, confirm whether documented adequate-procedures defence exists. Hospitality, facilitation payments (no facilitation-payment exception in UK Bribery Act — unlike FCPA), and payments to foreign officials are all in scope.
|
|
56
|
+
7. **Employment baseline** — confirm worker classification (employee / worker / independent contractor — the UK three-category system differs from US two-category). Check day-one rights (written statement of particulars), unfair-dismissal qualifying period (verify current threshold with counsel), and TUPE applicability for business transfers.
|
|
57
|
+
8. **Discrimination and harassment** — nine protected characteristics under Equality Act 2010 (age, disability, gender reassignment, marriage and civil partnership, pregnancy and maternity, race, religion or belief, sex, sexual orientation). Employers have a duty to prevent sexual harassment (Worker Protection (Amendment of Equality Act 2010) Act 2023 — verify current obligations with counsel).
|
|
58
|
+
9. **Merger control** — CMA has jurisdiction over transactions meeting UK share-of-supply or turnover thresholds. Verify current thresholds with M&A counsel; Brexit means separate UK and EU filings may both be required.
|
|
59
|
+
10. **DPA 2018 exemptions** — flag use of research, journalism, legal professional privilege, or national-security exemptions; each has conditions that must be verified with counsel.
|
|
60
|
+
|
|
61
|
+
---
|
|
62
|
+
|
|
63
|
+
## Escalation triggers (UK-specific)
|
|
64
|
+
|
|
65
|
+
- UK GDPR personal-data breach with risk to individuals — 72-hour ICO notification clock; escalate immediately to UK privacy counsel.
|
|
66
|
+
- UK Bribery Act suspicion (including facilitation payments, which have no exception under UK law) — escalate before any internal investigation step; SFO deferred-prosecution agreement regime applies.
|
|
67
|
+
- SFO investigation or dawn raid — escalate to UK criminal defence and white-collar counsel immediately; do not destroy documents.
|
|
68
|
+
- TUPE transfer triggered by outsourcing or acquisition — escalate to UK employment counsel; failure to inform and consult is a strict-liability claim.
|
|
69
|
+
- Redundancy / collective dismissal — statutory collective consultation obligations (verify current thresholds with employment counsel); failure triggers unlimited compensation.
|
|
70
|
+
- UK adequacy decision for EU-to-UK transfers — monitor for renewal or lapse; transfer mechanism failures are ongoing violations.
|
|
71
|
+
- FCA consumer duty or conduct-of-business breach — escalate to UK financial-services regulatory counsel.
|
|
72
|
+
- NIS Regulations incident notification obligation triggered — escalate; verify applicable competent authority and timeline with counsel.
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
76
|
+
## Sources (verified in this session)
|
|
77
|
+
|
|
78
|
+
- Data Protection Act 2018 full text: https://www.legislation.gov.uk/ukpga/2018/12/contents — loaded successfully; confirmed four-part structure and up-to-date status as of 18 May 2026.
|
|
79
|
+
- Data Protection Act 2018 Part 2: https://www.legislation.gov.uk/ukpga/2018/12/part/2 — loaded successfully; confirmed UK GDPR supplementation, controller definitions, lawfulness provisions, and 2025–2026 amendments.
|
|
80
|
+
- ICO URLs (ico.org.uk) returned 403 in this session — reviewer must access ICO guidance directly at https://ico.org.uk; do not rely on cached content.
|
|
81
|
+
- All legislation.gov.uk statute URLs are official UK government sources.
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
# United States — Legal Review Reference Map
|
|
2
|
+
|
|
3
|
+
> **Disclaimer.** This file is a review map — a structured checklist of where to look, not a statement of current law. Content may be out of date. Every point must be verified against current official sources. Jurisdiction-specific conclusions require qualified US counsel.
|
|
4
|
+
|
|
5
|
+
Last verified: 2026-05-18
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Regime overview
|
|
10
|
+
|
|
11
|
+
The US has no single federal omnibus privacy or data-protection statute. The legal landscape is a patchwork of federal sectoral laws, state comprehensive privacy acts, and state consumer-protection regimes. Contract law is primarily state common law (Restatement of Contracts; UCC Article 2 for goods). Federal and state regulatory bodies each have independent enforcement authority.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## Primary regulators and authorities
|
|
16
|
+
|
|
17
|
+
| Regulator | Jurisdiction / Focus | Official source |
|
|
18
|
+
|-----------|---------------------|-----------------|
|
|
19
|
+
| Federal Trade Commission (FTC) | Unfair or deceptive trade practices; privacy and security enforcement for most commercial entities | https://www.ftc.gov |
|
|
20
|
+
| Department of Justice (DOJ) | Criminal enforcement; FCPA; antitrust (with FTC); export controls | https://www.justice.gov |
|
|
21
|
+
| Securities and Exchange Commission (SEC) | Public-company disclosure; cybersecurity incident disclosure; insider trading | https://www.sec.gov |
|
|
22
|
+
| Department of Labor (DOL) | Wage-and-hour (FLSA); ERISA; OSHA | https://www.dol.gov |
|
|
23
|
+
| Equal Employment Opportunity Commission (EEOC) | Employment discrimination; harassment | https://www.eeoc.gov |
|
|
24
|
+
| Office for Civil Rights (OCR), HHS | HIPAA health-data enforcement | https://www.hhs.gov/hipaa |
|
|
25
|
+
| Office of Foreign Assets Control (OFAC) | Sanctions compliance | https://ofac.treas.gov |
|
|
26
|
+
| Bureau of Industry and Security (BIS) | Export Administration Regulations (EAR) | https://www.bis.gov |
|
|
27
|
+
| State Attorneys General | State privacy acts (CCPA/CPRA, etc.); consumer protection; data-breach notification | Varies by state |
|
|
28
|
+
| California Privacy Protection Agency (CPPA) | CCPA/CPRA enforcement | https://cppa.ca.gov |
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
## Primary statutes and regulations (verify current text and amendments)
|
|
33
|
+
|
|
34
|
+
### Federal — sectoral
|
|
35
|
+
|
|
36
|
+
| Statute / Regulation | Scope | Official source |
|
|
37
|
+
|---------------------|-------|-----------------|
|
|
38
|
+
| Federal Trade Commission Act, § 5 | Unfair or deceptive acts; primary privacy enforcement lever for non-covered entities | https://www.ftc.gov/legal-library/browse/statutes/federal-trade-commission-act |
|
|
39
|
+
| Health Insurance Portability and Accountability Act (HIPAA) + HITECH | Health information — covered entities and business associates | https://www.hhs.gov/hipaa/for-professionals/index.html |
|
|
40
|
+
| Gramm-Leach-Bliley Act (GLBA) | Financial institutions — consumer financial data | https://www.ftc.gov/legal-library/browse/statutes/gramm-leach-bliley-act |
|
|
41
|
+
| Family Educational Rights and Privacy Act (FERPA) | Student education records | https://studentprivacy.ed.gov |
|
|
42
|
+
| Children's Online Privacy Protection Act (COPPA) | Online data collection from children under 13 | https://www.ftc.gov/legal-library/browse/rules/childrens-online-privacy-protection-rule-coppa |
|
|
43
|
+
| Fair Credit Reporting Act (FCRA) | Consumer reporting agencies; background checks | https://www.ftc.gov/legal-library/browse/statutes/fair-credit-reporting-act |
|
|
44
|
+
| Electronic Communications Privacy Act (ECPA) | Interception; stored communications; pen registers | https://www.law.cornell.edu/uscode/text/18/part-I/chapter-119 |
|
|
45
|
+
| Computer Fraud and Abuse Act (CFAA) | Unauthorized computer access; cybercrime | https://www.law.cornell.edu/uscode/text/18/1030 |
|
|
46
|
+
| Foreign Corrupt Practices Act (FCPA) | Anti-bribery; books-and-records | https://www.justice.gov/criminal/criminal-fraud/fcpa |
|
|
47
|
+
| Fair Labor Standards Act (FLSA) | Minimum wage; overtime; child labor | https://www.dol.gov/agencies/whd/flsa |
|
|
48
|
+
| SEC Cybersecurity Disclosure Rules (2023) | Material cybersecurity incident disclosure; risk-management governance | https://www.sec.gov/corpfin/cybersecurity |
|
|
49
|
+
|
|
50
|
+
### State — privacy (representative; verify full list against current enactments)
|
|
51
|
+
|
|
52
|
+
| Statute | State | Official source |
|
|
53
|
+
|---------|-------|-----------------|
|
|
54
|
+
| California Consumer Privacy Act / CPRA (Cal. Civ. Code § 1798.100 et seq.) | California | https://oag.ca.gov/privacy/ccpa |
|
|
55
|
+
| Virginia Consumer Data Protection Act (VCDPA) | Virginia | Verify at https://law.lis.virginia.gov |
|
|
56
|
+
| Colorado Privacy Act (CPA) | Colorado | Verify at https://coag.gov/resources/data-privacy-laws/ |
|
|
57
|
+
| Connecticut Data Privacy Act (CTDPA) | Connecticut | Verify at https://portal.ct.gov |
|
|
58
|
+
| Texas Data Privacy and Security Act (TDPSA) | Texas | Verify at https://capitol.texas.gov |
|
|
59
|
+
|
|
60
|
+
> Many additional state acts have been enacted or amended since mid-2024. The reviewer must verify the current list of enacted state privacy laws against official state sources or a current legal-counsel summary before any compliance conclusion.
|
|
61
|
+
|
|
62
|
+
### Data-breach notification
|
|
63
|
+
|
|
64
|
+
All 50 US states have data-breach notification laws. Timelines, covered data types, and thresholds vary. Verify the applicable state law(s) for each breach scenario at the state attorney general's official website.
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
## Structural review checkpoints
|
|
69
|
+
|
|
70
|
+
1. **Governing law and forum selection** — identify the stated choice of law and venue. Flag if the clause conflicts with mandatory local law in either party's jurisdiction.
|
|
71
|
+
2. **Entity and regulator mapping** — determine which federal and state regulators have jurisdiction over the entity, the data types processed, and the sector.
|
|
72
|
+
3. **Privacy and data protection** — identify data types (health, financial, children's, biometric, precise geolocation, credentials). Map to applicable sectoral or state law. Flag if cross-border transfers are involved.
|
|
73
|
+
4. **Employment matters** — classify the worker (employee, independent contractor, gig). Check state classification rules (California AB 5 criteria differ from federal FLSA). Flag wage-and-hour, non-compete enforceability (FTC rule status — verify current status with counsel), and restrictive covenants.
|
|
74
|
+
5. **Sanctions and export controls** — flag any counterparty, transaction, technology, or geography that could touch OFAC SDN lists or BIS EAR/ITAR controls. Verify against official lists at https://ofac.treas.gov and https://www.bis.gov.
|
|
75
|
+
6. **Anti-bribery** — flag any payment to a foreign government official or intermediary. Apply FCPA analysis; confirm whether UK Bribery Act or local law also applies.
|
|
76
|
+
7. **Public-company disclosure** — flag material cybersecurity incidents (SEC 8-K 4-business-day rule), material contract changes, and related-party transactions.
|
|
77
|
+
8. **Dispute resolution** — note arbitration clauses, class-action waivers, and jury-trial waivers. Check enforceability under applicable state law (some states limit these in employment and consumer contexts).
|
|
78
|
+
9. **Limitation of liability and indemnification** — verify whether caps apply to IP indemnity, data-breach indemnity, or gross-negligence/willful-misconduct carve-outs.
|
|
79
|
+
10. **Records and retention** — identify applicable retention obligations under the matter's sector, litigation hold status, and state destruction requirements.
|
|
80
|
+
|
|
81
|
+
---
|
|
82
|
+
|
|
83
|
+
## Escalation triggers (US-specific)
|
|
84
|
+
|
|
85
|
+
- Any matter touching OFAC-designated parties, countries, or transactions — escalate immediately; penalties are strict liability.
|
|
86
|
+
- FCPA suspicion — escalate to counsel before any internal investigation step that could impair privilege or obstruct.
|
|
87
|
+
- HIPAA breach with more than 500 individuals affected — 60-day HHS OCR notification clock; confirm current rule with counsel.
|
|
88
|
+
- SEC material cybersecurity incident — 4-business-day 8-K disclosure clock; confirm current rule and materiality threshold with counsel.
|
|
89
|
+
- Class-action demand, PAGA notice (California), EEOC charge, or DOL investigation — escalate immediately.
|
|
90
|
+
- Non-compete or trade-secret matter in California — California's near-total ban on non-competes is well-established; confirm current FTC rule status with counsel.
|
|
91
|
+
- Immigration / work-authorization issue for any employee — escalate to immigration counsel.
|
|
92
|
+
- Proposed acquisition or investment touching US critical infrastructure or technology — flag for CFIUS review; verify thresholds with M&A counsel.
|
|
93
|
+
|
|
94
|
+
---
|
|
95
|
+
|
|
96
|
+
## Sources (verified in this session)
|
|
97
|
+
|
|
98
|
+
- California AG CCPA page: https://oag.ca.gov/privacy/ccpa — loaded successfully; confirmed CCPA/CPRA scope, business thresholds, and enforcement structure.
|
|
99
|
+
- Cornell LII Wex legal dictionary: https://www.law.cornell.edu/wex — loaded successfully; confirmed as free US legal reference.
|
|
100
|
+
- FTC, DOJ, SEC, DOL, EEOC, HHS official domain URLs confirmed accessible in prior sessions; verify individual pages before citing in advice.
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
# Workflow and Output Contract
|
|
2
|
+
|
|
3
|
+
## Workflow
|
|
4
|
+
|
|
5
|
+
### Step 1 — Define the legal question
|
|
6
|
+
|
|
7
|
+
State the legal question in one sentence before doing anything else. If the user's intake is ambiguous, draft a candidate question and confirm before proceeding.
|
|
8
|
+
|
|
9
|
+
### Step 2 — Identify context
|
|
10
|
+
|
|
11
|
+
Collect from the provided material (do not ask for more than necessary):
|
|
12
|
+
- Jurisdiction(s) and governing-law clause, if stated
|
|
13
|
+
- Entity type, business unit, and counterparty identity (redacted if needed)
|
|
14
|
+
- Document type (contract, policy, regulatory filing, intake memo, other)
|
|
15
|
+
- Effective dates, notice periods, and material deadlines
|
|
16
|
+
- Any regulatory regime named or implied
|
|
17
|
+
|
|
18
|
+
Flag any of these as Unknown if not provided — do not assume.
|
|
19
|
+
|
|
20
|
+
### Step 3 — List missing material facts
|
|
21
|
+
|
|
22
|
+
Before analysis, identify every fact whose absence materially changes the risk rating. Label these "open questions". Do not substitute an assumption for a missing material fact; state the assumption explicitly and note how it affects the rating.
|
|
23
|
+
|
|
24
|
+
### Step 4 — Separate facts, assumptions, inferences, and open questions
|
|
25
|
+
|
|
26
|
+
Organize all claims into four labelled buckets:
|
|
27
|
+
- **Facts provided** — directly stated in the supplied material
|
|
28
|
+
- **Assumptions** — plausible but unverified; state the basis
|
|
29
|
+
- **Inferences** — logical conclusions drawn from facts; state the reasoning
|
|
30
|
+
- **Open questions** — material facts not provided; escalate or flag Unknown until resolved
|
|
31
|
+
|
|
32
|
+
### Step 5 — Identify the risk domain
|
|
33
|
+
|
|
34
|
+
Select the primary domain(s) from:
|
|
35
|
+
contract | privacy | employment | IP | regulatory | litigation | competition | sanctions | procurement | finance | public-company disclosure | cybersecurity | records retention | other
|
|
36
|
+
|
|
37
|
+
Note when a matter spans multiple domains — multi-domain matters almost always require multi-discipline counsel.
|
|
38
|
+
|
|
39
|
+
### Step 6 — Identify the decision owner
|
|
40
|
+
|
|
41
|
+
Map the matter to the appropriate owner(s):
|
|
42
|
+
legal counsel | compliance | HR | security | procurement | finance | board / audit committee | privacy office / DPO | executive sponsor
|
|
43
|
+
|
|
44
|
+
Where ownership is unclear, flag it — unowned risk items are not actioned.
|
|
45
|
+
|
|
46
|
+
### Step 7 — Adversarial stress test
|
|
47
|
+
|
|
48
|
+
Analyze adverse scenarios from every realistic vantage point:
|
|
49
|
+
- **Worst-case legal interpretation** — how would the most aggressive opposing counsel read this?
|
|
50
|
+
- **Regulator view** — how would the relevant regulator investigate or charge?
|
|
51
|
+
- **Plaintiff / claimant view** — what causes of action are available and what damages are plausible?
|
|
52
|
+
- **Counterparty view** — what leverage does the counterparty have if the relationship deteriorates?
|
|
53
|
+
- **Employee / whistleblower view** — could an employee claim retaliation, discrimination, or unsafe conditions?
|
|
54
|
+
- **Auditor / board view** — what control gaps or disclosure failures would an auditor surface?
|
|
55
|
+
- **Press / reputational view** — how would this read in a hostile press account or regulatory press release?
|
|
56
|
+
|
|
57
|
+
### Step 8 — Rate risk
|
|
58
|
+
|
|
59
|
+
Assign a severity to each identified issue:
|
|
60
|
+
|
|
61
|
+
| Rating | Meaning |
|
|
62
|
+
|--------|---------|
|
|
63
|
+
| Critical | Immediate legal exposure, regulatory violation, or safety risk requiring escalation before any action |
|
|
64
|
+
| High | Significant legal or financial exposure; proceed only with counsel review and documented controls |
|
|
65
|
+
| Medium | Manageable exposure with documented mitigations; flag for counsel awareness |
|
|
66
|
+
| Low | Minor or speculative; document and monitor |
|
|
67
|
+
| Unknown | Insufficient jurisdiction or material facts to rate — escalate or obtain facts before proceeding |
|
|
68
|
+
|
|
69
|
+
**Unknown is mandatory** when jurisdiction, governing law, or material facts are missing or ambiguous. Do not assign a lower rating to paper over an unknown.
|
|
70
|
+
|
|
71
|
+
### Step 9 — Provide safe options
|
|
72
|
+
|
|
73
|
+
Do not recommend a single overconfident action. Offer two or more options that:
|
|
74
|
+
- Preserve decision authority for counsel
|
|
75
|
+
- Are graded by risk tolerance
|
|
76
|
+
- Identify what additional information would change the recommendation
|
|
77
|
+
|
|
78
|
+
### Step 10 — Specify evidence that would change the conclusion
|
|
79
|
+
|
|
80
|
+
For each rated issue, state explicitly what additional facts, documents, or expert input would move the rating up or down. This drives the escalation and due-diligence checklist.
|
|
81
|
+
|
|
82
|
+
### Step 11 — Recommend escalation
|
|
83
|
+
|
|
84
|
+
Recommend escalation to qualified local counsel when any of the following apply:
|
|
85
|
+
- The matter is jurisdiction-specific and the applicable law has not been verified in this session
|
|
86
|
+
- The matter involves employment, termination, retaliation, discrimination, harassment, wage-and-hour, or immigration
|
|
87
|
+
- Litigation is threatened, pending, or reasonably foreseeable
|
|
88
|
+
- A regulatory notification or filing obligation may be triggered
|
|
89
|
+
- The matter is financially material or involves board-level disclosure
|
|
90
|
+
- Any issue is rated Critical or Unknown and cannot be resolved from the provided material
|
|
91
|
+
- Privilege needs to be established or protected
|
|
92
|
+
|
|
93
|
+
---
|
|
94
|
+
|
|
95
|
+
## Output
|
|
96
|
+
|
|
97
|
+
Return findings in this structure:
|
|
98
|
+
|
|
99
|
+
```
|
|
100
|
+
## Verdict
|
|
101
|
+
<one of: proceed | proceed with controls | pause | escalate | insufficient evidence>
|
|
102
|
+
<one sentence explaining the verdict>
|
|
103
|
+
|
|
104
|
+
## Brutal assessment
|
|
105
|
+
<2-4 sentences — the hardest honest read of the risk, without softening>
|
|
106
|
+
|
|
107
|
+
## Facts provided
|
|
108
|
+
- <fact directly stated in the supplied material>
|
|
109
|
+
|
|
110
|
+
## Assumptions and unsupported claims
|
|
111
|
+
- <assumption — basis stated>
|
|
112
|
+
|
|
113
|
+
## Legal and risk issues
|
|
114
|
+
- [Issue ID] <issue name>: <description> — <evidence or assumption basis>
|
|
115
|
+
|
|
116
|
+
## Adversarial stress test
|
|
117
|
+
- Regulator: <view>
|
|
118
|
+
- Plaintiff / claimant: <view>
|
|
119
|
+
- Counterparty: <view>
|
|
120
|
+
- Employee / whistleblower: <view>
|
|
121
|
+
- Auditor / board: <view>
|
|
122
|
+
- Press: <view>
|
|
123
|
+
|
|
124
|
+
## Risk rating table
|
|
125
|
+
| Issue | Severity | Evidence | Consequence | Owner | Mitigation |
|
|
126
|
+
|-------|----------|----------|-------------|-------|------------|
|
|
127
|
+
| <issue> | Critical/High/Medium/Low/Unknown | <basis> | <consequence> | <owner> | <mitigation> |
|
|
128
|
+
|
|
129
|
+
## Safe next actions
|
|
130
|
+
1. <action — maps to evidence or stated assumption>
|
|
131
|
+
2. <action>
|
|
132
|
+
|
|
133
|
+
## Escalation trigger
|
|
134
|
+
<condition(s) under which this matter must be escalated to qualified counsel before any further action>
|
|
135
|
+
|
|
136
|
+
## Questions counsel must answer before approval
|
|
137
|
+
- <question>
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
---
|
|
141
|
+
|
|
142
|
+
## Security notes
|
|
143
|
+
|
|
144
|
+
- Never request or accept secrets, credentials, PII, employee medical detail, trade secrets, or customer data. Ask for redacted or sanitized excerpts with placeholders.
|
|
145
|
+
- This is a static review: do not contact courts, regulators, counterparties, or external systems.
|
|
146
|
+
- Flag all material that appears privileged and recommend it be handled only by or with counsel.
|
|
147
|
+
- Escalation-grade matter types — retaliation, discrimination, harassment, wage-and-hour, whistleblower, termination, immigration, sanctions, bribery, personal-data breach requiring notification, public-company disclosure — must trigger an escalation recommendation regardless of apparent severity.
|
|
148
|
+
- Never issue a verdict of "proceed" on an Unknown-rated issue. Unknown means escalate or gather facts first.
|