consent-flow

Generate GDPR, CCPA, and DPDP consent workflows with audit logging.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill consent-flow-jtvaris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consent-flow
Source: https://github.com/jtvaris/sunday-night-dynasty/tree/main/.agents/skills/generators/consent-flow
Command: npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill consent-flow-jtvaris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Apps often struggle to implement privacy consent flows that are compliant with GDPR, CCPA, and DPDP, while offering granular category controls, persistent state, and an auditable trail for governance.

Core Features & Use Cases

  • Granular per-category consent with essential defaults that cannot be disabled.
  • Persistent consent state with an audit log to support regulatory audits.
  • ATT integration and UI options (banner or preferences) for iOS in-app consent.
  • Guidance for multi-regulation configurations and testing across regions.

Quick Start

Initialize the ConsentManager in your app, then present the banner to gather user consent on first launch.

Frequently Asked Questions about consent-flow

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

FAQPage Schema
How do I implement a GDPR compliant privacy consent flow in an iOS app?

To implement a GDPR compliant privacy consent flow in an iOS app, you need a mechanism that supports granular per-category consent, persistent state, and audit logging. This solution provides the core primitives and UI components to manage these requirements natively.

What's the best way to manage granular privacy consent categories for CCPA and DPDP regulations?

Managing granular privacy consent categories for CCPA and DPDP requires defining essential defaults that cannot be disabled alongside optional categories. This approach allows you to generate workflows that maintain compliant user preferences across multiple regional regulations simultaneously.

Does this consent workflow integrate with iOS ATT framework permissions?

Yes, the consent workflow integrates directly with iOS ATT framework permissions. It provides native ATT integration alongside UI options like banners or preference screens to handle in-app tracking consent seamlessly on first launch.

Can I use a privacy consent banner that maintains an audit log for regulatory reviews?

Yes, you can use a privacy consent banner that maintains a persistent audit log for regulatory reviews. The generated workflow tracks state changes over time, providing the auditable trail necessary for governance and compliance verification.

How do I configure multi-regulation privacy consent workflows for Swift applications?

Configuring multi-regulation privacy consent workflows for Swift applications involves wiring together GDPR, CCPA, and DPDP rulesets. The solution offers optional multi-regulation wiring and testing guidance to ensure correct regional behavior across your user base.

Why do I need an audit log for my mobile app's privacy consent state?

You need an audit log for your mobile app's privacy consent state to support regulatory audits and governance. Persistent state tracking records exactly when and how users modified their granular category preferences, ensuring legal compliance.