iso42001-specialist

Analyze ISO/IEC 42001 AIMS gaps, build AI risk registers, and schedule Clause 9.2 internal audits.

25.3k|3.6k|Updated Oct 19, 2025
One-click install
npx skills add https://github.com/alirezarezvani/claude-skills --skill iso42001-specialist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iso42001-specialist
Source: https://github.com/alirezarezvani/claude-skills/tree/main/ra-qm-team/compliance-team-iso42001/skills/iso42001-specialist
Command: npx skills add https://github.com/alirezarezvani/claude-skills --skill iso42001-specialist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Compliance teams preparing for ISO/IEC 42001:2023 certification must manually score AIMS gaps against Clauses 4-10, map AI risks to Annex A controls, and build Clause 9.2 internal audit plans with auditor independence checks, which is slow and error-prone.

Core Features & Use Cases

  • AIMS Gap Analysis: Score every Clause 4-10 requirement as documented, partial, or missing with severity-weighted coverage and a prioritized remediation list via aims_gap_analyzer.py.
  • AI Risk Register Builder: Convert identified risks into a structured register with 5x5 severity scoring, Annex A control mapping, ISO 23894 treatment options, and residual-risk verdicts via ai_risk_register_builder.py.
  • Internal Audit Scheduler: Generate a 12-month Clause 9.2 audit plan with quarterly scope, auditor assignments, independence conflict detection, and rolling 3-year coverage via aims_audit_scheduler.py.
  • Use Case: A mid-stage AI SaaS company six weeks from its stage 1 certification audit runs the gap analyzer on its evidence inventory, finds critical gaps in Clauses 5.3 and 9.2, builds the risk register for its recommendation engine, and produces the annual audit plan in one working session.

Quick Start

Run the ISO 42001 gap analyzer on my AIMS evidence JSON and tell me which critical gaps block stage 1 certification.

Frequently Asked Questions about iso42001-specialist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run an ISO 42001 gap analysis against Clauses 4-10?

Run aims_gap_analyzer.py with a JSON evidence inventory mapping each clause requirement to documented, partial, or missing. The script outputs severity-weighted coverage percentage, certification readiness status, and a prioritized remediation list sorted by critical gaps first.

How to map AI risks to ISO 42001 Annex A controls?

Use ai_risk_register_builder.py with a JSON list of identified risks including likelihood, impact, and applied controls. It scores severity on a 5x5 matrix, assigns ISO 23894 treatment options, and flags risks needing additional treatment or management signoff.

Does this skill cover EU AI Act compliance?

No, EU AI Act conformity assessment is explicitly out of scope and handled by the separate compliance-team-eu-ai-act skill. ISO 42001 is a voluntary management-system standard, while the AI Act is binding product-safety regulation, though the cross-framework mapping reference shows where evidence overlaps.

Can ISO 27001 artifacts be reused for ISO 42001 certification?

Yes, roughly 60 percent of Clauses 4-10 evidence can be extended from a mature ISO 27001 ISMS, including scope statements, document control, internal audit, and CAPA machinery. The remaining effort is Annex A operational controls like model cards, drift monitoring, and lifecycle procedures.

What are the limitations of the audit scheduler?

The aims_audit_scheduler.py uses deterministic heuristics: it splits applicable Annex A controls into thirds across a 3-year cycle and assigns the auditor with fewest ownership conflicts. It does not optimize for auditor availability, workload balance, or site logistics, so plans need human review.