AI Governance Checklist: 12 Things Every Team Should Do Before Using AI at Work

Published: August 2026

In most organizations, AI tools arrive before AI governance does. A team starts pasting text into a chatbot, a vendor switches on an "AI-powered" feature inside software you already own, someone wires a model into a workflow — and only later does anyone ask who owns it, what data went in, what uses were approved, and whether anybody is watching the outputs. By then the answers have to be reconstructed instead of retrieved.

This checklist is the short version of doing it in the right order. Twelve checks, each with why it matters, one practical action, the question a governance reviewer should ask, and the evidence worth retaining. It draws on four widely used references — the voluntary NIST AI Risk Management Framework, the voluntary ISO/IEC 42001 management-system standard, the binding EU AI Act, and the OWASP Top 10 for LLM Applications — with a mapping table at the end.

Educational content only — not legal, regulatory, security or certification advice. Prepared with AI assistance and reviewed against the official sources linked in this article.

First, know what kind of rules these are

One distinction keeps this whole topic honest. The NIST AI RMF 1.0, released on 26 January 2023, is explicitly intended for voluntary use — it is not a law and imposes no legal obligations. It organizes AI risk work into four functions: Govern, Map, Measure and Manage, and NIST notes the framework is currently undergoing revision. Its companion Generative AI Profile (NIST AI 600-1), published 26 July 2024, helps organizations identify risks unique to or exacerbated by generative AI and suggests risk-management actions. ISO/IEC 42001:2023, published in December 2023, specifies requirements for establishing, implementing, maintaining and continually improving an AI management system (AIMS); ISO calls it the world's first AI management system standard. It is a voluntary standard you can be audited and certified against — it is not legislation.

The EU AI Act is different: it is binding law. It entered into force on 1 August 2024 and became generally applicable on 2 August 2026, with a four-tier risk structure — prohibited practices (such as harmful manipulation and social scoring), high-risk systems with strict obligations (risk assessment, data quality, human oversight), limited-risk transparency duties (disclosing that people are interacting with AI, labeling deepfakes), and minimal-risk systems with no specific rules. Prohibited practices and AI literacy obligations have applied since 2 February 2025, governance rules and obligations for general-purpose AI models since 2 August 2025, and transparency rules came into effect in August 2026. Most high-risk obligations were deferred by a simplification amendment that entered into force on 27 July 2026: they apply from 2 December 2027 for certain high-risk areas and from 2 August 2028 for AI embedded in regulated products — the runway we covered in our December 2027 deadline article.

Finally, the OWASP GenAI Security Project's Top 10 for LLM Applications (2025) is a community security reference — the security half of several checks below leans on it.

The 12-point checklist

1. Define the use case and the outcome you expect

2. Name an accountable business owner

3. Record the model, vendor and system details

4. Classify data before it goes in

5. Assess impact and assign a risk level

6. Define acceptable and prohibited use

7. Establish human review and override

8. Test for accuracy, bias, safety and failure modes

9. Secure access, prompts, integrations and credentials

10. Monitor outputs, incidents, changes and vendor updates

11. Preserve decisions, approvals, tests and evidence

12. Reassess periodically and before material changes

How the 12 checks map to NIST AI RMF, ISO/IEC 42001, the EU AI Act and OWASP

This is an educational mapping to help you see how one set of working practices relates to four different references. It is not a certification claim, a legal determination, or a statement of compliance with any framework or law.

