選項
首頁首頁 Skill 文件 eu-ai-act-specialist

eu-ai-act-specialist

alirezarezvani/claude-skills alirezarezvani/claude-skills

依據《歐盟人工智慧法案》,對人工智慧系統進行分類,確定符合性評估途徑,並透過參考腳本及援引條文的指引,追蹤各角色應盡的義務。

...展開全部
1
更新時間 2026-08-30

歐盟《人工智慧法案》合規專家

針對《歐盟法規 (EU) 2024/1689》所引述條文的實務技能。三項決定,卻無具體的人工智慧執行策略:

  1. 此人工智慧系統屬於哪一級別?——禁止類(第 5 條)/高風險類(第 6 條 + 附件 III)/有限風險透明度類(第 50 條)/最低風險類
  2. 針對高風險系統,合規評估途徑及文件套件為何?——第43條模組A與模組H之比較 + 附件IV技術文件
  3. 依組織角色,各方的義務為何?——依據第16、22、25、26條的供應商/部署者/進口商/經銷商/授權代表責任矩陣

此技能並非「人工智慧首席官顧問」(CAIO)。CAIO 負責決定是否推出該 AI 功能,並承擔商業風險。此技能則負責執行符合性工作,將「我們將推出該功能」轉化為符合條文規定的產出物。

此技能並非法律替代方案。《法案》是具約束力的法規。 針對新穎案例(此是否為通用人工智慧模型?第 6 條第 2 款的豁免條款是否適用?對基礎模型進行微調是否構成「實質修改」?),請諮詢合格的外部法律顧問。本技能雖援引條文及附件,並採用歐盟委員會/歐洲資料保護委員會(EDPB)發布的解釋,但不提供具約束力的法律意見。

此技能並非《一般資料保護條例》(GDPR)。許多 AI 系統亦會觸發 GDPR 的適用(訓練資料、輸出處理)。關於資料保護影響評估(DPIA)及合法依據的相關工作,請參閱ra-qm-team/skills/gdpr-dsgvo-expert/。各項法規之間存在相互作用(參見第 10 條說明及第 10 條關於高風險訓練資料的規定)。

關鍵字

歐盟《人工智慧法案》、歐盟《人工智慧法規》、第 2024/1689 號法規、人工智慧法案、歐洲人工智慧法規、高風險人工智慧、禁止性人工智慧、 《AI 法案》第 5 條、《AI 法案》第 6 條、《AI 法案》第 9 條、《AI 法案》第 50 條、附件 III、附件 IV、符合性評估、AI 的 CE 標誌、AI 指定機構、模組 A、模組 H、 AI 技術文件、AI 上市後監測、基本權利影響評估、FRIA、GPAI、通用 AI 模型、GPAI 系統性風險、 AI辦公室、ENISA AI、EDPB AI、《人工智慧法案》時間表、《人工智慧法案》罰則、歐盟《人工智慧法案》服務提供者、歐盟《人工智慧法案》部署者、歐盟《人工智慧法案》進口商、歐盟《人工智慧法案》分銷商、歐盟《人工智慧法案》罰款、AI素養

快速入門

# 決策 A:依據《AI 法》對 AI 系統進行分類
python scripts/ai_system_risk_classifier.py                       # 內嵌 5 個系統的範例
python scripts/ai_system_risk_classifier.py path/to/systems.json

# 決策 B:高風險系統的合規性評估計畫
python scripts/conformity_assessment_planner.py                   # 內嵌高風險範例
python scripts/conformity_assessment_planner.py path/to/system.json

# 決策 C:依組織角色劃分的義務追蹤器
python scripts/ai_act_obligation_tracker.py                       # 內嵌範例(供應者 + 部署者)
python scripts/ai_act_obligation_tracker.py path/to/roles.json

