AI Disclosure Policy Skill
Every company now ships AI-generated content somewhere — support replies,
marketing images, chatbot conversations, synthetic voices — and most have no
rule for when to say so. Meanwhile transparency regulation is arriving (the EU
AI Act's transparency obligations for chatbots, synthetic media, and deepfakes
being the headline example, with obligations phasing in through 2026–2027), and
the trust cost of an undisclosed AI surface being discovered is higher than
the disclosure ever was. This skill produces the policy: what you label, where,
in what words — with the honest line that final regulatory judgment belongs to
your lawyer, and this document is what makes that conversation short.
What This Skill Produces
- A surface inventory: every place AI-generated content reaches users or
the public, with today's disclosure state
- A disclosure matrix: per surface — required (regulatory), expected
(platform/industry norm), or chosen (trust) — with the reasoning
- Label copy ready to ship: UI strings, footer lines, image/video marks,
chatbot self-identification wording
- The review triggers: what changes (new surface, new market, new
regulation phase) forces a policy re-read, and who owns it
Required Inputs
Ask for (if not already provided):
- Where AI output ships today or soon: chatbots, support, marketing content,
images/video/voice, code, docs — and which are fully automated vs
human-reviewed
- Markets served (EU exposure changes obligations) and industry (regulated
sectors add rules)
- Existing policy fragments ([[ai-usage-policy]] covers internal use — this
skill covers outward disclosure; link them, don't duplicate)
- Risk posture: minimum-compliance or trust-differentiator
Process
- Inventory before policy. List every AI-touching surface, then the ones
the user forgot: auto-generated email, AI-assisted support macros, synthetic
voices on calls, generated product imagery, auto-summaries in the product.
For each: fully-AI, AI-drafted-human-approved, or AI-assisted — the
disclosure answer differs by degree of human control.
- Sort into required / expected / chosen. Required: where a regulation
plausibly applies — chatbots that could be mistaken for humans, synthetic
media, emotionally targeted content (flag these for counsel; cite the
regulation family, not invented article numbers). Expected: platform rules
and industry norms (ad platforms, app stores increasingly require labels).
Chosen: where labeling is optional but discovery-risk or brand values argue
for it. State the reasoning per row — a policy without reasons decays.
- Write labels people won't hate. Honest, short, non-groveling:
"AI-assisted, human-reviewed" beats a paragraph of throat-clearing. Chatbots
self-identify at conversation start, not in a footer. Human-approved content
can say so — the disclosure spectrum has two ends.
- Decide the edge cases explicitly: AI-drafted-human-edited text (the big
one — set a threshold and say it), internal content that leaks, user-facing
personalization, A/B tests of the labels themselves (don't).
- Wire the triggers. New surface, new market, automation-degree change,
regulation phase-in dates → named owner re-reviews. Policy without a
re-review trigger is a screenshot, not a policy.
Output Format
## Where AI ships today
| Surface | Degree (full / drafted / assisted) | Disclosed today? |
## Disclosure matrix
| Surface | Required / Expected / Chosen | Reasoning | Label |
## Label copy (ready to ship)
[Exact strings per surface type]
## Edge-case rulings
[The threshold decisions, stated plainly]
## Review triggers & ownership
[What forces a re-read, who owns it, standing counsel questions]
Quality Checks
Anti-Patterns
1---2name: ai-disclosure-policy3description: Decide when and how your product and communications must (or should) label AI-generated content, and write the disclosure policy — surface-by-surface rules, exact label wording, and the review trigger for regulations like the EU AI Act's transparency obligations. Use when asked 'do we have to label AI content', 'write our AI disclosure policy', 'are we covered for the AI Act', or when marketing/support/product start shipping AI-generated output. Produces a disclosure policy with a per-surface matrix and ready-to-use label copy. Not legal advice.4---5
6# AI Disclosure Policy Skill
7
8Every company now ships AI-generated content somewhere — support replies,
9marketing images, chatbot conversations, synthetic voices — and most have no
10rule for when to say so. Meanwhile transparency regulation is arriving (the EU
11AI Act's transparency obligations for chatbots, synthetic media, and deepfakes
12being the headline example, with obligations phasing in through 2026–2027), and
13the trust cost of an *undisclosed* AI surface being discovered is higher than
14the disclosure ever was. This skill produces the policy: what you label, where,
15in what words — with the honest line that final regulatory judgment belongs to
16your lawyer, and this document is what makes that conversation short.
17
18## What This Skill Produces
19
20- A **surface inventory**: every place AI-generated content reaches users or
21 the public, with today's disclosure state
22- A **disclosure matrix**: per surface — required (regulatory), expected
23 (platform/industry norm), or chosen (trust) — with the reasoning
24- **Label copy** ready to ship: UI strings, footer lines, image/video marks,
25 chatbot self-identification wording
26- The **review triggers**: what changes (new surface, new market, new
27 regulation phase) forces a policy re-read, and who owns it
28
29## Required Inputs
30
31Ask for (if not already provided):
32- Where AI output ships today or soon: chatbots, support, marketing content,
33 images/video/voice, code, docs — and which are fully automated vs
34 human-reviewed
35- Markets served (EU exposure changes obligations) and industry (regulated
36 sectors add rules)
37- Existing policy fragments ([[ai-usage-policy]] covers internal use — this
38 skill covers outward disclosure; link them, don't duplicate)
39- Risk posture: minimum-compliance or trust-differentiator
40
41## Process
42
431. **Inventory before policy.** List every AI-touching surface, then the ones
44 the user forgot: auto-generated email, AI-assisted support macros, synthetic
45 voices on calls, generated product imagery, auto-summaries in the product.
46 For each: fully-AI, AI-drafted-human-approved, or AI-assisted — the
47 disclosure answer differs by degree of human control.
482. **Sort into required / expected / chosen.** Required: where a regulation
49 plausibly applies — chatbots that could be mistaken for humans, synthetic
50 media, emotionally targeted content (flag these for counsel; cite the
51 regulation family, not invented article numbers). Expected: platform rules
52 and industry norms (ad platforms, app stores increasingly require labels).
53 Chosen: where labeling is optional but discovery-risk or brand values argue
54 for it. State the reasoning per row — a policy without reasons decays.
553. **Write labels people won't hate.** Honest, short, non-groveling:
56 "AI-assisted, human-reviewed" beats a paragraph of throat-clearing. Chatbots
57 self-identify at conversation start, not in a footer. Human-approved content
58 can say so — the disclosure spectrum has two ends.
594. **Decide the edge cases explicitly**: AI-drafted-human-edited text (the big
60 one — set a threshold and say it), internal content that leaks, user-facing
61 personalization, A/B tests of the labels themselves (don't).
625. **Wire the triggers.** New surface, new market, automation-degree change,
63 regulation phase-in dates → named owner re-reviews. Policy without a
64 re-review trigger is a screenshot, not a policy.
65
66## Output Format
67
68```
69## Where AI ships today
70| Surface | Degree (full / drafted / assisted) | Disclosed today? |
71
72## Disclosure matrix
73| Surface | Required / Expected / Chosen | Reasoning | Label |
74
75## Label copy (ready to ship)
76[Exact strings per surface type]
77
78## Edge-case rulings
79[The threshold decisions, stated plainly]
80
81## Review triggers & ownership
82[What forces a re-read, who owns it, standing counsel questions]
83```
84
85## Quality Checks
86
87- [ ] The inventory surfaced at least one AI surface the user didn't list
88- [ ] Every matrix row carries reasoning; "required" rows name the regulation
89 family and carry the flag-for-counsel marker — no invented article
90 citations
91- [ ] Label copy is shippable as-is: short, honest, located where users
92 actually are (chatbot labels at the top, not the terms page)
93- [ ] The AI-drafted-human-edited threshold is decided, not deferred
94- [ ] The not-legal-advice line is present and the counsel-question list makes
95 the legal review cheap
96
97## Anti-Patterns
98
99- [ ] Do not assert specific legal conclusions ("Article X requires you to…")
100 — identify plausibly-applicable obligations and route to counsel
101- [ ] Do not write labels as apologies — disclosure done confidently is a
102 trust feature
103- [ ] Do not produce one blanket rule; the matrix exists because a support
104 macro and a synthetic voice are different obligations
105- [ ] Do not duplicate [[ai-usage-policy]] — internal use rules live there;
106 this is outward-facing disclosure