Check NIST AI RMF function ISO/IEC 42001 theme EU AI Act consideration OWASP GenAI consideration
1. Use case & outcomeMapAIMS scope and objectivesStarting point for risk-tier classification
2. Accountable ownerGovernLeadership, roles and responsibilitiesClarifies who answers for obligations
3. System recordMapDocumented informationBasis for classifying each systemSupply chain visibility (LLM03)
4. Data classificationMap / MeasureData-handling controls within the AIMSData quality expectations for high-risk systemsSensitive information disclosure (LLM02)
5. Impact & risk levelMeasureRisk and impact assessmentFour-tier risk structure is the law's core
6. Acceptable useGovernPolicy and operational controlsProhibited-practices tier bans some uses outright
7. Human review & overrideManageOversight within lifecycle controlsHuman oversight required for high-risk systemsExcessive agency (LLM06)
8. TestingMeasureEvaluation before and during operationRisk assessment obligations for high-risk systemsMisinformation (LLM09), improper output handling (LLM05)
9. SecurityManageTechnical and access controlsGeneral robustness expectations by tierPrompt injection (LLM01), system prompt leakage (LLM07), supply chain (LLM03)
10. MonitoringManagePerformance evaluation and improvementOngoing duties continue after deploymentUnbounded consumption (LLM10), data and model poisoning (LLM04)
11. EvidenceGovernDocumented information, internal auditDocumentation expectations for high-risk systems
12. ReassessmentManageContinual improvementObligations phase in through 2027–2028List versions evolve (2025 list current)

If you want the deeper per-framework treatment, we keep dedicated guides: NIST AI RMF from Jira, ISO 42001 from Jira and EU AI Act from Jira.

Three fictional walk-throughs

All three examples below are fictional. They describe made-up organizations, invented purely to illustrate how the checklist changes emphasis by context. They are not customers, case studies, or measured results.

Fictional example 1: a healthcare support chatbot

A fictional clinic group wants a chatbot answering patients' administrative questions — opening hours, appointment rescheduling, billing queries. The checklist bites hardest at checks 4, 6 and 7: patient messages can contain health information, so the data classification decision (check 4) must be made before launch, not after; acceptable use (check 6) must prohibit the bot from giving anything resembling medical advice; and human review (check 7) needs a clear escalation path to staff the moment a conversation leaves administrative territory. The risk level (check 5) lands higher than "it's just a support bot" suggests — because of who is affected when it goes wrong.

Fictional example 2: a financial-services document assistant

A fictional lender deploys an assistant that summarizes and extracts fields from customer-submitted documents — proof of address, income statements — for back-office staff. This is document-processing governance, and the emphasis falls on checks 4, 8 and 11: the documents are confidential and personal by default, so data boundaries and access control come first; extraction accuracy must be tested against known documents before anyone relies on it (check 8), because a mis-read field propagates into downstream decisions; and every extraction that feeds a decision about a customer needs retained evidence of human verification (check 11). The assistant drafts and extracts — people decide.

Fictional example 3: a manufacturing predictive-maintenance model

A fictional plant operator uses a model predicting which machines need maintenance before failure. Here checks 2, 10 and 12 carry the weight: the accountable owner (check 2) must be someone who can act on predictions — a maintenance lead, not a data team with no authority over the schedule; monitoring (check 10) must track prediction accuracy against actual failures, because sensor drift and changed operating conditions degrade models silently; and reassessment triggers (check 12) must include physical changes — new equipment, new sensors, changed shift patterns — not just software updates. A wrong prediction here costs money and, in the worst case, safety margins.

Frequently asked

Who should own an AI system inside a business? A named business owner who is accountable for the system's outcomes — not a committee and not "IT" in general. The owner approves the use case, accepts the risk level, and is the person a reviewer or auditor contacts first.

What evidence should an AI-governance review retain? The approved use case, the named owner, the system record, the data classification decision, the risk assessment, testing results, acceptable-use rules, monitoring and incident logs, and dated approvals — kept where a reviewer can find them without reconstructing history from chat threads.

Do voluntary frameworks like NIST AI RMF or ISO/IEC 42001 make this checklist mandatory? No. NIST AI RMF is a voluntary framework and ISO/IEC 42001 is a voluntary management-system standard — neither is law. The EU AI Act is law, and where it applies its obligations are binding regardless of which voluntary framework you follow.

When should an AI system be reassessed? On a defined schedule — for example annually — and additionally before any material change: a new model version, a new data source, a new user group, an expanded use case, or a significant vendor update.