Skip to main content
AITM M1.6-Art71 v1.0 Reviewed 2026-04-06 Open Access
M1.6 People, Change, and Organizational Readiness
AITF · Foundations

Template — Agent Governance Charter

Template — Agent Governance Charter — Organizational Change & Culture — Applied depth — COMPEL Body of Knowledge.

11 min read Article 71 of 18

COMPEL Specialization — AITM-AAG: Agentic AI Governance Associate Artifact Template 1 of 1


How to use this template

Populate one charter per agent. The charter is the short companion to the full Agent Governance Pack (Article 14) and carries the six fields most commonly consulted during incident, audit, and change-review. A complete charter can be read in ten minutes and is the first artifact the incident commander, internal auditor, or regulator sees. Longer, more detailed governance artifacts live in the Pack and are linked from each section.

Delete the italicised placeholder text in each field and replace with the agent-specific content. Remove sections that do not apply only after marking them “not applicable” with a one-sentence reason.

Every field is dated. If a field has not been updated in the last twelve months, it is stale and the agent’s owner is responsible for refreshing it.


Agent Governance Charter

0. Charter header

FieldValue
Agent identifierstable-agent-id (e.g., finance-research-v3)
Public namethe name shown to users, if any
Deployment environmentproduction / staging / internal / customer-facing / mixed
Charter version1.0
Last updatedYYYY-MM-DD
Next scheduled reviewYYYY-MM-DD (per review cadence below)
Owner (role, not person)role name
Reviewer (governance function)role name
Reviewer (security function)role name
Reviewer (legal / privacy function)role name

1. Purpose and definition

One paragraph (3–5 sentences) describing what the agent does, the problem it addresses, and the intended user. Avoid aspirational language; describe the current deployment, not the vision.

Example: The finance-research-v3 agent retrieves public company filings, internal research notes, and news feeds, synthesises a research summary for internal portfolio managers, and drafts research notes into a shared workspace. The agent does not execute trades, publish externally, or interact directly with customers. It supports portfolio managers in small-cap European equities research.


2. Autonomy classification (Article 3)

FieldValue
Level0–5
Level nameAssisted / Advisor / Bounded executor / Supervised executor / Autonomous executor / Self-directing
HITL cadencedescription of the longest stretch without human approval
Reversibility of actionsread-only / reversible write / irreversible
Tool surfacenarrow / medium / broad
Consequence severitylow / medium / high, with specific worst-case noted
Rationale2–3 sentence justification against the four criteria
Initial classification dateYYYY-MM-DD
Last reclassificationYYYY-MM-DD, trigger
Link to full classification memo in Packlink

3. Authority chain (Article 4)

Write the authority-chain sentence in full, naming the five components.

Template: The [agent identifier] is authorised, by delegation from [delegating principal role] exercising [organisational decision right], via [deployment authority role], to act within [action scope].

Example: The finance-research-v3 agent is authorised, by delegation from the Head of Research exercising the research-publication decision right, via the Platform Engineering deployment authority, to act within [retrieve public filings; retrieve internal research notes; retrieve subscription news feed; write drafts to the research workspace; send notification emails to research-team members].

Any action outside the action scope is prohibited and is detected by the observability stack (Section 6) and logged as a governance event (Section 7).

FieldValue
Link to full authority-chain memo in Packlink

4. Tools allowed (Article 6)

Every tool the agent may call is listed. Tools not on the list are not callable regardless of how the agent reasons about them. Changes to this list are governance changes that trigger reclassification.

Tool identifierPurposePermission scopeParameter constraintsRate capCost capAudit fields
tool-id-11-sentence purposeleast-privilege invocation scopeschema highlightsper-session / per-daymonetary where applicablefields emitted to audit log
tool-id-2
FieldValue
Link to full tool specifications in Packlink
Excessive-agency review completedYYYY-MM-DD by reviewer role

5. Memory policy (Article 7)

LayerIn use?Scope (what may be stored)RetentionWho may read / writePoisoning defence
Short-term contextyes / nodescriptionsecondsagent identitysanitisation rules
Session memoryyes / nodescriptionsession durationagent identity
Persistent profileyes / nodescriptionretention periodidentities
Shared knowledgeyes / nodescriptionretention periodidentities
FieldValue
Link to full memory governance memo in Packlink
Data classification of persistent / shared memoryper organisational classification scheme

6. Observability requirements (Article 10)

LayerInstrumented?Tool / sinkRetentionIntegrated with SIEM?
Traceyes / noLangSmith / Langfuse / Humanloop / Arize Phoenix / Datadog / otherdaysyes / no
Tool-call logyes / noaudit sinkyearsyes / no
Memory-delta logyes / noaudit sinkmatch memory retentionyes / no
Decision-point snapshotyes / noaudit sinkyearsyes / no
Audit recordyes / noimmutable audit storeregulatory horizonyes / no
FieldValue
Audit-record schema version1.0
Link to observability design in Packlink

