---
name: pia-generator
description: Generate structured privacy impact assessments so Claude can organize project privacy risks, controls, and decision points into a review-ready report.
PIA Generator
Use this skill when the user needs a Privacy Impact Assessment or DPIA-style document for a project, system, or processing activity.
Goal
Help Claude turn project details into a structured privacy assessment that captures processing context, risks, mitigation considerations, and governance details.
Workflow
- Confirm the project name, processed data types, purposes, recipients, retention, and any optional governance details.
- Review the inputs for privacy risk indicators such as sensitive data, broad sharing, or unclear necessity.
- Organize the assessment into a coherent privacy narrative with practical risk observations.
- Highlight areas that may require stronger controls, legal review, or additional safeguards.
- Present a clear PIA or DPIA-style output that is ready for stakeholder review.
Inputs
Expected inputs from the bundled tool metadata:
- project: Name of the project or system.
- data-types: Comma-separated list of processed data types.
- purposes: Comma-separated list of processing purposes.
- recipients: Comma-separated list of data recipients.
- retention: Data retention period.
- controller: Optional data controller name.
- dpo: Optional DPO name or email.
- framework: Optional framework such as gdpr or iso27701.
Bundled Files
- main.py contains the executable PIA generation logic.
- README.md provides examples and usage notes.
- skill.yaml captures the repo-native metadata for this skill.
- sample_input may contain example project inputs.
Guidance
Keep the assessment structured and professional. Be explicit about risk factors, data sensitivity, and where additional review or safeguards may be needed.
1---2name: pia-generator3description: ---4---5---6name: pia-generator7description: Generate structured privacy impact assessments so Claude can organize project privacy risks, controls, and decision points into a review-ready report.8---910# PIA Generator1112Use this skill when the user needs a Privacy Impact Assessment or DPIA-style document for a project, system, or processing activity.1314## Goal1516Help Claude turn project details into a structured privacy assessment that captures processing context, risks, mitigation considerations, and governance details.1718## Workflow19201. Confirm the project name, processed data types, purposes, recipients, retention, and any optional governance details.212. Review the inputs for privacy risk indicators such as sensitive data, broad sharing, or unclear necessity.223. Organize the assessment into a coherent privacy narrative with practical risk observations.234. Highlight areas that may require stronger controls, legal review, or additional safeguards.245. Present a clear PIA or DPIA-style output that is ready for stakeholder review.2526## Inputs2728Expected inputs from the bundled tool metadata:29- project: Name of the project or system.30- data-types: Comma-separated list of processed data types.31- purposes: Comma-separated list of processing purposes.32- recipients: Comma-separated list of data recipients.33- retention: Data retention period.34- controller: Optional data controller name.35- dpo: Optional DPO name or email.36- framework: Optional framework such as gdpr or iso27701.3738## Bundled Files3940- main.py contains the executable PIA generation logic.41- README.md provides examples and usage notes.42- skill.yaml captures the repo-native metadata for this skill.43- sample_input may contain example project inputs.4445## Guidance4647Keep the assessment structured and professional. Be explicit about risk factors, data sensitivity, and where additional review or safeguards may be needed.