Ai Deployment Checklist logo

Ai Deployment Checklist

Community
mukul975
ai-deployment-checklist

Pre-deployment privacy compliance checklist for AI/ML systems covering DPIA completion, lawful basis verification, transparency notices, human oversight mechanisms, bias testing, and post-deployment monitoring setup. Keywords: AI deployment, privacy checklist, go-live, model deployment, compliance gate.

Overview

Publishermukul975
RepositoryPrivacy-Data-Protection-Skills
Skill nameai-deployment-checklist
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 Deployment Checklist 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-deployment-checklist .claude/skills/ai-deployment-checklist
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Ai Deployment Checklist 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 Deployment Checklist 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 Deployment Checklist 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 System Pre-Deployment Privacy Checklist

Overview

Deploying an AI system that processes personal data requires verification of privacy compliance across multiple dimensions before the system goes live. This checklist serves as a compliance gate in the Cerebrum AI Labs ML deployment pipeline. No AI system may be deployed to production until all mandatory items are verified and signed off by the Data Protection Officer (DPO). The checklist is structured around GDPR requirements, the EU AI Act obligations (for high-risk systems), and internal governance standards.

Pre-Deployment Compliance Gate

Gate 1: Legal Basis and DPIA

CheckRequirementStatusEvidence
Lawful basis documentedArt. 6(1) basis identified and recorded for all personal data processingRequiredLIA or consent records
Special categories assessedArt. 9 data identified; explicit consent or Art. 9(2) exception documentedRequiredData classification report
DPIA completedArt. 35 DPIA completed for high-risk processing (profiling, systematic monitoring, large-scale special categories)Required if applicableDPIA document signed by DPO
DPIA risks mitigatedAll high/critical risks from DPIA have documented mitigationsRequiredRisk treatment plan
Prior consultationArt. 36 consultation with supervisory authority if residual risk remains highRequired if applicableConsultation record
Legitimate interest assessmentIf relying on Art. 6(1)(f), LIA balancing test completedRequired if LI basisLIA document

Gate 2: Transparency and Information

CheckRequirementStatusEvidence
Privacy notice updatedArt. 13-14 information includes AI processing detailsRequiredUpdated privacy notice
Logic described"Meaningful information about the logic involved" documented for data subjectsRequired for automated decisionsExplanation document
Significance disclosedEnvisaged consequences of AI processing disclosedRequired for automated decisionsPrivacy notice section
Profiling disclosedIf system profiles individuals, this is disclosed in privacy noticeRequired if profilingPrivacy notice section
AI Act transparencyArt. 52 transparency obligations met (if applicable): inform that they are interacting with AIRequired for AI ActUser interface disclosure

Gate 3: Data Subject Rights

CheckRequirementStatusEvidence
Access process definedProcess for responding to access requests for AI data (inputs, outputs, profiles)RequiredDocumented SOP
Explanation mechanismIndividual explanations can be generated on requestRequired for Art. 22Technical capability verified
Human intervention availableArt. 22(3) human review process establishedRequired for solely automated decisionsProcess document + trained staff
Contestation channelData subjects can contest AI decisions and have them reviewedRequired for Art. 22Appeal process document
Rectification processProcess for correcting AI input data and regenerating outputsRequiredDocumented SOP
Erasure processProcess for deleting data from training sets, inference logs, embeddingsRequiredDocumented SOP

Gate 4: Data Quality and Bias

CheckRequirementStatusEvidence
Training data documentedData sources, size, collection method, preprocessing documentedRequiredData card / dataset documentation
Bias testing completedModel tested for bias across protected attributes (gender, race, age, disability)RequiredBias test report
Fairness metrics acceptableDisparate impact ratio >0.8 (four-fifths rule) or equivalent metric within acceptable rangeRequiredFairness metrics report
Data quality verifiedTraining data completeness, accuracy, representativeness verifiedRequiredData quality report
Art. 9 data removed or justifiedSpecial category data either removed or lawful basis documentedRequiredData classification report

Gate 5: Security and Technical Controls

CheckRequirementStatusEvidence
Data encryption at restTraining data and model weights encrypted (AES-256 or equivalent)RequiredSecurity configuration
Data encryption in transitAll API endpoints use TLS 1.2+RequiredSSL certificate
Access controlsRole-based access to model, training data, and inference logsRequiredIAM policy
Audit loggingAll model invocations logged with timestamp, input hash, output, userRequiredLogging configuration
Adversarial robustnessModel tested against common adversarial attacks relevant to its domainRecommendedSecurity test report
Model versioningModel versioned in registry with rollback capabilityRequiredMLflow / model registry

Gate 6: Monitoring and Governance

CheckRequirementStatusEvidence
Performance monitoringDashboard tracking accuracy, latency, error rates in productionRequiredMonitoring setup
Drift detectionData drift and concept drift detection implementedRequiredDrift monitoring configuration
Bias monitoringPost-deployment bias metrics tracked continuouslyRequiredFairness monitoring dashboard
Incident responseProcess for handling AI-related privacy incidents (e.g., discriminatory output, data leak)RequiredIncident response plan
Retraining scheduleDefined schedule for model retraining with fresh dataRequiredRetraining plan
Retention enforcementAutomated deletion of inference logs and training data per retention scheduleRequiredRetention policy + automation

Gate 7: EU AI Act (High-Risk Systems Only)

CheckRequirementStatusEvidence
Risk classificationSystem classified per Annex IIIRequiredClassification document
Technical documentationAnnex IV documentation completeRequiredTech doc package
Risk management systemArt. 9 continuous risk management implementedRequiredRisk register + process
Conformity assessmentInternal or third-party conformity assessment completedRequiredAssessment report
EU Declaration of ConformityArt. 47 declaration preparedRequiredSigned declaration
EU database registrationArt. 49 registration completedRequiredRegistration confirmation

Sign-Off

RoleNameApprovalDate
ML Engineering Lead[ ] Approved / [ ] Blocked
Data Protection Officer[ ] Approved / [ ] Blocked
Information Security Officer[ ] Approved / [ ] Blocked
Product Owner[ ] Approved / [ ] Blocked
Legal Counsel[ ] Approved / [ ] Blocked (high-risk only)

Key Legal References

  • GDPR Articles 5, 6, 9 — Data processing principles, lawful basis, special categories
  • GDPR Article 22 — Automated individual decision-making safeguards
  • GDPR Article 25 — Data protection by design and by default
  • GDPR Article 35 — Data Protection Impact Assessment
  • EU AI Act Articles 9-15 — High-risk AI system requirements
  • EU AI Act Article 52 — Transparency obligations for certain AI systems
  • EDPB Guidelines on Automated Decision-Making (WP 251 rev.01) — Art. 22 interpretation
  • ISO/IEC 42001:2023 — AI management system standard

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 Deployment Checklist AI skill do?

Pre-deployment privacy compliance checklist for AI/ML systems covering DPIA completion, lawful basis verification, transparency notices, human oversight mechanisms, bias testing, and post-deployment monitoring setup. Keywords: AI deployment, privacy checklist, go-live, model deployment, compliance gate.

Why use Ai Deployment Checklist on TypingMind?

Because you install it once and use it with any model. Ai Deployment Checklist 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 Deployment Checklist 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-deployment-checklist. 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 Deployment Checklist?

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 Deployment Checklist?

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

Is the Ai Deployment Checklist 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 👇