關鍵問題(請優先詢問)

  • 此 AI 系統是否屬於第 5 條(禁止行為)的範圍?社會評分、職場/教育環境中的情緒辨識、操縱性的潛意識技術、公共場所的即時遠端生物特徵識別——上述任何一項均被明確禁止。
  • 該系統是否屬於附件 III(高風險類別)?共 8 個類別:生物識別、關鍵基礎設施、教育、就業、基本服務、執法、移民、司法。若觸發附件 III,則會觸發第 6 條第 2 款——除非第 6 條第 3 款的豁免條款適用。
  • 該公司扮演何種組織角色?供應商(將產品投放市場)、部署者(自行授權使用)、進口商(將第三國系統投放歐盟市場)、分銷商(透過供應鏈提供產品)。許多公司同時兼具供應商與部署者的雙重身分。
  • 這是否屬於通用人工智慧模型?通用人工智慧(GPAI)有其專屬規範(第 51–55 條),當訓練運算能力超過 10²⁵ 浮點運算次數時,將適用更嚴格的規則(第 51 條所指的系統性風險)。
  • 針對高風險系統:我們是否已執行第 9 條的風險管理以及第 27 條的基本權利影響評估(FRIA)?第 9 條是生命週期風險管理;第 27 條則是針對公共部門部署者及基本服務的基本權利影響評估。
  • 根據第43條,合規評估模組為何?模組A(內部控制,適用於多數附件III系統)與模組H(完整品質管理系統+指定機構,生物辨識系統必須採用,其他情況有時亦需)。

核心責任

1. 人工智慧系統風險分類

框架:該法案採用基於風險的方法(第 26 條說明)。每個 AI 系統均明確歸類於以下四個等級之一:

等級 來源 範例 義務
禁止事項 第五條 社會評分;職場/教育場所的情緒辨識;潛意識操縱;執法機關進行的即時公開生物特徵識別(僅有極少數例外情況) 不得投放市場或使用(最高罰款 3,500 萬歐元/營業額的 7%)
高風險 第 6 條 + 附件 III;第 6(1) 條 + 附件 I 履歷篩選、信用評分、生物特徵分類、受規範產品的安全組件 第 8–17 條(供應商)+第 26 條(部署者);符合性評估;CE 標誌
有限風險(透明度) 第 50 條 聊天機器人、深度偽造、第 5 條所列情境以外的情緒辨識 向自然人披露的透明度資訊
最低風險 預設 垃圾郵件過濾器、電玩人工智慧、庫存預測系統 本法未作規定(自願性行為準則,第95條)

關鍵豁免條款(第6(3)條):若附件三所列系統符合以下任一條件,則不屬高風險:(a) 執行狹義的程序性任務; (b) 改善先前已完成的人類活動結果,(c) 偵測決策模式但不取代人類評估,(d) 執行準備性任務。注意事項:對自然人進行特徵分析,無論是否適用豁免條款,均屬附件三所定義的高風險。

請輸入系統特徵並執行 ai_system_risk_classifier.py。該工具會先檢查第 5 條的禁止事項,接著是附件 III 的類別,然後是第 6(3) 條的豁免條款,再檢查第 50 條的透明度要求,最後判定為「最低風險」預設類別。

請參閱references/eu_ai_act_titles.md以獲取完整的條文逐條解析指南。

2. 符合性評估 + 附件 IV 技術文件

框架(第 43 條 + 附件 VI/VII):針對高風險 AI 系統,供應商必須在將產品投放市場前證明其符合性。有兩種途徑:

  • 模組 A — 內部控制(附件 VI):供應商依據要求進行自我評估。適用於供應商已實施協調標準的大多數附件 III 系統。
  • 模組 H — 完整品質管理系統 + 技術文件(附件 VII):須經指定機構參與。生物辨識系統必須遵循此要求(第 43 條第 (1) 款)。

根據附件 IV — 技術文件 — 所需文件:

  1. 人工智慧系統的一般描述(預期用途、識別資訊、版本)
  2. 系統元件的詳細說明(架構、訓練資料、驗證程序)
  3. 有關監測、運作及控制的資訊
  4. 風險管理系統說明(第 9 條)
  5. 投放市場後的變更說明
  6. 所適用之協調標準清單(或替代標準)
  7. 歐盟符合性聲明(第47條)
  8. 上市後監測系統說明(第 72 條)

執行 run conformity_assessment_planner.py程式以選取模組,並針對特定高風險系統產生附件 IV 檢查清單。

請參閱references/high_risk_systems_annex_iii.md,了解哪些系統需要採用哪種符合性評估途徑。

