Ai Automated Decisions logo

Ai Automated Decisions

Community
mukul975
ai-automated-decisions

Implements GDPR Art. 22 automated decision-making and AI Act Art. 14 human oversight requirements for AI systems. Covers identification of solely automated decisions, meaningful human intervention design, logic explanation mechanisms, and contestation procedures. Keywords: Art. 22, automated decision, human oversight, AI Act, profiling, contestation.

Overview

Publishermukul975
RepositoryPrivacy-Data-Protection-Skills
Skill nameai-automated-decisions
Stars
279
Forks
59
Bundled files
4
LicenseApache-2.0
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 4 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by mukul975 on GitHub. Read the source before you install it.

Installation

Install the Ai Automated Decisions AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/mukul975/Privacy-Data-Protection-Skills.git /tmp/Privacy-Data-Protection-Skills
mkdir -p .claude/skills
cp -r /tmp/Privacy-Data-Protection-Skills/plugins/ai-privacy-governance-skills/skills/ai-automated-decisions .claude/skills/ai-automated-decisions
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Ai Automated Decisions in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Ai Automated Decisions on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Ai Automated Decisions is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

AI Automated Decision-Making and Human Oversight

Overview

GDPR Article 22 grants data subjects the right not to be subject to decisions based solely on automated processing, including profiling, which produce legal or similarly significant effects. The EU AI Act Art. 14 supplements this with specific human oversight design requirements for high-risk AI systems. Together, these provisions require organisations to identify when AI systems make consequential decisions, ensure meaningful human intervention where required, provide explainable decision logic, and offer effective contestation mechanisms. This skill provides the complete framework for Art. 22 compliance and AI Act human oversight implementation.

Art. 22 Scope and Applicability

Three Cumulative Conditions

Art. 22(1) is triggered only when all three conditions are met:

ConditionRequirementAI Application
1. DecisionA decision is made (not merely a recommendation or input)The AI output directly determines an outcome — no genuine human decision-making step between AI output and action
2. Solely automatedBased solely on automated processing including profilingNo meaningful human intervention in the decision chain; rubber-stamping does not constitute human intervention
3. Legal/significant effectsProduces legal effects or similarly significantly affects the data subjectAffects legal rights, contractual status, access to services, financial outcomes, or other significant life impacts

"Solely Automated" — EDPB Interpretation

The EDPB Guidelines 06/2020 on automated decision-making clarify:

  • Solely automated means no meaningful human involvement in the decision process

  • A human who merely confirms an AI recommendation without genuine assessment is not providing meaningful intervention

  • Meaningful human intervention requires:

    • The reviewer has authority and competence to change the decision
    • The reviewer has access to all relevant information
    • Sufficient time is allocated for genuine consideration
    • The reviewer routinely exercises independent judgment (not just confirming AI output)
    • Override capability is actually used in practice
  • Not solely automated when:

    • A qualified human genuinely reviews the AI output as one input among several
    • The human applies independent judgment and makes the final decision
    • The human has the capability and actually exercises discretion to deviate from AI recommendations

"Legal or Similarly Significant Effects"

CategoryExamplesSignificance
Legal effectsContract formation/termination, legal obligation imposition, legal status determinationDirectly affects legal rights
Access to servicesDenial of credit, insurance, housing, education, employmentSignificantly affects life circumstances
Financial impactPricing discrimination, benefit calculation, payment termsMaterial financial consequences
Health and safetyMedical diagnosis prioritisation, emergency response triagePotential physical harm
Freedom and autonomySurveillance scoring, movement restriction, content blockingAffects fundamental freedoms

Effects that are not similarly significant (per EDPB):

  • Personalised advertising (unless it reinforces prejudices about vulnerable groups)
  • Generic recommendation systems (unless they determine access to information)
  • Spam filtering (unless it systematically blocks important communications)

Art. 22 Exceptions and Safeguards

Art. 22(2) — Permitted Automated Decisions

ExceptionConditionRequired Safeguards
Art. 22(2)(a) — Contract necessityDecision is necessary for entering into or performance of a contractArt. 22(3) safeguards required
Art. 22(2)(b) — Law authorisationAuthorised by Union or Member State law with suitable measuresLaw must provide suitable safeguards
Art. 22(2)(c) — Explicit consentBased on explicit consentArt. 22(3) safeguards required

