Implement endpoints and workflow for data subject access requests (direitos do titular) under LGPD Art. 18. Use when user asks for "DSAR", "direitos do titular", "exportar dados do usuário", "portabilidade LGPD", "exclusão de conta LGPD", "right to be forgotten", or as part of audit pipeline. Covers all 9 rights (confirmação, acesso, correção, anonimização, portabilidade, eliminação, info compartilhamento, info não-consentir, revogação). The 15-day deadline (Art. 19, II) is non-negotiable — encoded in this skill. Outputs .lgpd/dsar/workflow.md + endpoint specs.
$npx -y skills add goul4rt/lgpd-skills --skill lgpd-dsarInstalls into the current project.
Run `npx skills use "https://github.com/goul4rt/lgpd-skills" --skill "goul4rt/lgpd-skills/lgpd-dsar"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/goul4rt/lgpd-skills" that are relevant to the current task. Run `npx skills add "https://github.com/goul4rt/lgpd-skills"` and select the relevant skills, then follow their instructions.