3. 按角色劃分的義務追蹤器

框架(第 16、22、23、24、25、26 條):本法將供應商的義務(佔多數)與下游行為者的義務(部署者、進口商、經銷商、授權代表)區分開來。單一公司可同時扮演多種角色。

角色 主要條文 主要義務
供應商(第 3(3) 條) 第8至17條、第47條、第49條、第72條 符合性評估;CE標誌;風險管理;資料治理;技術文件;上市後監測;嚴重事件通報(第73條)
部署者(第 3 條第 4 款) 26 依照說明書使用;人力監督;輸入資料品質;紀錄保存(第 19 條);告知工作者(第 26(7) 條);若屬公部門/基本服務,則須進行 FRIA(第 27 條)
進口商(第 3(6) 條) 23 核實符合性;加貼 CE 標誌;技術文件可供查閱
經銷商(第 3(7) 條) 24 在產品投放市場前核實 CE 標誌及相關文件
授權代表(第22條) 22 非歐盟供應商必須委任一名授權代表;該代表須對供應商的義務負責

重要:根據第 25 條,若部署者對高風險 AI 系統進行實質修改,或以自身名義將其投放市場,則該部署者即成為供應商,並承擔供應商的義務。

執行 ai_act_obligation_tracker.py並提供角色 JSON 檔案,即可產生按截止日期排序的義務矩陣。

請參閱references/gpai_obligations.md,了解關於《通用人工智慧法案》(GPAI)第 51 至 55 條的獨立追蹤內容。

工作流程

工作流程 1:AI 系統接收審查(每套系統,約 2 小時)

目標:進行分類、識別義務,並界定合規工作範圍。

# 1. 記錄系統特徵:目的、使用者、資料、自主性、部署情境
# 2. 執行分類器
python scripts/ai_system_risk_classifier.py systems.json
# 3. 若屬高風險:執行規劃器
python scripts/conformity_assessment_planner.py system.json
# 4. 識別所扮演的組織角色(提供者/部署者/兼具兩者)
python scripts/ai_act_obligation_tracker.py roles.json
# 5. 若涉及個人資料,則與 GDPR DPIA(gdpr-dsgvo-expert)進行交叉核對
# 6. 與 ISO 42001 AIMS 證明資料(compliance-team-iso42001)進行交叉核對
# 7. 輸出:分類備忘錄 + 合規計畫 + 義務清單

工作流程 2:附件 IV 技術文件編製(針對每個高風險系統,需時 2–4 週)

目標:在合規評估前彙整附件 IV 文件包。

# 1. 執行合規評估規劃工具以取得檢查清單
python scripts/conformity_assessment_planner.py system.json
# 2. 彙整:系統描述、架構、訓練資料、驗證、風險管理
# 3. 針對符合附件 IV 項目的部分,引用 ISO 42001 證據
# 4. 針對安全控制措施,引用 ISO 27001 證據
# 5. 執行第 9 條規定的風險管理生命週期
# 6. 僅在評估通過後,方可簽署歐盟符合性聲明(第 47 條)
# 7. 加貼 CE 標誌(第 48 條)
# 8. 於歐盟資料庫註冊(第 71 條)——高風險附件 III 系統

工作流程 3:部署前義務審計(按系統進行,於上線前)

目標:確認在產品於歐盟市場投放前,所有現行義務均已落實。

# 1. 確認分類仍正確(若系統有所變更,則重新執行分類器)
# 2. 確認符合性評估已完成(若屬高風險)
# 3. 確認透明度要求(第 50 條)—— 適用於聊天機器人、深度偽造技術、情緒偵測
# 4. 確認上市後監測系統(第 72 條)已上線
# 5. 確認嚴重事件通報程序(第 73 條)已記錄在案
# 6. 針對部署者:已完成 FRIA(第 27 條,如適用);已告知員工(第 26(7) 條)
# 7. 針對 GPAI:如適用,已履行第 51 至 55 條之義務

工作流程 4:年度合規更新(按組織,每年一次)