7. Escalation triggers and human-in-the-loop matrix (Article 5, Article 11)

7.1 Escalation triggers

TriggerSeverityFirst responder (role)Secondary (role)Escalation time target
anomalous tool-call patternmediumoperations monitorsecurity operations30 minutes
memory-write schema violationmediumoperations monitoragent owner2 hours
unauthorised tool-call attempthighsecurity operationsstop-go authority10 minutes
kill-switch triggeredhighstop-go authorityagent owner; executive sponsorimmediate
user complaint alleging wrong outputmediumprimary revieweragent owner24 hours
counterparty incident notificationhighagent ownerlegal / privacy; executive sponsor1 hour
regulatory inquiryhighlegal / privacyexecutive sponsor; agent ownerimmediate

7.2 Human-in-the-loop matrix

A short matrix indicating, per action class, the oversight mode applied. Fuller detail is in Section 5 of the Pack; the summary below is the charter view.

Action classOversight modeOperator roleNotes
external readpost-hoc samplingoperations monitor
memory write (persistent)runtime intervention + post-hocoperations monitor
draft to workspacepost-hocprimary reviewer
email alert dispatchpre-authorisationprimary reviewer
irreversible action (if any)pre-authorisation + stop-gostop-go authority

8. Kill-switch specification (Article 11)

FieldValue
Mechanismdescription (e.g., token revocation; process kill; control-loop pause; network isolation)
Operator identityrole that may exercise the switch
Target latency — signal to haltseconds
Target latency — halt to recoveryminutes
Granularitywhole agent / per session / per tool / per tenant
Last rehearsal dateYYYY-MM-DD
Last rehearsal scenarioe.g., runaway loop / memory poisoning / tool misuse
Last rehearsal resultpass / fail with remediation
Rehearsal cadencequarterly / monthly

Additional notes (optional):

Describe any special containment boundaries — network, filesystem, tool-scope, time-budget, memory-scope. Reference the containment design in the Pack for full detail.


9. Risk register summary (Article 9)

Categories marked “live” apply to this agent; categories marked “not applicable” have a reason given.

CategoryStatusPrimary control reference
Goal mis-specificationlive / N/ASection 1 purpose; review cadence
Reward hackinglive / N/Aevaluation design in Pack
Tool misuselive / N/ASection 4 tool specifications
Memory poisoninglive / N/ASection 5 memory defences
Runaway behaviourlive / N/ASection 8 time/step budgets
Collusion / deceptionlive / N/AMAS posture in Pack (if applicable)
Resource exhaustionlive / N/ASection 4 rate/cost caps
Hallucination cascadelive / N/Agrounding and disclosure design in Pack

10. Regulatory posture (Article 12)

FrameworkApplicable?Primary obligations
EU AI Act Article 14yes / nooversight design per Section 7
EU AI Act Article 15yes / noaccuracy, robustness, cybersecurity per Pack
EU AI Act Article 26yes / no (if high-risk deployer)deployer obligations per Pack
EU AI Act Article 50yes / no (user-facing)AI disclosure posture
EU AI Act Article 52yes / nomanipulation / emotion-recognition screen
NIST AI RMFyesGOVERN / MAP / MEASURE / MANAGE mapping in Pack
ISO/IEC 42001yes if certifiedclause mapping in Pack
Sector-specific rulesyes / no; name the rulelink to mapping in Pack
FieldValue
Link to full regulatory mapping in Packlink
Last regulatory-posture reviewYYYY-MM-DD

11. Cross-organisational posture (Article 13)

CounterpartyNature of interactionContract referenceAudit reciprocityIncident notification window
none (internal only)
counterparty name / typee.g., tool provider; supply-chain agentcontract IDyes / noe.g., 24 hours

12. Change log

DateVersionChange summaryTriggerAuthor (role)
YYYY-MM-DD1.0initial charteronboardingagent owner

13. Sign-off

By signing below, each reviewer attests that the charter as written accurately represents the current deployment and is consistent with the Agent Governance Pack’s more detailed records. Sign-offs are bound to this charter version; a change that increments the version requires re-sign-off.

RoleName (redacted in public artifact; keep only role)Sign-off date
Agent owner
Governance function
Security function
Legal / privacy function
Executive sponsor (high-risk deployments)

Review cadence

Review typeCadence
Scheduled reviewquarterly for Level 3; semi-annual for Level 1–2; monthly for Level 4; event-driven for Level 5
Triggered reviewon any change event per Article 14 list
Incident-driven reviewon any incident involving this agent

Retention of this charter

The charter is retained for the agent’s deployment life plus the longer of (a) the organisation’s general records-retention policy and (b) any applicable regulatory retention horizon. Superseded versions are retained in the change log; deletion of a superseded version is prohibited absent documented legal-retention-expiry reasoning.


End of Agent Governance Charter template.