| name | arckit-at-barrierefreiheit |
| description | [COMMUNITY] Assess Austrian digital accessibility obligations — applicability across BaFG (European Accessibility Act, private sector) and WZG (public sector), EN 301 549 / WCAG conformance, Barrierefreiheitserklärung, SMS market surveillance and FFG monitoring |
⚠️ Community-contributed command — not part of the officially-maintained ArcKit baseline. Output should be reviewed by a qualified accessibility practitioner and Rechtsabteilung before reliance. Citations to BaFG / WZG / EN 301 549 may lag the current text — verify against RIS. Items marked [NEEDS VERIFICATION] must be confirmed before external use.
You are helping an enterprise architect generate an Austrian Accessibility Assessment. Austria transposed the EU accessibility regime along two separate tracks, and which one applies is a question about the entity, not about the technology:
- BaFG — Bundesgesetz über Barrierefreiheitsanforderungen für Produkte und Dienstleistungen, BGBl. I Nr. 76/2023, applicable since 28 June 2025. Transposes Directive (EU) 2019/882, the European Accessibility Act. Binds economic actors: manufacturers, importers, distributors and service providers.
- WZG — Web-Zugänglichkeits-Gesetz, BGBl. I Nr. 59/2019, in force 23 July 2019. Transposes Directive (EU) 2016/2102. Binds federal public bodies and bodies governed by public law for their websites and mobile applications.
An entity can be subject to both — a federal body running an in-scope e-commerce or banking service is the common case. Determine applicability first, then assess only the tracks that apply.
Not this command's job. /skill:arckit-at-bvergg already covers accessibility as a procurement clause (§107 BVergG). This command assesses the entity's own products, services, websites and apps. If you are writing a tender, run /skill:arckit-at-bvergg.
User Input
$ARGUMENTS
Instructions
Note: Before generating, scan projects/ for existing project directories. For each project, list all ARC-*.md artifacts, check external/ for reference documents, and check 000-global/ for cross-project policies. If no external docs exist but they would improve output, ask the user.
Step 0: Read existing artifacts from the project context
MANDATORY (warn if missing):
- REQ (Requirements) — Extract: NFR-UX / accessibility requirements, user-facing functional scope (FR-xxx), channels and interfaces
- If missing: warn that conformance cannot be scoped without knowing which surfaces exist. Proceed only on the description in
$ARGUMENTS.
RECOMMENDED (read if available, note if missing):
- STKE (Stakeholder Analysis) — Extract: user groups, assistive-technology users, disability representation, whether users are consumers (BaFG) or citizens accessing a public service (WZG)
- DIAG / HLD — Extract: the actual user-facing surfaces — web, native mobile, kiosk, terminal, documents, e-books
OPTIONAL (read if available, skip silently):
- BVERGG (AT Procurement) — Extract: any accessibility clause already imposed on a supplier, so the assessment and the contract agree
- RISK (Risk Register) — Extract: existing accessibility, reputational or enforcement risks for cross-reference
- SOBC — Extract: entity size, turnover and headcount, which drive the BaFG microenterprise exemption
Step 0b: Read external documents and policies
- Read any external documents in
external/ — extract any existing Barrierefreiheitserklärung, prior accessibility audit or VPAT, assistive-technology test reports, SMS or FFG correspondence, and user complaints about barriers
- Read any global policies in
000-global/policies/ — extract accessibility policy, design-system conformance statements, content style guides
- If a prior accessibility statement or audit is found, use it to pre-populate conformance status and to identify what has drifted since.
Step 1: Identify or Create Project
Identify the target project from the hook context. If the project doesn't exist, create it with .arckit/../arckit-claude/scripts/bash/create-project.sh --json --name "<project-name>" — the --name is required, and without it the script exits 1 rather than returning a path.
Step 2: Read Source Artifacts
Read the artifacts identified in Step 0 in full. Extract every user-facing surface into an inventory — this inventory is the unit of assessment for the rest of the command.
Step 3: Template Reading
Read .arckit/templates-custom/at-barrierefreiheit-template.md if it exists, otherwise .arckit/templates/at-barrierefreiheit-template.md.
Step 4: Generate the Austrian Accessibility Assessment
-
Detect version: Check for existing ARC-{PROJECT_ID}-ATBFR-v*.md files. Increment the minor version if one exists; otherwise start at v1.0.
-
Auto-populate Document Control: resolve the <!-- DOC-CONTROL-HEADER --> marker per .arckit/templates/_partials/RENDERING.md.
- Classification: Offen once the accessibility statement is published, Eingeschränkt while non-conformances are open, since the gap list is an unremediated to-do list.
-
Section 1: Applicability Determination — do this first; it gates sections 3 and 4.
Decide each track independently and record the reasoning, not just the verdict.
- WZG applies if the entity is a federal public body, a body governed by public law, or a body predominantly publicly funded, and the surface is a website or mobile application. The federal WZG does not reach Land-level bodies — the Länder legislate separately, so a Land or municipal body is assessed against its Landesgesetz, not this act. Name the applicable Landesgesetz if the entity is a Land body
[NEEDS VERIFICATION: confirm the applicable Landesgesetz and its current text].
- BaFG applies if the entity is a manufacturer, importer, distributor or service provider and the product or service is in Annex scope. In-scope products include general-purpose computer hardware and operating systems, self-service terminals (payment terminals, ATMs, ticketing and check-in machines, information kiosks), consumer terminal equipment for electronic communications, terminals for audiovisual media services, and e-readers. In-scope services include electronic communications services, audiovisual media services, elements of air/bus/rail/waterborne passenger transport services, consumer banking services, e-books and dedicated software, and e-commerce services.
- Microenterprise exemption (BaFG only, and services only). A Kleinstunternehmen — fewer than 10 persons employed and annual turnover of at most EUR 2M or balance-sheet total of at most EUR 2M — is exempt from the accessibility requirements for services it offers or provides (§ 6, definition at § 3 Z 19)
[NEEDS VERIFICATION: confirm both § numbers against RIS]. Products are not exempt: a nine-person importer of self-service terminals is fully in scope. State explicitly which limb of the test each criterion meets, and record the headcount and financial figures relied on — the Sozialministeriumservice can require an entity claiming the exemption to produce that evidence on request. An exemption asserted without evidence in the file is a finding, not a pass.
Populate the External References section per .arckit/references/citation-instructions.md. BaFG (BGBl. I Nr. 76/2023), WZG (BGBl. I Nr. 59/2019), Directive (EU) 2019/882, Directive (EU) 2016/2102, EN 301 549 v3.2.1 and WCAG 2.1 MUST appear in the Document Register.
Before writing the file, read .arckit/references/quality-checklist.md and verify all Common Checks plus the ATBFR per-type checks pass.
Use the Write tool to save to:
projects/{project_id}/ARC-{PROJECT_ID}-ATBFR-v{VERSION}.md
Step 5: Summary Output
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✅ Austrian Accessibility Assessment Generated
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📄 Document: projects/{project_id}/ARC-{PROJECT_ID}-ATBFR-v{VERSION}.md
📋 Document ID: {document_id}
📅 Assessment Date: {date}
🔒 Classification: Offen (Eingeschränkt while gaps are open)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 Applicability
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
| Track | Applies | Basis |
|-------|---------|-------|
| WZG (public sector) | {Yes / No / Land-level — see Landesgesetz} | {reason} |
| BaFG (products/services) | {Yes / No / Exempt — Kleinstunternehmen, services only} | {reason} |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 Conformance (EN 301 549 v3.2.1 → WCAG 2.1 AA)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
| Result | Count |
|--------|-------|
| Supports | {N} |
| Partially Supports | {N} |
| Does Not Support | {N} |
| Not Applicable | {N} |
Test method: {automated / manual expert / assistive-technology}
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚡ Critical Actions
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
{List 🔴 High priority gaps}
Exposure: {BaFG: SMS, up to EUR 80,000, tiered | WZG: FFG monitoring and complaints, no fine regime | Both, assessed separately}
Next steps:
1. {If WZG applies and no statement exists: publish a Barrierefreiheitserklärung}
2. {If remediation will be procured: Run /skill:arckit-at-bvergg}
3. {If gaps need engineering: Run /skill:arckit-requirements to raise NFR-UX items}
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Important Notes
- Applicability is about the entity, not the technology. The same web application is assessed under the WZG for a federal ministry and under the BaFG for a bank. Decide the track before assessing anything, and support both where both apply.
- The microenterprise exemption covers services only. § 6 exempts Kleinstunternehmen offering or providing services; it does not exempt products. A nine-person importer of ticketing terminals is fully in scope. This is the single most common misreading of the BaFG.
- An exemption without evidence is a gap. The SMS can require an entity claiming the microenterprise exemption to produce the supporting headcount and financial evidence. Record the figures in the assessment.
- The federal WZG does not cover Land bodies. The Länder legislate separately. Route a Land or municipal body to its Landesgesetz rather than assessing it here.
- The WZG has no fines. Do not carry the BaFG's EUR 80,000 ceiling into a public-sector assessment. The consequence there is monitoring, complaint and publication.
- Assess against WCAG 2.1 AA. EN 301 549 v3.2.1 is the OJ-cited version and it is what carries the presumption of conformity. WCAG 2.2 AA arrives with v4.1.1, expected around October 2026
[NEEDS VERIFICATION]; specifying it earlier raises the bar above the legal floor and must be recorded as a deliberate decision. This matches /skill:arckit-at-bvergg.
- Automated scanning is not conformance. A statement resting on a tool report alone is a finding. Record the test method for every criterion.
- Verify citations: BaFG paragraph numbers here are drawn from secondary sources because RIS was unavailable at authoring time. Confirm § 3 Z 19, § 6, § 21 and § 36 against RIS before external use.
- Use Write Tool: Accessibility assessments carrying a per-criterion table run 2,000–4,000 words. Always use the Write tool.
Success Criteria
- ✅ Assessment document created at
projects/{project_id}/ARC-{PROJECT_ID}-ATBFR-v{VERSION}.md
- ✅ Applicability determined for both tracks independently, with reasoning recorded
- ✅ Microenterprise exemption applied to services only, never to products, with the headcount and financial evidence recorded
- ✅ Land-level bodies routed to the applicable Landesgesetz rather than assessed under the federal WZG
- ✅ Conformance assessed against EN 301 549 v3.2.1 / WCAG 2.1 AA, with WCAG 2.2 AA appearing only as an explicit forward-looking decision
- ✅ Per-criterion table carries evidence and test method, not just a verdict
- ✅ Barrierefreiheitserklärung assessed against all five required elements where WZG applies
- ✅ Conformity assessment route correct per type — CE marking for products, published description for services
- ✅ Disproportionate burden and fundamental alteration claims backed by a documented, retained assessment
- ✅ Emergency communications flagged as TKG 2021 rather than assessed under the BaFG
- ✅ SMS and FFG exposures stated separately and correctly, with no fine regime asserted under the WZG
- ✅ Gap analysis prioritised by user impact first, with owners, dates and NFR-UX cross-references
- ✅ Items requiring practitioner verification marked
[NEEDS VERIFICATION]
Example Usage
/skill:arckit-at-barrierefreiheit Accessibility assessment for 001 — federal ministry citizen portal and its companion mobile app
/skill:arckit-at-barrierefreiheit Vienna fintech, 8 staff, EUR 1.4M turnover, consumer banking app plus a self-service card-issuing terminal in branches
/skill:arckit-at-barrierefreiheit Assess both tracks for a public transport operator — passenger information website, ticketing app, and platform ticket machines
Suggested Next Steps
After completing this command, consider running:
/skill:arckit-at-bvergg -- Carry the accessibility conformance target into the tender's Leistungsbeschreibung and award criteria (when Remediation or the service itself will be procured)
/skill:arckit-requirements -- Raise the conformance gaps as NFR-UX requirements so they enter the delivery backlog (when Gap analysis produced non-conformances needing engineering work)
/skill:arckit-at-dsgvo -- Assess DSG obligations where the feedback mechanism collects personal data (when Feedback mechanism or complaints channel processes personal data)