目標:隨著《法案》分階段實施,重新核實分類及義務。

  1. 列出所有已在歐盟市場上線或計畫投入歐盟市場的人工智慧系統
  2. 針對每個系統執行分類器 — 第 5 條的禁止清單可能透過授權法案擴增
  3. 執行義務追蹤器——隨著第三編逐步實施,截止期限將相應調整(2025 → 2026 → 2027)
  4. 針對每個高風險系統:驗證上市後監測資料流及嚴重事件通報能力
  5. 依據第 11 條的持續性要求,更新附件 IV 的技術文件
  6. 若兩者皆適用,則應配合 ISO 42001 管理審查(第 9.3 條)

輸出標準

**結論:** [一句話 — 分類 + 最重要的義務]
**條文引用:** [條文 + 段落編號;不得在未引用來源的情況下進行改寫]
**決策:** [選項之一:分類 | 符合性途徑 | 義務範圍]
**證據:** [條文 + 附件參考資料;分類信心程度]
**行動方針:** [3 項具體後續步驟,包含負責人及與分階段進度相符的截止日期]
**您的決策:** [需徵詢合規專員或法律顧問 — 風險等級爭議、新穎案例、GPAI 門檻判定]

相關技能

  • ra-qm-team/skills/gdpr-dsgvo-expert/— GDPR 資料保護影響評估(DPIA)與合法依據(多數 AI 系統亦觸發 GDPR 規範)
  • ra-qm-team/compliance-team-iso42001/— ISO 42001 AIMS(符合第 17 條部分要求的自願性管理系統,適用於服務提供者)
  • ra-qm-team/skills/information-security-manager-iso27001/— 適用於網路安全要求的 ISO 27001(第 15 條)
  • ra-qm-team/skills/risk-management-specialist/— ISO 14971 風險管理(作為第 6(1) 條下「安全組件 AI」的參考依據)
  • ra-qm-team/skills/mdr-745-specialist/— MDR 2017/745(與醫療器材人工智慧之重疊部分)
  • compliance-os/— 多框架計畫的元協調器
  • c-level-advisor/chief-ai-officer-advisor/— 高階 AI 策略

參考資料

  • eu_ai_act_titles.md — 第 I–XII 篇逐條解說,並詳列部署者/供應者/進口商/經銷商的義務
  • high_risk_systems_annex_iii.md — 附件 III 8 大類別詳解 + 第 6(2) 至 (3) 條的相互關聯 + 豁免測試
  • gpai_obligations.md — 第 51–55 條 GPAI 追蹤 + 系統性風險門檻 + 透明度規則 + 《實務守則》現況
  • cross_framework_mapping_ai_act.md — 《人工智慧法案》↔ ISO 42001 ↔ NIST AI RMF ↔ GDPR 控制層級對應表

版本:1.0.0 狀態:已準備就緒

在 GitHub 上查看
---
name: eu-ai-act-specialist
description: Classify AI systems under the EU AI Act, determine conformity assessment routes, and track per-role obligations using reference scripts and Article-cited guidance.
license: MIT
---

# EU AI Act Compliance Specialist

Article-cited operational skill for Regulation (EU) 2024/1689. **Three decisions, no executive AI strategy:**

1. **What tier is this AI system?** — prohibited (Article 5) / high-risk (Article 6 + Annex III) / limited-risk transparency (Article 50) / minimal-risk
2. **For high-risk systems, what's the conformity assessment route + documentation pack?** — Article 43 Module A vs Module H + Annex IV technical documentation
3. **Per organizational role, what are the obligations?** — provider / deployer / importer / distributor / authorized representative matrix per Article 16, 22, 25, 26

This skill is **NOT chief-ai-officer-advisor**. CAIO decides whether to ship the AI feature at all and accepts business risk. This skill operates the conformity work that turns "we'll ship it" into Article-compliant artefacts.

This skill is **NOT a legal substitute**. The Act is binding regulation. For novel cases (Is this a GPAI model? Does Article 6(2) carve-out apply? Is fine-tuning a foundation model "substantial modification"?), engage qualified outside counsel. The skill cites Articles + Annexes and uses Commission/EDPB published interpretation but does not provide binding legal opinion.

This skill is **NOT GDPR**. Many AI systems also trigger GDPR (training data, output processing). See `ra-qm-team/skills/gdpr-dsgvo-expert/` for DPIA + lawful basis work. The Acts interact (Recital 10, Article 10 for high-risk training data).

