AI Governance Council
Purpose
Designs the decision architecture for human oversight of AI development and
deployment: who has authority to approve, delay, or kill an AI launch, how
conflicts of interest are controlled, how incidents escalate, and how the
whole thing is judged. This is organizational governance, not a multi-model
technical pattern.
Core thesis: do not create a discussion forum and call it a council. A
council without explicit authority, membership rules, conflict-of-interest
controls, evidence standards, and audit trails is a discussion forum wearing
a governance costume. Judge a council by launch quality, incident severity
and recurrence, and how early dissent gets surfaced — never by how often it
meets.
When to use
Use when the user wants to:
- Stand up an AI governance board/council/committee from scratch.
- Draft a charter, decision-rights matrix, or conflict-of-interest policy for
such a body.
- Define a model/feature launch approval process or sign-off chain.
- Design an incident escalation path for AI harms.
- Reconcile AI oversight across multiple jurisdictions (US/EU/UK/China).
Trigger even when the user never says "governance council" — e.g. "we need a
review process before shipping models," "who signs off on AI launches,"
"no one here can say no to a risky launch."
When NOT to use
- Multi-model LLM ensembles/orchestration ("have GPT-4 and Claude debate
and vote," "cross-check outputs across models") — that is a sibling
llm-council-* skill, a technical pattern, not a governance body.
- Generic corporate governance (board composition for stock plans, general
fiduciary duties unrelated to AI) — out of scope.
- GDPR / data-privacy compliance questions with no AI-oversight-body
angle — out of scope.
- Writing a SECURITY.md or a code-level vulnerability-disclosure process —
unrelated document.
- Technical safety evals (red-teaming, jailbreak testing, benchmark
scoring) — this skill designs who decides, not how models are tested.
Workflow
- Scope the org. Ask (or infer): how many AI launches/year, is the org
building frontier models or deploying third-party AI, which jurisdictions
it operates in, whether a board already exists. Skip ceremony a small org
doesn't need — a 15-person startup does not need a 5-person board
committee with quarterly deep-dives; scale the hybrid model down instead
of skipping oversight entirely.
- Recommend the hybrid model as the default (see
references/governance-council-design.md#the-hybrid-model for full
detail):
- Management AI Council — 7–10 cross-functional members (engineering,
product, safety, security, privacy, legal, compliance, risk), staggered
1–3 year terms. Routine review.
- Board Safety Committee — 3–5 members, majority independent, ≥1
technical. Binding authority on frontier launches, waivers, severe
incidents.
- External Review Panel — 2–5 conflict-screened outside experts.
Mandatory input for defined trigger cases (frontier capability, novel
harm class, regulator inquiry).
- Responsible AI office — runs the process and artefacts day to day.
- Escalation ladder — documented path from management council up to
board committee.
All three decision layers (operational review, escalation authority,
independent challenge) must exist together — see the failure modes below.
- Assign decision rights by risk tier, not by default consensus-seeking.
Use the tiered matrix in
references/governance-council-design.md#decision-rights-matrix: low-risk
update → delegated approval; medium feature launch → council vote;
high-impact/regulated → full review + board notice; frontier
capability/safeguard waiver/severe incident → mandatory board committee.
Supermajority required to override a documented "do not launch" from
safety, security, or privacy leads; dissent recording is mandatory, not
optional.
- Build in conflict-of-interest controls from day one — annual and
per-item disclosure, a recusal register, a chair who does not own a
shipping target, compensation independent of decision outcomes, financially
disinterested external reviewers. See
references/governance-council-design.md#conflict-of-interest-minimums.
- Specify the evidence artefacts the council must produce, not just
meet about: charter + decision-rights matrix, AI inventory, impact
assessment, launch decision memo with dissent log, incident log +
post-incident review, quarterly board report, annual public summary. See
references/governance-council-design.md#evidence-artefacts.
- Set cadence to the minimum that keeps evidence current — monthly
ordinary, quarterly deep-dive, ad-hoc emergency within hours, annual
charter review plus one severe-incident simulation per year. Do not
recommend more meetings as a proxy for more rigor.
- Add jurisdiction annexes, not parallel processes — one global charter,
per-jurisdiction annexes for US/EU/UK/China, "stricter control wins" as the
conflict rule. See
references/governance-council-design.md#jurisdiction-lanes and
flag every jurisdiction fact as time-sensitive: state it, then tell the
user to verify current thresholds/dates against the official source before
relying on it.
- Report the KPIs that matter (targets in
references/governance-council-design.md#kpis): review coverage,
decision latency, dissent visibility, launch-condition completion,
incident recurrence, audit-trail completeness. Explicitly do not report
meeting frequency as a success metric.
- Hand over templates, not just advice — pull the charter, COI policy,
decision matrix, incident escalation flow, meeting agenda, and roadmap
templates from
references/governance-council-design.md and adapt them to
the org's scope from step 1.
Output spec
A complete answer includes: which of the three layers apply at the user's
scale, a decision-rights matrix sized to their risk tiers, the minimum
evidence artefacts they must start producing, a COI baseline, and (if
relevant) a jurisdiction annex plan with a verify-before-relying-on-this
caveat. Point to templates in references/ rather than inlining all of them.
Failure modes to name explicitly
Each missing layer has a documented failure pattern — cite these when a user's
proposed design is missing a piece:
- Operational review only, no escalation authority → advisory theatre:
the council recommends, nothing binds, risk gets shipped anyway.
- Escalation authority without informed operational review → uninformed
executive veto: the board says yes/no without the operational detail to
do it well.
- External panel bolted on without a legitimacy model → brittle,
performative challenge that collapses under pressure (see Google ATEAC in
references/governance-council-design.md#lessons-from-real-implementations).
Gotchas
- Don't let "consensus" quietly mean "no one ever votes no" — require a
recorded-dissent mechanism even when the group reaches agreement.
- A council that only ever meets is not evidence of governance; ask for the
artefacts (decision memos, incident logs) before declaring the design done.
- Jurisdiction facts in this domain move fast (see AI Act phase-in dates) —
never present a date/threshold as evergreen; always attach "verify against
the official source."
- Cite only named frameworks/organizations (NIST AI RMF, ISO/IEC 42001, EU AI
Act, named companies' public responsible-AI programs); never fabricate deep
URLs.
- This skill designs governance structure; it is not legal advice. Route
jurisdiction-specific obligations (EU AI Act classification, state ADMT
laws, China filings) to qualified counsel before relying on them.
References
references/governance-council-design.md — full hybrid-model detail,
decision-rights matrix, COI policy, evidence artefacts, cadence, KPI table,
jurisdiction lanes, and templates (charter, COI policy, decision matrix,
incident escalation flow, meeting agenda, implementation roadmap).
1---2name: ai-governance-council3description: Designs a human AI governance council - hybrid management council plus board escalation, charter and conflict-of-interest templates, decision-rights matrix, incident escalation, KPIs, and US/EU/UK/China compliance lanes. Use for "set up an AI governance board/council", "no one has authority to say no to a risky launch", "AI review committee charter", "model launch approval process". Not for multi-model LLM ensembles or technical safety evals.4---56# AI Governance Council78## Purpose910Designs the decision architecture for human oversight of AI development and11deployment: who has authority to approve, delay, or kill an AI launch, how12conflicts of interest are controlled, how incidents escalate, and how the13whole thing is judged. This is organizational governance, not a multi-model14technical pattern.1516**Core thesis: do not create a discussion forum and call it a council.** A17council without explicit authority, membership rules, conflict-of-interest18controls, evidence standards, and audit trails is a discussion forum wearing19a governance costume. Judge a council by launch quality, incident severity20and recurrence, and how early dissent gets surfaced — never by how often it21meets.2223## When to use2425Use when the user wants to:26- Stand up an AI governance board/council/committee from scratch.27- Draft a charter, decision-rights matrix, or conflict-of-interest policy for28 such a body.29- Define a model/feature launch approval process or sign-off chain.30- Design an incident escalation path for AI harms.31- Reconcile AI oversight across multiple jurisdictions (US/EU/UK/China).3233Trigger even when the user never says "governance council" — e.g. "we need a34review process before shipping models," "who signs off on AI launches,"35"no one here can say no to a risky launch."3637## When NOT to use3839- **Multi-model LLM ensembles/orchestration** ("have GPT-4 and Claude debate40 and vote," "cross-check outputs across models") — that is a sibling41 `llm-council-*` skill, a technical pattern, not a governance body.42- **Generic corporate governance** (board composition for stock plans, general43 fiduciary duties unrelated to AI) — out of scope.44- **GDPR / data-privacy compliance** questions with no AI-oversight-body45 angle — out of scope.46- **Writing a SECURITY.md** or a code-level vulnerability-disclosure process —47 unrelated document.48- **Technical safety evals** (red-teaming, jailbreak testing, benchmark49 scoring) — this skill designs who decides, not how models are tested.5051## Workflow52531. **Scope the org.** Ask (or infer): how many AI launches/year, is the org54 building frontier models or deploying third-party AI, which jurisdictions55 it operates in, whether a board already exists. Skip ceremony a small org56 doesn't need — a 15-person startup does not need a 5-person board57 committee with quarterly deep-dives; scale the hybrid model down instead58 of skipping oversight entirely.592. **Recommend the hybrid model as the default** (see60 `references/governance-council-design.md#the-hybrid-model` for full61 detail):62 - **Management AI Council** — 7–10 cross-functional members (engineering,63 product, safety, security, privacy, legal, compliance, risk), staggered64 1–3 year terms. Routine review.65 - **Board Safety Committee** — 3–5 members, majority independent, ≥166 technical. Binding authority on frontier launches, waivers, severe67 incidents.68 - **External Review Panel** — 2–5 conflict-screened outside experts.69 Mandatory input for defined trigger cases (frontier capability, novel70 harm class, regulator inquiry).71 - **Responsible AI office** — runs the process and artefacts day to day.72 - **Escalation ladder** — documented path from management council up to73 board committee.74 All three decision layers (operational review, escalation authority,75 independent challenge) must exist together — see the failure modes below.763. **Assign decision rights by risk tier**, not by default consensus-seeking.77 Use the tiered matrix in78 `references/governance-council-design.md#decision-rights-matrix`: low-risk79 update → delegated approval; medium feature launch → council vote;80 high-impact/regulated → full review + board notice; frontier81 capability/safeguard waiver/severe incident → mandatory board committee.82 Supermajority required to override a documented "do not launch" from83 safety, security, or privacy leads; dissent recording is mandatory, not84 optional.854. **Build in conflict-of-interest controls from day one** — annual and86 per-item disclosure, a recusal register, a chair who does not own a87 shipping target, compensation independent of decision outcomes, financially88 disinterested external reviewers. See89 `references/governance-council-design.md#conflict-of-interest-minimums`.905. **Specify the evidence artefacts** the council must produce, not just91 meet about: charter + decision-rights matrix, AI inventory, impact92 assessment, launch decision memo with dissent log, incident log +93 post-incident review, quarterly board report, annual public summary. See94 `references/governance-council-design.md#evidence-artefacts`.956. **Set cadence to the minimum that keeps evidence current** — monthly96 ordinary, quarterly deep-dive, ad-hoc emergency within hours, annual97 charter review plus one severe-incident simulation per year. Do not98 recommend more meetings as a proxy for more rigor.997. **Add jurisdiction annexes, not parallel processes** — one global charter,100 per-jurisdiction annexes for US/EU/UK/China, "stricter control wins" as the101 conflict rule. See102 `references/governance-council-design.md#jurisdiction-lanes` and103 **flag every jurisdiction fact as time-sensitive**: state it, then tell the104 user to verify current thresholds/dates against the official source before105 relying on it.1068. **Report the KPIs that matter** (targets in107 `references/governance-council-design.md#kpis`): review coverage,108 decision latency, dissent visibility, launch-condition completion,109 incident recurrence, audit-trail completeness. Explicitly do not report110 meeting frequency as a success metric.1119. **Hand over templates, not just advice** — pull the charter, COI policy,112 decision matrix, incident escalation flow, meeting agenda, and roadmap113 templates from `references/governance-council-design.md` and adapt them to114 the org's scope from step 1.115116## Output spec117118A complete answer includes: which of the three layers apply at the user's119scale, a decision-rights matrix sized to their risk tiers, the minimum120evidence artefacts they must start producing, a COI baseline, and (if121relevant) a jurisdiction annex plan with a verify-before-relying-on-this122caveat. Point to templates in `references/` rather than inlining all of them.123124## Failure modes to name explicitly125126Each missing layer has a documented failure pattern — cite these when a user's127proposed design is missing a piece:128129- **Operational review only, no escalation authority** → advisory theatre:130 the council recommends, nothing binds, risk gets shipped anyway.131- **Escalation authority without informed operational review** → uninformed132 executive veto: the board says yes/no without the operational detail to133 do it well.134- **External panel bolted on without a legitimacy model** → brittle,135 performative challenge that collapses under pressure (see Google ATEAC in136 `references/governance-council-design.md#lessons-from-real-implementations`).137138## Gotchas139140- Don't let "consensus" quietly mean "no one ever votes no" — require a141 recorded-dissent mechanism even when the group reaches agreement.142- A council that only ever meets is not evidence of governance; ask for the143 artefacts (decision memos, incident logs) before declaring the design done.144- Jurisdiction facts in this domain move fast (see AI Act phase-in dates) —145 never present a date/threshold as evergreen; always attach "verify against146 the official source."147- Cite only named frameworks/organizations (NIST AI RMF, ISO/IEC 42001, EU AI148 Act, named companies' public responsible-AI programs); never fabricate deep149 URLs.150- This skill designs governance structure; it is **not legal advice**. Route151 jurisdiction-specific obligations (EU AI Act classification, state ADMT152 laws, China filings) to qualified counsel before relying on them.153154## References155156- `references/governance-council-design.md` — full hybrid-model detail,157 decision-rights matrix, COI policy, evidence artefacts, cadence, KPI table,158 jurisdiction lanes, and templates (charter, COI policy, decision matrix,159 incident escalation flow, meeting agenda, implementation roadmap).