| name | Change Request Triage |
| slug | change-request-triage |
| department | development |
| description | Triage a change request: classify type and estimate risk. |
| requires_data_source | false |
| input_schema | {"type":"object","properties":{"title":{"type":"string"},"description":{"type":"string"}},"required":["title","description"]} |
| output_schema | {"type":"object","properties":{"category":{"type":"string"},"risk":{"type":"string"}},"required":["category","risk"]} |
Change Request Triage
When to use
An incoming change request needs classification + risk estimate before assignment.
What it does
- 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.