| name | Campaign Compliance Check |
| slug | campaign-compliance-check |
| department | marketing |
| description | Check proposed campaign content against brand and regulatory policy. |
| requires_data_source | false |
| input_schema | {"type":"object","properties":{"channel":{"type":"string"},"content":{"type":"string"}},"required":["channel","content"]} |
| output_schema | {"type":"object","properties":{"compliant":{"type":"boolean"},"reason":{"type":"string"}},"required":["compliant","reason"]} |
Campaign Compliance Check
When to use
Campaign content needs a compliance check before human review/publish.
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.