arckit-au-ai-assurance
Provides a framework for assessing AI system compliance against Australian government standards.
Install
mkdir -p .claude/skills/arckit-au-ai-assurance && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11025" && unzip -o skill.zip -d .claude/skills/arckit-au-ai-assurance && rm skill.zipInstalls to .claude/skills/arckit-au-ai-assurance
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
[COMMUNITY] Generate an AI assurance assessment for Australian Government / regulated-sector AI systems covering DTA AI Policy v2.0, ISO 42001, AU AI Ethics Principles, and Privacy Act AI-decision notification (Dec 2026).Key capabilities
- →Assess AI system compliance
- →Map against DTA policy
- →Evaluate ethics principles
- →Identify privacy risks
How it works
It maps AI system characteristics against Australian regulatory and ethical frameworks.
Inputs & outputs
When to use arckit-au-ai-assurance
- →Perform AI impact assessment
- →Audit AI system against DTA policy
- →Prepare AI assurance report
About this skill
⚠️ Community-contributed command — not part of the officially-maintained ArcKit baseline. Output should be reviewed by a qualified AI ethics specialist, Privacy Officer, or DTA-aligned AI assurance assessor before reliance. DTA AI Policy v2.0 may have been updated — verify against the current edition before any external use.
You are an enterprise architect generating an AI assurance assessment for an Australian Government or regulated-sector AI / machine-learning system.
User Input
$ARGUMENTS
Context
Australia's AI assurance landscape combines several frameworks that together govern AI deployment in government and regulated industry:
- DTA Responsible AI Policy v2.0 (effective Dec 2025) — mandatory for non-corporate Commonwealth entities; expected via flow-down for AU Government tenderers and suppliers
- AU AI Ethics Principles (Department of Industry, 2019) — 8 voluntary principles
- AU Essential AI Practices ("AI6") — National AI Centre (NAIC) operational guidance: 6 essential practices for safe and responsible AI adoption (accountability, impact assessment, risk management, information sharing, testing/monitoring, human control). Foundations + Implementation Guidance issued via ai.gov.au.
- ISO 42001:2023 — AI Management Systems — Australian Standard adopted Feb 2024; certification expected to become baseline for AI-intensive vendors
- Privacy Act 1988 (Cth) — AI decision-making notification required from Dec 2026 (Tranche 1 reform)
- Online Safety Act + AI-generated content provisions
- Sector-specific: APRA CPS 234 (AI in financial services), AHPRA AI guidance (health)
Authoritative anchors:
- DTA Responsible AI Policy v2.0 — https://www.digital.gov.au/policy/ai/policy
- AU AI Ethics Principles — https://www.industry.gov.au/publications/australias-artificial-intelligence-ethics-framework/australias-ai-ethics-principles
- AU Essential AI Practices (AI6) — Guidance for AI Adoption: Foundations — https://www.ai.gov.au/staying-safe-and-responsible/essential-ai-practices/guidance-ai-adoption-foundations
- AU Essential AI Practices — Implementation Guidance — https://www.ai.gov.au/staying-safe-and-responsible/essential-ai-practices/guidance-ai-adoption-implementation-guidance
- Privacy Act 1988 (Cth) — https://www.legislation.gov.au/Details/C2024C00301
Process
-
Read prerequisites:
- Project's PIA artefact (
ARC-{P}-AUPIA-v*) — APP 6 + APP 11 cross-reference - Project's DATA artefact — for training/inference data classification
- Project's DFD artefacts (
ARC-{P}-DFD-*) — for AI data, prompt, inference, output, and feedback flows - Project's REQ artefact — extract AI-specific requirements
- Project's RISK artefact — existing AI risks
- Project's TRAC artefact — existing requirement-to-control-to-risk mappings
- Project's maturity-model artefact if available — AI governance capability baseline
.arckit/templates/_partials/RENDERING.md
- Project's PIA artefact (
-
Read the template:
- First:
.arckit/templates-custom/au-ai-assurance-template.md - Then:
.arckit/templates-custom/au-ai-assurance-template.md - Fallback:
.arckit/templates/au-ai-assurance-template.md
- First:
-
Use
scripts/bash/create-project.sh --json --name "<project-name>"if the project does not yet exist; otherwise locate it. -
Use
node scripts/generate-document-id.mjs <PROJECT_ID> AUAIA --filenamefor the artefact filename. -
Resolve the
<!-- DOC-CONTROL-HEADER -->marker perRENDERING.md. Use the Australian classification scheme (UNOFFICIAL / OFFICIAL / OFFICIAL:Sensitive / PROTECTED / SECRET) — replace the standard UK line in the header. -
Generate the following sections:
-
AI System Description — system name, purpose, AI capability type (generative / predictive / decision-support / decision-making / agentic / multi-modal), deployment phase (research / pilot / production), foundation model used (e.g., GPT-4 / Claude / Gemini / open-source), training-data sources, inference-data sources, decisions affecting individuals (yes/no — describe), human-in-the-loop posture.
-
DTA Responsible AI Policy v2.0 Compliance — assessment against the policy's six accountabilities:
- Accountability — designated AI accountable officer
- Transparency — public AI use disclosure
- Risk-based approach — AI risk assessment performed
- Quality data + design integrity — data lineage, model documentation
- Privacy + security — cross-reference PIA + ISM + E8
- Human oversight + redress — human review mechanism, individual appeal pathway
-
AU AI Ethics Principles Alignment — assess against the 8 principles:
- Human, societal and environmental wellbeing
- Human-centred values
- Fairness
- Privacy protection and security
- Reliability and safety
- Transparency and explainability
- Contestability
- Accountability
For each principle: status (Aligned / Partial / Not Aligned), evidence, gap, mitigation.
-
AU Essential AI Practices (AI6) Alignment — assess against the 6 essential practices issued by the National AI Centre via ai.gov.au:
- Decide who is accountable
- Understand impacts and plan accordingly
- Measure and manage risks
- Share essential information
- Test and monitor
- Maintain human control
For each practice: status (Implemented / Partial / Not Implemented / Not Applicable), evidence (artefact references where possible), gap, action. Cross-reference the DTA Responsible AI Policy six accountabilities — both frameworks share underlying principles but differ in scope (DTA = policy mandate for Commonwealth entities; AI6 = practical adoption guidance for any organisation). The AI6 Implementation Guidance on ai.gov.au provides "Getting started" and "Next steps" prompts per practice — useful for filling in evidence and action columns.
-
ISO 42001 Readiness — assessment against the standard's clauses (context, leadership, planning, support, operation, performance evaluation, improvement). Useful for organisations pursuing or anticipating ISO 42001 certification.
-
Privacy Act AI-Decision Notification (Dec 2026) — if the AI system makes substantially-automated decisions significantly affecting individuals, document: notification mechanism implemented (or planned for Dec 2026), what individuals are told, opt-out pathway if applicable. Cross-reference AUPIA APP 6 + APP 11.
-
Fairness Assessment — bias evaluation methodology, protected-attribute analysis, fairness metrics used (demographic parity / equalised odds / etc.), test results across population segments, residual fairness risks.
-
Security of AI Training + Inference Data — training-data classification (often higher than expected — model can memorise PI), inference-data flow (input PII handling, output PII risk), prompt-injection defences, model-extraction defences. Cross-reference E8 posture + ISM applicability.
-
Model Lifecycle Governance — version control, change-management for model updates, drift detection, retirement/sunset criteria.
-
Vendor / Foundation-Model Disclosure — for systems built on third-party foundation models, document: vendor name, model version, vendor's AI policy compliance, training-data provenance disclosure (if available), data-residency for inference, IP / copyright position.
-
ArcKit Evidence Integration — map
$arckit-dfd,$arckit-data-model,$arckit-risk,$arckit-traceability,$arckit-graph-report, and$arckit-maturity-modelevidence to AI policy accountabilities, model controls, privacy obligations, lifecycle controls, and assurance gaps. -
Recommendations — prioritised AI assurance actions grouped by Quick Wins / Short-Term / Medium-Term, each tagged to which framework it satisfies.
-
-
Populate the External References section per
.arckit/references/citation-instructions.md. DTA AI Policy v2.0, AU AI Ethics Principles, AU Essential AI Practices (AI6) — Foundations + Implementation Guidance, ISO 42001 (Australian Standard), and Privacy Act 1988 MUST appear in the Document Register. -
Before writing the file, read
.arckit/references/quality-checklist.mdand verify all Common Checks plus the AUAIA per-type checks pass. Fix any failures before proceeding. -
Write the artefact via the Write tool to
projects/<project-id>/<filename>. -
Show only a summary to the user (one paragraph plus the DTA + Ethics Principles compliance summary table).
Important Notes
- DTA AI Policy v2.0 applies to non-corporate Commonwealth entities directly. State/Territory Government and corporate Commonwealth entities are not bound but commonly flow it down via tender requirements. Suppliers to those entities should track for contractual flow-down.
- The December 2026 Privacy Act AI-decision notification is a deadline. Systems making automated decisions significantly affecting individuals must implement the notification mechanism by then — design choices made before that date should anticipate the requirement.
- Foundation-model use is a supply-chain concern. Vendor lock-in, training-data disclosure, IP indemnification, and inference-region sovereignty are commonly under-assessed in early-pilot AI systems.
- Bias / fairness assessment is methodology-dependent. Recipes should not produce a "passes fairness" verdict from data alone — refer to a qualified data-ethics specialist for fairness validation.
- For research / pilot AI not yet making production decisions, the assessment should still describe forward-looking requirements that will apply once the system moves to production. This avoids "we'll add it later" technical debt.
- AI assurance findings often surface security and privacy implications that should propagate to AUPIA + AUE8 + AUISM artefacts. Recommend re-runs of those artefacts when an AI system materially chang
Content truncated.
When not to use it
- →General legal advice
- →Technical AI development
Prerequisites
Limitations
- →Requires expert review
- →Frameworks may change
How it compares
It provides a specialized assurance assessment for the Australian regulatory context.
Compared to similar skills
arckit-au-ai-assurance side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| arckit-au-ai-assurance (this skill) | 0 | 2mo | No flags | Advanced |
| dpa-inspection-prep | 0 | 5mo | Review | Advanced |
| risk-management-specialist | 3 | 7mo | Review | Advanced |
| gdpr-dsgvo-expert | 8 | 7mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by tractorjuice
View all by tractorjuice →You might also like
dpa-inspection-prep
mukul975
>-
risk-management-specialist
davila7
Senior Risk Management specialist for medical device companies implementing ISO 14971 risk management throughout product lifecycle. Provides risk analysis, risk evaluation, risk control, and post-production information analysis. Use for risk management planning, risk assessments, risk control verification, and risk management file maintenance.
gdpr-dsgvo-expert
davila7
Senior GDPR/DSGVO expert and internal/external auditor for data protection compliance. Provides EU GDPR and German DSGVO expertise, privacy impact assessments, data protection auditing, and compliance verification. Use for GDPR compliance assessments, privacy audits, data protection planning, and regulatory compliance verification.
data-privacy-compliance
davila7
Data privacy and regulatory compliance specialist for GDPR, CCPA, HIPAA, and international data protection laws. Use when implementing privacy controls, conducting data protection impact assessments, ensuring regulatory compliance, or managing data subject rights. Expert in consent management, data minimization, and privacy-by-design principles.
juicebox-data-handling
jeremylongshore
Implement Juicebox data privacy and handling. Use when managing personal data, implementing GDPR compliance, or handling sensitive candidate information. Trigger with phrases like "juicebox data privacy", "juicebox GDPR", "juicebox PII handling", "juicebox data compliance".
ra-qm-skills
alirezarezvani
12 production-ready regulatory affairs and quality management skills for HealthTech/MedTech: ISO 13485 QMS, MDR 2017/745, FDA 510(k)/PMA, ISO 27001 ISMS, GDPR/DSGVO compliance, risk management (ISO 14971), CAPA, document control, and internal auditing. Python tools included (all stdlib-only). Works with Claude Code, Codex CLI, and OpenClaw.