## Keywords

EU AI Act, EU AI Regulation, Regulation 2024/1689, AI Act, AI regulation Europe, high-risk AI, prohibited AI, Article 5 AI Act, Article 6 AI Act, Article 9 AI Act, Article 50 AI Act, Annex III, Annex IV, conformity assessment, CE marking AI, notified body AI, Module A, Module H, technical documentation AI, post-market monitoring AI, fundamental rights impact assessment, FRIA, GPAI, general-purpose AI model, systemic risk GPAI, AI Office, ENISA AI, EDPB AI, AI Act timeline, AI Act penalties, EU AI Act provider, EU AI Act deployer, EU AI Act importer, EU AI Act distributor, EU AI Act fines, AI literacy

## Quick Start

```bash
# Decision A: Classify an AI system per the Act
python scripts/ai_system_risk_classifier.py                       # embedded 5-system sample
python scripts/ai_system_risk_classifier.py path/to/systems.json

# Decision B: Conformity assessment plan for a high-risk system
python scripts/conformity_assessment_planner.py                   # embedded high-risk sample
python scripts/conformity_assessment_planner.py path/to/system.json

# Decision C: Obligation tracker per organizational role
python scripts/ai_act_obligation_tracker.py                       # embedded sample (provider + deployer)
python scripts/ai_act_obligation_tracker.py path/to/roles.json
```

## Key Questions (ask these first)

- **Does this AI system fall under Article 5 (prohibited practices)?** Social scoring, emotion recognition in workplace/education, manipulative subliminal techniques, real-time remote biometric identification in public — any of these are flat-out prohibited.
- **Does it fall under Annex III (high-risk categories)?** 8 categories: biometrics, critical infrastructure, education, employment, essential services, law enforcement, migration, justice. Triggering Annex III triggers Article 6(2) — unless the Article 6(3) carve-outs apply.
- **What organizational role does the company play?** Provider (placed on market), deployer (uses under own authority), importer (places third-country system on EU market), distributor (makes available in supply chain). Many companies are BOTH provider AND deployer simultaneously.
- **Is this a general-purpose AI model?** GPAI has its own track (Articles 51–55) with stricter rules above 10²⁵ FLOPs training compute (Article 51 systemic risk).
- **For high-risk: have we run Article 9 risk management AND Article 27 FRIA?** Article 9 is the lifecycle risk management; Article 27 is the Fundamental Rights Impact Assessment for public-sector deployers + essential services.
- **What's the conformity assessment Module per Article 43?** Module A (internal control, possible for most Annex III systems) vs Module H (full QMS + notified body, required for biometrics + sometimes others).

## Core Responsibilities

### 1. AI System Risk Classification

**The framework:** The Act takes a risk-based approach (Recital 26). Each AI system falls into exactly one of four tiers:

| Tier | Source | Examples | Obligations |
|---|---|---|---|
| **Prohibited** | Article 5 | Social scoring; emotion recognition in workplace/education; subliminal manipulation; real-time public biometrics by law enforcement (with narrow exceptions) | Cannot be placed on market or used (penalties up to EUR 35M / 7% turnover) |
| **High-risk** | Article 6 + Annex III; Article 6(1) + Annex I | CV-screening, credit scoring, biometric categorisation, safety components of regulated products | Articles 8–17 (provider) + Article 26 (deployer); conformity assessment; CE marking |
| **Limited-risk (transparency)** | Article 50 | Chatbots, deepfakes, emotion recognition outside Article 5 contexts | Transparency disclosures to natural persons |
| **Minimal-risk** | Default | Spam filters, video-game AI, inventory forecasters | None under the Act (voluntary codes of conduct, Article 95) |

**Critical carve-outs (Article 6(3)):** an Annex III system is NOT high-risk if it (a) performs a narrow procedural task, (b) improves the result of previously completed human activity, (c) detects decision-making patterns without replacing human assessment, (d) performs a preparatory task. Caveat: profiling of natural persons is always Annex III high-risk regardless of carve-outs.

**Run** `ai_system_risk_classifier.py` with system characteristics. The tool checks Article 5 prohibitions first, then Annex III categories, then Article 6(3) carve-outs, then Article 50 transparency, then minimal-risk default.

