HR Policy Generator
Description
Comprehensive HR policy development covering attendance, time-off, overtime, remote work, and compliance. Generates structured policy documents, legal checklists, exception handling frameworks, and employee communication plans tailored to company size, work arrangement, and jurisdiction.
Input
| Name | Type | Required | Description |
|---|
| companysize | text | Yes | Number of employees and locations |
| workarrangement |
text | Yes | On-site, remote, hybrid structure |
| jurisdiction | text | Yes | Applicable labor laws and regulations |
| current_policy | text | No | Existing attendance policies |
| employee_feedback | text | No | Known concerns or requests |
| industry_standards | text | No | Industry benchmark practices |
Output
| Name | Type | Description |
|---|
| attendancepolicy | text | Comprehensive policy document |
| workhours_framework |
text | Core hours and flexibility guidelines |
| leave_categories | text | PTO, sick, parental, other leave types |
| overtime_policy | text | Overtime rules and compensation |
| exception_procedures | text | Handling exceptions and accommodations |
| compliance_checklist | text | Legal compliance verification |
| communication_plan | text | Employee rollout and training |
Example
Input
```json
{
"company_size": "150 employees, 2 offices",
"work_arrangement": "Hybrid - 3 days office, 2 days remote",
"jurisdiction": "California, USA",
"current_policy": "Informal flexible schedule, unlimited PTO"
}
HR政策生成器
描述
全面的人力资源政策制定,涵盖考勤、休假、加班、远程办公及合规要求。根据公司规模、工作安排和管辖区域,生成结构化的政策文档、法律合规清单、例外处理框架及员工沟通计划。
输入
| 名称 | 类型 | 必填 | 描述 |
|---|
| companysize | 文本 | 是 | 员工人数及办公地点数量 |
| workarrangement |
文本 | 是 | 现场办公、远程办公、混合办公结构 |
| jurisdiction | 文本 | 是 | 适用的劳动法律法规 |
| current_policy | 文本 | 否 | 现有考勤政策 |
| employee_feedback | 文本 | 否 | 已知的关切或诉求 |
| industry_standards | 文本 | 否 | 行业基准实践 |
输出
| 名称 | 类型 | 描述 |
|---|
| attendancepolicy | 文本 | 全面的政策文档 |
| workhours_framework |
文本 | 核心工时及弹性工作指南 |
| leave_categories | 文本 | 带薪休假、病假、育儿假及其他休假类型 |
| overtime_policy | 文本 | 加班规则及补偿方案 |
| exception_procedures | 文本 | 处理例外情况及特殊安排 |
| compliance_checklist | 文本 | 法律合规性验证 |
| communication_plan | 文本 | 员工推广及培训方案 |
示例
输入
json
{
company_size: 150名员工,2个办公室,
work_arrangement: 混合办公 - 3天办公室,2天远程,
jurisdiction: 美国加利福尼亚州,
current_policy: 非正式弹性工作制,无限带薪休假
}