Art. 22(3) — Mandatory Safeguards

When an Art. 22(2) exception is relied upon, the controller must implement at least:

  1. Right to obtain human intervention: A qualified person reviews the automated decision
  2. Right to express point of view: Data subject can present additional information or context
  3. Right to contest: Formal mechanism to challenge the automated decision with review by a different decision-maker

Art. 22(4) — Special Category Data Restriction

Automated decisions based on Art. 9 special category data are only permitted under:

  • Art. 9(2)(a) — Explicit consent, OR
  • Art. 9(2)(g) — Substantial public interest based on Union or Member State law

In both cases, suitable measures to safeguard data subject rights must be in place.

Human Oversight Design — AI Act Art. 14

Art. 14 Requirements for High-Risk AI

High-risk AI systems must be designed and developed so that they can be effectively overseen by natural persons during use:

RequirementImplementation
Understand capabilities and limitationsDocumentation, training, model cards
Monitor operationReal-time monitoring dashboards, alert systems
Detect anomalies and dysfunctionDrift detection, performance monitoring
Interpret outputs correctlyConfidence indicators, explanation tools
Override or reverse decisionsOverride mechanism with authority chain
Intervene or stop the systemEmergency stop capability
Be aware of automation biasTraining on automation bias, countermeasures

Human Oversight Levels

LevelDescriptionArt. 22 ComplianceAppropriate When
Human-in-the-loop (HITL)Human reviews every AI recommendation before decisionFully compliant if review is meaningfulHigh-stakes individual decisions (hiring, credit, medical)
Human-on-the-loop (HOTL)Human monitors AI decisions and can interveneCompliant if intervention capability is genuine and exercisedMedium-risk decisions with effective monitoring
Human-in-command (HIC)Human sets parameters and reviews outcomes periodicallyMay not satisfy Art. 22 — decision is solely automatedLow-risk bulk decisions with periodic audit
Fully autonomousNo human oversight of individual decisionsArt. 22 applies fully — exception neededOnly where Art. 22(2) exception applies with Art. 22(3) safeguards

Meaningful Human Intervention Criteria

A human review qualifies as "meaningful intervention" when all criteria are met:

CriterionTestRed Flag
AuthorityReviewer has formal authority to override AIReviewer can only escalate, not decide
CompetenceReviewer has domain expertise to evaluate the decisionReviewer is a junior staff member without training
InformationReviewer has access to all inputs, the AI output, and explanationReviewer sees only AI score with no context
TimeSufficient time allocated for genuine considerationReviewer processes 200+ decisions per hour
IndependenceReviewer exercises genuine judgmentOverride rate is < 1% suggesting rubber-stamping
AccountabilityReviewer is accountable for the decisionAccountability rests with the AI system owner, not reviewer

Contestation and Appeal Mechanism

Design Requirements

ElementRequirement
AccessibilityContestation mechanism is easy to find, access, and use
TimelinessDefined response timeframe (e.g., 30 days)
Qualified reviewerDifferent from the original decision context; has authority to overturn
Information provisionData subject receives explanation of decision factors and how to contest
Evidence considerationData subject can submit additional evidence and context
Written outcomeDecision on contestation is documented and communicated
Further appealIf contestation is denied, path to DPA complaint or judicial remedy is indicated

Contestation Workflow

  1. Data subject notified of automated decision with explanation
  2. Data subject submits contestation with reasons and any supporting evidence
  3. Contestation assigned to qualified human reviewer (different from original oversight)
  4. Reviewer assesses: AI inputs, AI output, explanation, data subject's arguments
  5. Reviewer makes independent decision: uphold, modify, or overturn
  6. Outcome communicated to data subject with reasons
  7. If upheld: data subject informed of further options (DPA complaint, judicial remedy)
  8. Record maintained in rights exercise register

AI-Specific Decision Categories

Credit and Financial Decisions

  • AI application: Credit scoring, loan approval, insurance pricing, fraud detection
  • Art. 22 trigger: Yes — determines access to financial services
  • Required: Meaningful human review before denial; explanation of key scoring factors; contestation with independent review
  • Enforcement: AEPD fined CaixaBank EUR 6M for automated credit decisions without adequate safeguards

