data-retention-archiving-planner

Plans and implements data retention policies with archival strategies and automated cleanup jobs.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Camilo8902/GabyCosmetics --skill data-retention-archiving-planner-camilo8902
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-retention-archiving-planner
Source: https://github.com/Camilo8902/GabyCosmetics/tree/main/.claude/skills/data-retention-archiving-planner
Command: npx skills add https://github.com/Camilo8902/GabyCosmetics --skill data-retention-archiving-planner-camilo8902

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the complex challenge of managing data throughout its lifecycle, ensuring compliance with regulations, optimizing storage costs, and preventing data loss.

Core Features & Use Cases

  • Policy Definition: Establishes clear data retention periods based on data type and compliance needs (GDPR, HIPAA, SOX, PCI DSS).
  • Automated Archiving & Cleanup: Implements scheduled jobs to move old data to cold storage and delete obsolete records.
  • Compliance Enforcement: Incorporates mechanisms like soft deletes and right-to-be-forgotten functions to meet regulatory requirements.
  • Use Case: A financial institution needs to retain transaction records for 7 years due to SOX compliance, while also ensuring personal user data can be deleted upon request per GDPR. This Skill automates both requirements.

Quick Start

Use the data retention archiving planner to set up a 7-year retention policy for order history data and schedule nightly archival jobs.

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 policies for GDPR and SOX compliance?

Automate data retention policies by defining retention periods based on data type and compliance needs. This approach schedules automated cleanup jobs and archival tasks to enforce regulatory requirements like GDPR right-to-be-forgotten and SOX record retention.

What is data lifecycle management and how does cold storage migration work?

Data lifecycle management involves governing data from creation to deletion. Cold storage migration works by moving old data from active databases to cheaper archival storage through scheduled jobs, optimizing storage costs while preserving records.

How do I set up automated data archiving and cleanup jobs?

Set up automated data archiving and cleanup jobs by establishing clear retention periods for your data types. You then schedule nightly jobs to migrate old records to cold storage and execute soft deletes on obsolete data.

Can I use this approach to handle both HIPAA record retention and PCI DSS data deletion?

Yes, you can handle HIPAA and PCI DSS requirements by defining specific retention periods for different data types. The system enforces compliance by automating record archiving for long-term retention policies and scheduling cleanup jobs for obsolete data.

What is the best way to optimize storage costs while ensuring regulatory compliance?

Optimize storage costs while ensuring regulatory compliance by implementing automated lifecycle policies. These policies define retention periods, use soft deletes for right-to-be-forgotten requests, and migrate old data to cold storage to reduce active database footprint.

Does data archiving support soft deletes for GDPR right-to-be-forgotten requests?

Yes, data archiving supports GDPR right-to-be-forgotten requests through built-in soft delete mechanisms. This ensures personal user data can be securely deleted upon request while retaining necessary transaction records for other regulatory compliance needs.