Depth classification of an AI system against Art. 6 of the EU AI Act, grounded in the Commission’s draft Art. 6(5) guidelines. Annex I safety-component analysis, Annex III use-case mapping, Art. 6(3) exception filter, profiling re-exception, Art. 25 substantial-modification trap, and an AI-Omnibus-corrected effective-date verdict — in one decision tree.
Each capability is documented separately, tested separately, and called by the workflow at the right moment. Compose them or invoke individually.
Twelve structured steps. The human stays accountable; the skill carries the structure, the citations, and the document trail.
Match the workflow to the situation. The skill router picks automatically; you can override.
Single-folder skill. SKILL.md is the runtime spec; references hold the knowledge corpus; evals hold the proof.
ai-act-high-risk/ ├── evals # Test cases + assertions │ └── evals.json # 10 cases, 0 assertions ├── references # Reference corpus │ ├── ai-omnibus-timeline-postponements.md │ ├── annex-i-section-a-vs-b.md │ ├── annex-iii-area-1-biometrics.md │ ├── annex-iii-area-2-critical-infrastructure.md │ ├── annex-iii-area-3-education.md │ ├── annex-iii-area-4-employment.md │ ├── annex-iii-area-5-essential-services.md │ ├── annex-iii-area-6-law-enforcement.md │ ├── annex-iii-area-7-migration.md │ ├── annex-iii-area-8-justice-democracy.md │ ├── art-25-substantial-modification-flag.md │ ├── art-6-1-annex-i-guidelines.md │ ├── art-6-2-annex-iii-guidelines.md │ ├── art-6-3-exception-decision-tree.md │ ├── art-6-general-principles.md │ └── safety-function-checklist.md ├── CHANGELOG.md # Version history ├── README.md # Deployment guide └── SKILL.md # Main skill instructions
Two deployment surfaces. The skill auto-triggers on relevant keywords once installed.
ai-act-high-risk/ foldercp -r ai-act-high-risk/ \ ~/.claude/skills/user/
Every output is documented, version-pinned, and traceable to its source citation.
Every release runs against a fixed test suite. Assertions check numeric consistency, citation accuracy, and decision-tree branches.
Every legal verdict resolves to one of these instruments. No invented articles, no synthetic recitals.
The trace is the product. Nothing happens off the record — no hidden tool calls, no silent retrieval, no opaque chain-of-thought.
Depth assessment skill for the EU AI Act high-risk classification under Art. 6 (Regulation (EU) 2024/1689), grounded in the European Commission's draft Art. 6(5) classification guidelines (general principles, Annex I, Annex III) published for stakeholder consultation in 2026.
For the full classification workflow, see SKILL.md. For version history, see CHANGELOG.md.
Given an AI system description and intended-purpose evidence, determines whether the system is high-risk under:
Outputs a structured decision block + practitioner memo + JSON interchange artefact.
Place this skill in your Claude Code skill directory (~/.claude/skills/ or workspace-level). Claude will route to it from ai-act-classifier automatically when a high-risk branch is triggered, or invoke it directly on user prompts mentioning Annex I / Annex III / Art. 6 classification.
This skill is not legal advice. The Commission guidelines it draws on are draft and non-binding (only the CJEU can give authoritative interpretation). Use under qualified counsel.
AGPL-3.0 (see repo-root LICENSE file).