fisioflow-lgpd

Implement LGPD-compliant data handling patterns across the FisioFlow stack.

Updated Sep 2, 2025
One-click install
npx skills add https://github.com/rafaelminatto1/fisioflow-51658291 --skill fisioflow-lgpd
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fisioflow-lgpd
Source: https://github.com/rafaelminatto1/fisioflow-51658291/tree/main/.agents/skills/fisioflow-lgpd
Command: npx skills add https://github.com/rafaelminatto1/fisioflow-51658291 --skill fisioflow-lgpd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Practical guidance to implement LGPD-related technical controls in the FisioFlow platform, enabling compliant handling of personal and sensitive data across multi-tenant architecture.

Core Features & Use Cases

  • Data classification and consent management patterns across modules (patients, sessions, and communications)
  • Implementation of Row-Level Security and tenant isolation with audit-ready operations
  • End-to-end LGPD workflow coverage: data retention, export, anonymization, and right-to-be-forgotten support

Quick Start

Apply LGPD patterns to data paths by enabling consent checks, RLS policies, and audit logging in a sample module.

Frequently Asked Questions about fisioflow-lgpd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement LGPD consent checks across multi-tenant application modules?▼

LGPD consent checks are implemented by applying data classification and consent management patterns to patient, session, and communication modules, ensuring documented consent verification before processing personal data across the multi-tenant architecture.

What is the best way to enforce data isolation for LGPD compliance in a multi-tenant database?▼

Data isolation for LGPD compliance is enforced through Row-Level Security policies and tenant isolation, which restrict data access at the storage layer and maintain audit-ready operations across the entire application stack.

How do I handle data retention, export, and anonymization requests under LGPD?▼

LGPD retention, export, and anonymization workflows are handled end-to-end by applying deletion and export patterns across servers, web apps, and storage, supporting the right-to-be-forgotten and data portability requirements.

Does this LGPD compliance pattern provide audit logging for sensitive data operations?▼

Audit logging for sensitive data operations is included by default, satisfying LGPD requirements for tracking access and modifications to personal and sensitive data across multi-tenant environments with audit-ready operations.

Can I use these LGPD data handling patterns for both web apps and backend storage layers?▼

These LGPD data handling patterns apply comprehensively across servers, web apps, and storage layers, ensuring consistent encryption, RLS policies, and consent management throughout the entire FisioFlow technology stack.