Agent skill
employment-compliance
Ensure compliance with employment laws and regulations across jurisdictions
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/business/human-resources/skills/employment-compliance
Metadata
Additional technical details for this skill
- domain
- business
- category
- Compliance
- skill id
- SK-022
- dependencies
-
[ "Employment law databases", "Regulatory updates" ] - specialization
- human-resources
SKILL.md
Employment Law Compliance Skill
Overview
The Employment Law Compliance skill provides capabilities for ensuring compliance with employment laws and regulations across multiple jurisdictions. This skill enables document validation, compliance monitoring, and audit preparation.
Capabilities
Document Validation
- Validate HR documents for legal compliance
- Review offer letters and employment agreements
- Check handbook policies
- Validate job postings
- Review termination documentation
Regulatory Tracking
- Track regulatory requirements by jurisdiction
- Monitor federal, state, and local laws
- Identify applicable regulations
- Track regulatory changes
- Alert on new requirements
Compliance Checklists
- Generate compliance checklists
- Create jurisdiction-specific requirements
- Build audit preparation guides
- Document compliance activities
- Track remediation items
Required Notices
- Create required notices and postings
- Manage posting requirements by location
- Track notice distribution
- Document acknowledgments
- Handle multilingual requirements
Audit Support
- Audit HR practices for compliance gaps
- Prepare audit documentation
- Create compliance reports
- Track findings and remediation
- Support external audits
Classification Support
- Calculate FLSA classification determinations
- Review exempt vs. non-exempt status
- Support independent contractor analysis
- Document classification rationale
- Handle misclassification remediation
EEO Compliance
- Support EEO/OFCCP compliance reporting
- Generate EEO-1 report data
- Track affirmative action requirements
- Monitor diversity metrics
- Support OFCCP audits
Usage
Compliance Check
const complianceCheck = {
document: {
type: 'offer-letter',
jurisdiction: {
federal: true,
state: 'California',
locality: 'San Francisco'
}
},
checkpoints: [
{
requirement: 'At-will statement',
status: 'compliant',
notes: 'Present and properly worded'
},
{
requirement: 'Pay transparency',
status: 'compliant',
notes: 'Salary range included per CA law'
},
{
requirement: 'Benefits summary',
status: 'warning',
notes: 'Missing SF HCSO disclosure'
}
],
recommendations: [
'Add San Francisco Health Care Security Ordinance disclosure',
'Include California Family Rights Act reference'
]
};
Regulatory Monitor
const regulatoryMonitor = {
jurisdictions: {
federal: true,
states: ['California', 'New York', 'Texas', 'Washington'],
localities: ['San Francisco', 'New York City', 'Seattle']
},
topics: [
'minimum-wage',
'paid-leave',
'pay-transparency',
'non-compete',
'anti-harassment',
'classification'
],
alerts: {
frequency: 'weekly',
recipients: ['hr-compliance@company.com'],
format: 'summary-with-action-items'
},
tracking: {
effectiveDates: true,
implementationDeadlines: true,
complianceStatus: true
}
};
Process Integration
This skill integrates with the following HR processes:
| Process | Integration Points |
|---|---|
| All processes | Cross-cutting compliance |
| workplace-investigation.js | Legal compliance guidance |
| pay-equity-analysis.js | Regulatory requirements |
| benefits-administration.js | Benefits compliance |
Best Practices
- Stay Current: Monitor regulatory changes continuously
- Document Everything: Maintain compliance documentation
- Multi-State Awareness: Apply strictest applicable standard
- Training: Keep HR team trained on compliance
- Legal Partnership: Work closely with employment counsel
- Proactive Approach: Address issues before they become complaints
Metrics and KPIs
| Metric | Description | Target |
|---|---|---|
| Compliance Rate | Requirements met on time | 100% |
| Audit Findings | External audit issues | 0 critical |
| Regulatory Updates | Changes implemented on time | 100% |
| Training Completion | HR compliance training | 100% |
| Complaint Rate | Compliance-related complaints | Minimize |
Related Skills
- SK-014: Pay Equity (pay compliance)
- SK-016: HR Investigation (investigation compliance)
- SK-015: Benefits Enrollment (benefits compliance)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-tools
Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).
model-profile-resolution
Resolve model profile (quality/balanced/budget) at orchestration start and map agents to specific models. Enables cost/quality tradeoffs by selecting appropriate AI models for each agent role.
verification-suite
Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.
state-management
STATE.md reading, writing, and field-level updates. Provides cross-session state persistence via .planning/STATE.md with structured fields for current task, completed phases, blockers, decisions, and quick tasks.
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
frontmatter-parsing
YAML frontmatter parsing and manipulation for .planning/ documents. Provides read, write, update, query, and validation operations on frontmatter blocks in GSD markdown artifacts.
Didn't find tool you were looking for?