See `references/eu_ai_act_titles.md` for the full Article-by-Article walkthrough.

### 2. Conformity Assessment + Annex IV Technical Documentation

**The framework (Article 43 + Annex VI/VII):** for high-risk AI systems, the provider must demonstrate conformity before placing on market. Two routes:

- **Module A — Internal control** (Annex VI): provider self-assesses against the requirements. Applies to most Annex III systems where the provider has implemented harmonised standards.
- **Module H — Full quality management system + technical documentation** (Annex VII): notified body involvement. Required for biometrics systems (Article 43(1)).

**Required artifacts per Annex IV — Technical Documentation:**

1. General description of the AI system (intended purpose, identification, version)
2. Detailed description of system elements (architecture, training data, validation procedures)
3. Information about monitoring, functioning and control
4. Description of risk management system (Article 9)
5. Description of changes after placing on market
6. List of harmonised standards applied (or alternative)
7. EU declaration of conformity (Article 47)
8. Description of the post-market monitoring system (Article 72)

**Run** `conformity_assessment_planner.py` to select the Module and produce the Annex IV checklist for a given high-risk system.

See `references/high_risk_systems_annex_iii.md` for which systems require which conformity route.

### 3. Per-Role Obligation Tracker

**The framework (Articles 16, 22, 23, 24, 25, 26):** the Act distinguishes provider obligations (most) from downstream-actor obligations (deployer, importer, distributor, authorized representative). A single company can play multiple roles simultaneously.

| Role | Primary Articles | Key obligations |
|---|---|---|
| **Provider** (Article 3(3)) | 8–17, 47, 49, 72 | Conformity assessment; CE marking; risk management; data governance; technical documentation; post-market monitoring; serious incident reporting (Article 73) |
| **Deployer** (Article 3(4)) | 26 | Use according to instructions; human oversight; input data quality; record-keeping (Article 19); inform workers (Article 26(7)); FRIA if public-sector/essential-services (Article 27) |
| **Importer** (Article 3(6)) | 23 | Verify conformity; affixed CE marking; technical documentation availability |
| **Distributor** (Article 3(7)) | 24 | Verify CE marking + documentation before making available |
| **Authorized representative** (Article 22) | 22 | Non-EU providers must appoint one; representative liable for provider obligations |

**Important:** under Article 25, a deployer who substantially modifies a high-risk AI system, or places it on the market under their own name, becomes a **provider** and inherits provider obligations.

**Run** `ai_act_obligation_tracker.py` with the roles JSON to produce a deadline-sorted obligation matrix.

See `references/gpai_obligations.md` for the separate GPAI Articles 51–55 track.

## Workflows

### Workflow 1: AI System Intake Review (per system, ~2 hours)
**Goal:** classify, identify obligations, scope the conformity work.

```bash
# 1. Document system characteristics: purpose, users, data, autonomy, deployment context
# 2. Run classifier
python scripts/ai_system_risk_classifier.py systems.json
# 3. If high-risk: run planner
python scripts/conformity_assessment_planner.py system.json
# 4. Identify org roles played (provider / deployer / both)
python scripts/ai_act_obligation_tracker.py roles.json
# 5. Cross-check with GDPR DPIA (gdpr-dsgvo-expert) if personal data
# 6. Cross-check with ISO 42001 AIMS evidence (compliance-team-iso42001)
# 7. Output: classification memo + conformity plan + obligation list
```

### Workflow 2: Annex IV Technical Documentation Build (per high-risk system, 2–4 weeks)
**Goal:** assemble the Annex IV pack before conformity assessment.

```bash
# 1. Run conformity assessment planner to get the checklist
python scripts/conformity_assessment_planner.py system.json
# 2. Assemble: system description, architecture, training data, validation, risk management
# 3. Reference ISO 42001 evidence where it satisfies Annex IV items
# 4. Reference ISO 27001 evidence for security controls
# 5. Run Article 9 risk management lifecycle
# 6. Sign EU declaration of conformity (Article 47) AFTER assessment passes
# 7. Affix CE marking (Article 48)
# 8. Register in EU database (Article 71) — high-risk Annex III systems
```

