data-retention-policy

Define retention schedules and disposal procedures for product datasets.

1|Updated Jun 20, 2026
One-click install
npx skills add https://github.com/shafibabar/SDLC-Artifact-Factory --skill data-retention-policy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-retention-policy
Source: https://github.com/shafibabar/SDLC-Artifact-Factory/tree/main/skills/data-retention-policy
Command: npx skills add https://github.com/shafibabar/SDLC-Artifact-Factory --skill data-retention-policy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the critical challenge of managing data lifecycles to prevent regulatory liability and security breaches caused by keeping data longer than necessary or failing to delete it properly.

Core Features & Use Cases

  • Retention Scheduling: Defines explicit retention windows, legal bases, and disposal methods for every data class.
  • Verifiable Deletion: Implements cryptographic shredding and lineage-aware cascade deletion to ensure PII is unrecoverable across all stores and backups.
  • Legal Hold Management: Provides a robust mechanism to suspend deletion for data under litigation or investigation, ensuring compliance with legal hold precedence.

Quick Start

Use the data-retention-policy skill to generate a retention schedule and disposal procedure for the current product dataset.

Frequently Asked Questions about data-retention-policy

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

FAQPage Schema
How do I automate data retention policies for GDPR and SOC 2 compliance?

Automating data retention policies for GDPR and SOC 2 involves defining explicit retention windows, legal bases, and disposal methods for each data class. This ensures verifiable deletion and auditability across complex data architectures.

What is the best way to ensure PII is unrecoverable across all stores and backups during deletion?

To ensure PII is unrecoverable across stores and backups, use verifiable deletion techniques like cryptographic shredding and lineage-aware cascade deletion. This guarantees data is permanently destroyed and compliant with data governance standards.

How do legal hold overrides work with automated data disposal procedures?

Legal hold overrides suspend automated deletion for data under litigation or investigation. This mechanism ensures legal hold precedence over standard retention scheduling, preventing the destruction of required evidence.

Do I need data lineage and classification systems to enforce retention scheduling?

Yes, enforcing retention scheduling requires integration with data lineage, classification, and zero-trust encryption systems. These integrations are necessary to track data flow, categorize information correctly, and guarantee verifiable deletion.

When should I implement data lifecycle and disposal mechanics in software development?

You should implement data lifecycle and disposal mechanics during the design phase of software development. Applying retention policies early prevents regulatory liability and security breaches caused by keeping data longer than necessary.

Why does standard data deletion fail compliance audits for complex data architectures?

Standard deletion fails compliance audits because it often leaves recoverable PII in secondary stores and backups. Verifiable deletion using cryptographic shredding and lineage-aware cascades is required to pass strict GDPR and SOC 2 audits.