| name | Deployment Readiness Check |
| slug | deployment-readiness-check |
| department | development |
| description | Decide whether a release is ready to deploy per the deployment policy and readiness signals. |
| requires_data_source | false |
| input_schema | {"type":"object","properties":{"signals":{"type":"object"}},"required":["signals"]} |
| output_schema | {"type":"object","properties":{"ready":{"type":"boolean"},"blockers":{"type":"array","items":{"type":"string"}}},"required":["ready","blockers"]} |
Deployment Readiness Check
When to use
A release is proposed for deployment and readiness must be checked against policy.
What it does
- policy_check — Search the department's policy knowledge.
- llm_evaluate — Ask the LLM for a structured judgement.
- branch — Branch on a prior result; end the skill.
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.