Fast preliminary EU AI Act classification before you commit to full analysis. Adaptive 2-batch intake, 6-step gate sequence, confidence-tagged verdict, tier-specific deadlines, jurisdiction flags, and automatic routing to the depth skills — in a single triage pass.
Each capability is documented separately, tested separately, and called by the workflow at the right moment. Compose them or invoke individually.
Ten structured steps. The human stays accountable; the skill carries the structure, the citations, and the document trail.
Single-folder skill. SKILL.md is the runtime spec; references hold the knowledge corpus; evals hold the proof.
ai-act-quick/ ├── evals # Test cases + assertions │ └── evals.json # 3 cases, 0 assertions ├── references # Reference corpus │ ├── compliance-deadlines.md │ ├── jurisdiction-flags.md │ └── quick-decision-tree.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-quick/ foldercp -r ai-act-quick/ \ ~/.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.
See CHANGELOG.md for version history.
EU AI Act Quick Assessment — fast 15–25 minute triage for preliminary classification:
ai-act-quick/
├── SKILL.md # Main skill instructions (deploy this)
├── CHANGELOG.md # Version history
├── evals/
│ └── evals.json # Test cases
└── references/
├── quick-decision-tree.md # 6-step gate sequence
├── compliance-deadlines.md # Tier-by-tier deadline lookup
└── jurisdiction-flags.md # Member State-specific flags
ai-act-quick/ folder structureai-act-quick/ folder to your skills directory:
bash
cp -r ai-act-quick/ /path/to/your/skills/user/ai-act-quick/Dump what you know about the system:
"Quick AI Act check please — we're a SaaS in Berlin selling a meeting-summary tool that transcribes calls and produces action items using GPT-4. Customers are EU businesses. Does the AI Act apply, and what tier?"
The skill will run a 15–25 minute triage and return a preliminary verdict with confidence.
| Phase | Description |
|---|---|
| Phase 1: Quick Context | Adaptive 2-batch intake (system description + role/jurisdiction) |
| Phase 2: Rapid Classification | 6-step gate sequence — scope, AI-system, prohibited, Annex I, Annex III, GPAI |
| Phase 3: Preliminary Output | Tier verdict + confidence + jurisdiction flags + deadlines |
| Phase 4: Template Offer | Optional handoff to full assessment skills (classifier / roles / obligations / report) |
| Feature | Description |
|---|---|
| Adaptive Intake | Description-informed minimal-question flow (2 batches) |
| 6-Step Gate | Scope → AI-system → prohibited → Annex I → Annex III → GPAI |
| Confidence Tagging | Each verdict carries a HIGH / MEDIUM / LOW confidence indicator |
| Deadline Lookup | Tier-specific compliance dates |
| Jurisdiction Flags | Member-State-specific signals (BSI / CNIL / Garante / etc.) |
| Suite Handoff | Smooth escalation to full skills (classifier, roles, obligations, report) |
| Scope Discipline | Outputs explicitly marked PRELIMINARY — not a substitute for full assessment |
| Document | Reference |
|---|---|
| EU AI Act | Regulation (EU) 2024/1689 |
| Art. 5 / Annex I / Annex III | Risk-tier classification anchors |
| Art. 51 / 53 / 55 | GPAI thresholds and obligations |
| Compliance deadlines | Title XIII + Commission implementation timeline |
This is a preliminary AI Act assessment based on Regulation (EU) 2024/1689, designed for rapid triage. It is not legal advice and does not replace a full assessment — validate results using the detailed skills (ai-act-classifier, ai-act-roles, ai-act-obligations, ai-act-report) and qualified legal counsel.
Licensed under AGPL-3.0 — see LICENSE at the repo root.
Created by Oliver Schmidt-Prietz — OneZero Legal