Employment Decisions

  • AI application: CV screening, candidate ranking, performance scoring, termination prediction
  • Art. 22 trigger: Yes — significantly affects employment and livelihood
  • Required: Human hiring manager makes final decision with genuine authority to deviate from AI ranking; applicants informed of AI use; rejected candidates can request explanation
  • Enforcement: Italian DPA fined Deliveroo EUR 2.5M for algorithmic worker management without Art. 22 safeguards

Healthcare Decisions

  • AI application: Diagnosis assistance, treatment recommendations, triage, risk scoring
  • Art. 22 trigger: Yes if AI determines care pathway — usually mitigated by physician oversight
  • Required: Physician makes final clinical decision; AI functions as decision support; patient informed of AI role
  • Special category: Health data — Art. 22(4) applies

Public Administration

  • AI application: Benefit eligibility, fraud detection, risk assessment, resource allocation
  • Art. 22 trigger: Yes — determines access to public services and benefits
  • Required: Art. 22(2)(b) legal basis required; suitable measures mandated by law; transparency about algorithmic criteria
  • Enforcement: Dutch court struck down SyRI fraud detection system for lack of transparency and proportionality

Profiling Assessment

GDPR Definition of Profiling (Art. 4(4))

Any form of automated processing to evaluate personal aspects relating to a natural person, in particular to analyse or predict:

  • Work performance
  • Economic situation
  • Health
  • Personal preferences
  • Interests
  • Reliability
  • Behaviour
  • Location
  • Movements

AI Profiling Risk Assessment

Profiling TypeRisk LevelArt. 22 TriggerMitigation
Behavioural prediction (purchasing, browsing)MediumOnly if decision with legal/significant effectOpt-out, transparency
Credit scoring / financial riskHighYes — access to financial servicesHuman review, explanation, contestation
Health risk predictionVery HighYes — Art. 22(4) appliesExplicit consent, physician oversight
Criminal risk assessmentVery HighYes — liberty and legal effectsLegal basis required, judicial oversight
Employment performance scoringHighYes — employment effectsHR human review, employee notification
Social scoringProhibitedN/A — AI Act Art. 5 prohibitionDo not implement

Enforcement Precedents

  • AEPD v. CaixaBank (PS/00421/2020, 2021): EUR 6M fine for automated credit decision-making without adequate Art. 22 safeguards, explanation, or contestation mechanism.
  • Italian DPA v. Deliveroo (2021): EUR 2.5M fine for algorithmic management of delivery riders — Art. 22 applied to automated work allocation and performance scoring.
  • Dutch Court v. SyRI (2020): Algorithmic fraud detection system struck down — automated profiling of citizens without proportionality, transparency, or adequate safeguards.
  • Hungarian DPA v. Bank (2019): Fine for automated credit denial without providing meaningful information about decision logic or contestation mechanism.
  • French Conseil d'Etat v. Parcoursup (2019): Court upheld use of algorithm for university admissions only because meaningful human review was genuinely conducted for each application.
  • Austrian DPA v. CRIF (2023): Credit scoring company — violation of Art. 15(1)(h) for failing to provide meaningful information about automated scoring logic.

Integration Points

  • ai-transparency-reqs: Explanation requirements feed into transparency framework
  • ai-dpia: Human oversight assessment is DPIA Phase 5 component
  • ai-data-subject-rights: Right to explanation and contestation are rights exercise procedures
  • ai-deployment-checklist: Art. 22 compliance is pre-deployment validation item
  • ai-bias-special-category: Bias in automated decisions creates Art. 22 harm

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Ai Automated Decisions AI skill do?

Implements GDPR Art. 22 automated decision-making and AI Act Art. 14 human oversight requirements for AI systems. Covers identification of solely automated decisions, meaningful human intervention design, logic explanation mechanisms, and contestation procedures. Keywords: Art. 22, automated decision, human oversight, AI Act, profiling, contestation.

Why use Ai Automated Decisions on TypingMind?

Because you install it once and use it with any model. Ai Automated Decisions is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Ai Automated Decisions in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/mukul975/Privacy-Data-Protection-Skills/tree/main/plugins/ai-privacy-governance-skills/skills/ai-automated-decisions. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Ai Automated Decisions?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Ai Automated Decisions?

As many as you like. As long as a model supports skills, you can use Ai Automated Decisions with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Ai Automated Decisions AI skill free?

Yes. It is published on GitHub by mukul975 under the Apache-2.0 license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