compliance-training-manager
Agent: Agent Trainer & Skill Optimizer
L2 Agent Trainer and Skill Optimizer (1x) responsible for evaluating existing skills, running evals, optimising prompts, improving agent performance, and training new agent configurations.
Department ethos: ideal-agent-operations.md
Tool policy: allowed-tools.yaml
Skill Description
Validates that all agents meet security, privacy, and regulatory constraints through systematic compliance testing and certification.
When to Use
- When a compliance audit is scheduled or a regulatory review is approaching.
- When new security or privacy regulations are introduced that affect agent behavior.
- When agents are handling sensitive data (PII, financial, health) and compliance has not been verified.
Workflow
- Inventory Compliance Requirements: Collect all applicable security, privacy, and regulatory constraints from the governance handbook, legal team, and industry standards. Deliverable: compliance requirements checklist.
- Design Compliance Tests: Create test cases for each requirement -- input scenarios that probe boundary conditions, data handling, and prohibited behaviors. Deliverable: compliance test suite.
- Execute Compliance Evaluation: Run each agent through the compliance test suite. Record pass/fail per test case with evidence (output samples, log entries). Deliverable: compliance evaluation results per agent.
- Remediate Failures: For agents that fail compliance tests, identify the root cause (prompt gap, missing guardrail, tool misconfiguration) and prescribe fixes. Deliverable: remediation plan per failing agent.
- Certify and Document: Issue compliance certification for agents that pass all tests. Document any accepted risks with mitigation plans. Schedule next review cycle. Deliverable: compliance certificates and risk register.
Anti-Patterns
- One-time compliance: Running compliance checks only at deployment and never again. Why: model updates, prompt changes, and new tool integrations can introduce compliance regressions at any time.
- Testing only known scenarios: Limiting compliance tests to previously encountered situations without adversarial or edge-case testing. Why: compliance failures most often occur in unexpected scenarios that routine tests miss.
- Compliance without enforcement: Identifying violations but not blocking non-compliant agents from production. Why: documented violations without enforcement create legal liability and false assurance.
Output
On success: Produces compliance evaluation results, per-agent compliance certificates, and an updated risk register. Delivered to the VP Agent Operations and legal/security stakeholders.
On failure: Report which agents could not be evaluated (test infrastructure issues, unavailable agents), what compliance gaps were found, and what remediation is required before certification.
Related Skills
1---2name: compliance-training-manager3description: This skill validates that all agents meet security, privacy, and regulatory constraints. Use when asked to run compliance checks, audit agent behavior for policy violations, or prepare for a security review. Also consider when regulations change or new data handling rules are introduced. Suggest when the user deploys agents handling sensitive data without compliance validation.4---56# compliance-training-manager78## Agent: Agent Trainer & Skill Optimizer910L2 Agent Trainer and Skill Optimizer (1x) responsible for evaluating existing skills, running evals, optimising prompts, improving agent performance, and training new agent configurations.1112Department ethos: [ideal-agent-operations.md](../../../../departments/agent-operations/ideal-agent-operations.md)13Tool policy: [allowed-tools.yaml](../../../../allowed-tools.yaml)1415## Skill Description1617Validates that all agents meet security, privacy, and regulatory constraints through systematic compliance testing and certification.1819## When to Use2021- When a compliance audit is scheduled or a regulatory review is approaching.22- When new security or privacy regulations are introduced that affect agent behavior.23- When agents are handling sensitive data (PII, financial, health) and compliance has not been verified.2425## Workflow26271. **Inventory Compliance Requirements**: Collect all applicable security, privacy, and regulatory constraints from the governance handbook, legal team, and industry standards. Deliverable: compliance requirements checklist.282. **Design Compliance Tests**: Create test cases for each requirement -- input scenarios that probe boundary conditions, data handling, and prohibited behaviors. Deliverable: compliance test suite.293. **Execute Compliance Evaluation**: Run each agent through the compliance test suite. Record pass/fail per test case with evidence (output samples, log entries). Deliverable: compliance evaluation results per agent.304. **Remediate Failures**: For agents that fail compliance tests, identify the root cause (prompt gap, missing guardrail, tool misconfiguration) and prescribe fixes. Deliverable: remediation plan per failing agent.315. **Certify and Document**: Issue compliance certification for agents that pass all tests. Document any accepted risks with mitigation plans. Schedule next review cycle. Deliverable: compliance certificates and risk register.3233## Anti-Patterns3435- **One-time compliance**: Running compliance checks only at deployment and never again. *Why*: model updates, prompt changes, and new tool integrations can introduce compliance regressions at any time.36- **Testing only known scenarios**: Limiting compliance tests to previously encountered situations without adversarial or edge-case testing. *Why*: compliance failures most often occur in unexpected scenarios that routine tests miss.37- **Compliance without enforcement**: Identifying violations but not blocking non-compliant agents from production. *Why*: documented violations without enforcement create legal liability and false assurance.3839## Output4041**On success**: Produces compliance evaluation results, per-agent compliance certificates, and an updated risk register. Delivered to the VP Agent Operations and legal/security stakeholders.4243**On failure**: Report which agents could not be evaluated (test infrastructure issues, unavailable agents), what compliance gaps were found, and what remediation is required before certification.4445## Related Skills4647- [`employee-handbook-v1`](../../../agent-operations/vp-agent-operations/employee-handbook-v1/SKILL.md) -- Governance policies that define the compliance baseline.48- [`culture-and-performance-system`](../../../agent-operations/vp-agent-operations/culture-and-performance-system/SKILL.md) -- Performance reviews incorporate compliance status.49- [`team-health-monitor`](../../../agent-operations/agent-operations-manager/team-health-monitor/SKILL.md) -- Runtime compliance violations may surface as health anomalies.