data-retention-archiving-planner

Plan and enforce data retention and archival policies across hot and cold storage.

5|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/patricio0312rev/skillset --skill data-retention-archiving-planner-patricio0312rev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-retention-archiving-planner
Source: https://github.com/patricio0312rev/skillset/tree/main/templates/db-management/data-retention-archiving-planner
Command: npx skills add https://github.com/patricio0312rev/skillset --skill data-retention-archiving-planner-patricio0312rev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @prisma/client.

What problem does it solve?

Plans and enforces data retention and archival policies across hot and cold storage, helping organizations minimize storage costs while staying compliant with regulatory requirements.

Core Features & Use Cases

  • Define retention timelines for diverse data types and ensure consistent archival workflows.
  • Design archive schemas and automate migration to cold storage while preserving data integrity.
  • Execute automated cleanup and soft-delete routines to meet privacy and compliance needs.
  • Monitor policy health, generate audits, and restore archived data when needed.

Quick Start

Define retention policies and deploy automated archival and cleanup workflows to manage your data lifecycle.

Frequently Asked Questions about data-retention-archiving-planner

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

FAQPage Schema
How do I automate data retention and archiving for GDPR and HIPAA compliance?

You automate data retention and archiving by defining policy documents that trigger migration scripts from hot to cold storage. This enforces soft-delete patterns and automated cleanup jobs to meet GDPR, HIPAA, SOX, and PCI-DSS regulatory compliance.

What is the best way to design archive schemas for cold storage lifecycle management?

Designing archive schemas for cold storage involves structuring data to preserve integrity during automated migration. The lifecycle management process applies documented retention policies, moving inactive records while maintaining monitoring hooks for audits and restoration.

Can I use Prisma to enforce soft-delete patterns and automated cleanup routines?

Yes, you can use Prisma to enforce soft-delete patterns and automated cleanup routines. The planner integrates with @prisma/client to execute retention policies, managing database records and applying lifecycle workflows across hot and cold storage tiers.

Does this data retention planner support monitoring and audit generation for compliance policies?

Yes, this data retention planner supports monitoring and audit generation for compliance policies. It implements monitoring hooks that track policy health, generate audits for regulatory contexts like SOX and PCI-DSS, and restore archived data when needed.

When should I use automated archival workflows instead of manual database cleanup?

You should use automated archival workflows instead of manual database cleanup for data-heavy applications requiring consistent lifecycle management. Automation minimizes storage costs, ensures regulatory compliance, and prevents human error during migration to cold storage.