Before the agent touches production

  • [ ] Inventory the policies it must honor: refund limits, approval thresholds, data-residency boundaries, per-role allowed actions.
  • [ ] Convert each to a condition + action rule (if refund > $50 then require manager_approval).
  • [ ] Wire high-risk rules to human approval or a hard block before the action executes.
  • [ ] Log every policy decision (Art. 12 requires logging of high-risk activity).
  • [ ] Map the top rules to the EU AI Act articles they support (Art. 9 / 12 / 14 / 15).

After every prompt or tool change

  • [ ] Re-extract rules — drift is the default, not the exception.
  • [ ] Re-check that no new high-risk action is unguarded.
  • [ ] Re-validate the obligation map with the current effective dates in mind.

What the checklist is — and is not

The checklist is a control inventory. It tells you which obligations you have a rule for and which you do not. It is not a pass/fail certification, and ticking every box does not make the system "compliant." Conformity is the deployer's responsibility across the full system and should be confirmed with qualified counsel.

Using AgentPolicy in the checklist

Paste your policy text, pick a domain (Finance / HR / Safety / General), and AgentPolicy returns agent-callable checks plus a compliance checklist mapped to EU AI Act obligations. Export the rules and wire them into the runtime — then re-run on every release.

Authoritative references

  • EU AI Act (Reg. 2024/1689), Art. 9 / 12 / 14 / 15: https://eur-lex.europa.eu/eli/reg/2024/1689/oj
  • AI Act explorer: https://artificialintelligenceact.eu/
  • European Commission AI policy: https://digital-strategy.ec.europa.eu/en/policies/regulatory-framework-ai