Summary
Add a data-privacy-engineer skill that helps handle personal data responsibly — covering GDPR/CCPA compliance, data minimization, consent flows, and PII handling.
What this skill should do
- Identify PII and sensitive data in code and schemas
- Guide on data minimization — only collect what's needed
- Help implement consent flows that meet GDPR/CCPA requirements
- Review data retention and deletion policies
- Flag risky data handling patterns
Reference
See existing skills like lfx-backend-builder/SKILL.md for pattern and format.
Each skill lives in its own directory with a SKILL.md file and markdown instructions.
Acceptance Criteria
Summary
Add a
data-privacy-engineerskill that helps handle personal data responsibly — covering GDPR/CCPA compliance, data minimization, consent flows, and PII handling.What this skill should do
Reference
See existing skills like
lfx-backend-builder/SKILL.mdfor pattern and format.Each skill lives in its own directory with a
SKILL.mdfile and markdown instructions.Acceptance Criteria
data-privacy-engineer/SKILL.mdexists with correct frontmatter