# πŸ”’ Privacy by Design Guides AI agents to integrate privacy protections into software from the startβ€”data minimization, consent, encryption, retention. Applies GDPR Article 25, CCPA, and LGPD principles during design and implementation. ## ✨ What It Does - πŸ›‘οΈ Enforces data minimization and purpose limitation - βœ… Ensures consent before collection and third-party sharing - πŸ” Covers encryption, retention policies, and user rights (access, erasure, portability) - πŸ’» Provides code patterns in JavaScript, Python, and SQL - πŸ“‹ Includes logging safety, third-party audit, and common pitfalls ## πŸš€ Usage ``` Use @privacy-by-design when designing the user registration flow ``` ``` Use @privacy-by-design to review our database schema for PII ``` --- **Contributor:** [@Abdeltoto](https://github.com/Abdeltoto)