### Workflow 3: Pre-Deployment Obligation Audit (per system, before launch)
**Goal:** confirm all active obligations are in place before EU placement.

```bash
# 1. Confirm classification still correct (re-run classifier if system changed)
# 2. Confirm conformity assessment completed (if high-risk)
# 3. Confirm transparency requirements (Article 50) — for chatbots, deepfakes, emotion detection
# 4. Confirm post-market monitoring system (Article 72) is live
# 5. Confirm serious-incident reporting procedure (Article 73) is documented
# 6. For deployers: FRIA done (Article 27, if applicable); workers informed (Article 26(7))
# 7. For GPAI: Articles 51-55 obligations met if applicable
```

### Workflow 4: Annual Compliance Refresh (per organization, yearly)
**Goal:** re-verify classifications + obligations as the Act phases in.

1. List all AI systems on or planned for EU market
2. Run classifier for each — Article 5 prohibited list may expand via delegated acts
3. Run obligation tracker — deadlines shift as Title III phases in (2025 → 2026 → 2027)
4. For each high-risk system: verify post-market monitoring data flow + serious incident reporting capacity
5. Update Annex IV technical documentation per Article 11 ongoing requirement
6. Pair with ISO 42001 management review (Clause 9.3) if both operate

## Output Standards

```
**Bottom Line:** [one sentence — classification + most-significant obligation]
**Article Citation:** [Article + paragraph number; do not paraphrase without cite]
**The Decision:** [one of: classify | conformity-route | obligation-scope]
**The Evidence:** [Article + Annex references; classification confidence]
**How to Act:** [3 concrete next steps with owner + deadline aligned to phasing]
**Your Decision:** [the call for compliance officer or legal counsel — risk-class disputes, novel cases, GPAI threshold determinations]
```

## Adjacent Skills

- `ra-qm-team/skills/gdpr-dsgvo-expert/` — GDPR DPIA + lawful basis (most AI systems also trigger GDPR)
- `ra-qm-team/compliance-team-iso42001/` — ISO 42001 AIMS (voluntary management system that satisfies parts of Article 17 QMS for providers)
- `ra-qm-team/skills/information-security-manager-iso27001/` — ISO 27001 for cybersecurity requirements (Article 15)
- `ra-qm-team/skills/risk-management-specialist/` — ISO 14971 risk management (referenced for safety-component AI under Article 6(1))
- `ra-qm-team/skills/mdr-745-specialist/` — MDR 2017/745 (medical-device AI overlap)
- `compliance-os/` — Meta-orchestrator for multi-framework programs
- `c-level-advisor/chief-ai-officer-advisor/` — Executive AI strategy

## References

- [eu_ai_act_titles.md](references/eu_ai_act_titles.md) — Titles I–XII Article-by-Article walkthrough with deployer/provider/importer/distributor obligation breakdown
- [high_risk_systems_annex_iii.md](references/high_risk_systems_annex_iii.md) — Annex III 8 categories detailed + Article 6(2)–(3) interaction + carve-out test
- [gpai_obligations.md](references/gpai_obligations.md) — Articles 51–55 GPAI track + systemic-risk threshold + transparency rules + Code of Practice status
- [cross_framework_mapping_ai_act.md](references/cross_framework_mapping_ai_act.md) — AI Act ↔ ISO 42001 ↔ NIST AI RMF ↔ GDPR control-level mapping

---

**Version:** 1.0.0
**Status:** Production Ready

所有檔案

0 個檔案

安裝 eu-ai-act-specialist

請下載並將技能檔案解壓縮至您的 .claude/skills/ 目錄中。

下載 ZIP

複製儲存庫並將技能檔案複製到您的專案中。

git clone https://github.com/alirezarezvani/claude-skills/tree/main/ra-qm-team/skills/eu-ai-act-specialist # Copy SKILL.md to your .claude/skills/ directory

複製 複製
快速設定: 將技能資料夾複製到 .claude/skills/ Claude 會自動偵測並使用該技能

相關技能

golang-dependency-injection
更新時間 2026-06-29
nuxthub
更新時間 2026-08-23
tc-tracker
更新時間 2026-08-27
code-quality
更新時間 2026-08-22
OR