| name | Employment Certificate Request |
| slug | employment-certificate-request |
| department | hr |
| description | Determine whether an employee is entitled to an employment/salary certificate and what it may state. |
| requires_data_source | false |
| input_schema | {"type":"object","properties":{"employee_id":{"type":"string"},"certificate_type":{"type":"string"}},"required":["employee_id"]} |
| output_schema | {"type":"object","properties":{"entitled":{"type":"boolean"},"reason":{"type":"string"}},"required":["entitled","reason"]} |
Employment Certificate Request
When to use
An employee requests an employment or salary certificate and entitlement must be confirmed.
What it does
- policy_check — Search the department's policy knowledge.
- llm_evaluate — Ask the LLM for a structured judgement.
Notes
Execution is deterministic — the engine runs steps.yaml; this file is what the department agent reads to select the skill. Admins may edit both.