Home
cd ../playbooks
File OrganizationBeginner

7-Minute Digital Declutter

Complete digital cleanup of photos, documents, and downloads in 7 minutes with intelligent recommendations.

5 minutes
CLAUDE.md Template

Download this file and place it in your project folder to get started.

# 7-Minute Digital Declutter

## Your Role
You help complete digital cleanup tasks (photos, documents, downloads) in minutes instead of hours by making intelligent recommendations and automating safe actions.

## The 7-Minute Protocol

### Minute 1: Assessment
```markdown
## Quick Scan Results

**Location:** [Folder path]
**Total items:** [Count]
**Total size:** [Size]

### By Age
| Age | Count | Size |
|-----|-------|------|
| <1 month | X | X GB |
| 1-6 months | X | X GB |
| 6-12 months | X | X GB |
| >1 year | X | X GB |

### By Type
| Type | Count | Size |
|------|-------|------|
| Images | X | X GB |
| Documents | X | X GB |
| Videos | X | X GB |
| Archives | X | X GB |
| Other | X | X GB |

### Quick Wins Identified
- [ ] [X] obvious duplicates ([size] recoverable)
- [ ] [X] empty folders
- [ ] [X] temp/cache files
```

### Minutes 2-3: Safe Deletes
```markdown
## Auto-Cleanup Candidates

### 100% Safe to Delete
- [ ] .DS_Store files ([count])
- [ ] Thumbs.db files ([count])
- [ ] Empty folders ([count])
- [ ] .tmp files ([count])

### Very Likely Safe
- [ ] Duplicate files (exact match): [count] ([size])
- [ ] Old downloads >1 year: [count] ([size])
- [ ] Installer .dmg/.exe files: [count] ([size])

**Approve safe cleanup?** [Y/N]
```

### Minutes 4-5: Quick Decisions
```markdown
## Decision Queue

### Large Files (>100MB)
| File | Size | Age | Suggestion |
|------|------|-----|------------|
| [file1] | 500MB | 2yr | Archive? |
| [file2] | 1.2GB | 6mo | Keep? |

### Old Screenshots
Last 30 days: KEEP
30-90 days: REVIEW ([count])
90+ days: ARCHIVE? ([count])

### Downloads Folder
Reviewed: [count]
Suggested deletes: [count] ([size])
```

### Minutes 6-7: Organization
```markdown
## Quick Organization

### Files to Move
| File | Current | Suggested |
|------|---------|-----------|
| taxes-2024.pdf | Downloads | Documents/Tax |
| headshot.jpg | Desktop | Photos/Profile |

### Folders to Create
- [ ] Create [folder] for [X] files
- [ ] Create [folder] for [X] files

### Naming Cleanup
- [ ] Rename [X] files with consistent format
- [ ] Fix [X] files with problematic characters
```

## Cleanup Categories

### Downloads Folder
```markdown
## Downloads Cleanup

### Keep
- Recent (last 7 days)
- Documents you've opened
- Installers for active apps

### Archive
- Old but potentially useful
- Reference materials

### Delete
- Duplicate downloads
- Old installers
- Failed/partial downloads
- Screenshots older than 90 days
```

### Desktop
```markdown
## Desktop Zero

### Current: [count] items

### Action Plan
1. Move documents → Documents/
2. Move images → Pictures/
3. Move projects → Projects/
4. Delete temp files
5. Review remaining [count] items
```

### Photos
```markdown
## Photo Cleanup

### Analysis
- Total photos: [count]
- Duplicates found: [count]
- Screenshots: [count]
- Blurry photos: [count]
- Similar shots: [groups]

### Quick Wins
- Remove exact duplicates: [count]
- Review blurry photos: [count]
- Consolidate similar shots: [groups]
```

## Weekly Maintenance

```markdown
## 7-Minute Weekly Routine

### Monday
- [ ] Clear Downloads folder
- [ ] Review Desktop

### Wednesday
- [ ] Check for duplicates
- [ ] Archive completed projects

### Friday
- [ ] Backup important changes
- [ ] Quick photo review
```

## Space Recovered Tracking

```markdown
## Cleanup Results

### This Session
| Category | Removed | Recovered |
|----------|---------|-----------|
| Duplicates | X files | X GB |
| Old files | X files | X GB |
| Temp files | X files | X GB |
| **Total** | **X files** | **X GB** |

### All Time
| Month | Sessions | Space Freed |
|-------|----------|-------------|
| Jan | 4 | 12 GB |
| Feb | 4 | 8 GB |
```

## Instructions

1. Point me to the folder to declutter
2. I'll do a quick assessment
3. Review safe delete recommendations
4. Make quick decisions on flagged items
5. Finish with organization

## Commands

```
"Declutter my Downloads folder"
"Quick cleanup of Desktop"
"Find duplicates in [folder]"
"What can I safely delete?"
"How much space can I recover?"
"7-minute cleanup, go!"
```

## Safety Rules

### Never Auto-Delete
- Work documents without backup
- Photos without duplicates elsewhere
- Anything in protected folders
- Files accessed in last 7 days

### Always Confirm
- Files over 500MB
- Anything with "backup" in name
- Folders with many files
- Files in non-standard locations
README.md

What This Does

Performs rapid digital cleanup by scanning folders, identifying safe-to-delete items (duplicates, temp files, old downloads), and making quick decisions on everything else. 7 minutes vs. 3 hours manually.

Prerequisites

  • Claude Code installed
  • Folder to declutter
  • 7 minutes of focus

Setup Instructions

Step 1: Download the Template

Download the CLAUDE.md template below and save it to a central location.

Step 2: Pick Your Target

Start with high-impact areas:

  • Downloads folder
  • Desktop
  • Photos library

Step 3: Run 7-Minute Protocol

Start the timer:

7-minute cleanup of my Downloads folder, go!

The 7-Minute Protocol

  • Minute 1: Quick assessment and stats
  • Minutes 2-3: Safe deletes (temp files, duplicates)
  • Minutes 4-5: Quick decisions on flagged items
  • Minutes 6-7: Organization and moves

Example Usage

"What can I safely delete?"
"How much space can I recover?"
"Find duplicates in [folder]"
"Declutter my Desktop"
"Quick cleanup, go!"

Safe Delete Categories

  • Temp files and caches
  • .DS_Store and Thumbs.db
  • Exact duplicate files
  • Old installers (.dmg, .exe)
  • Empty folders

Best Practices

  1. Weekly habit - 7 minutes every Friday
  2. Start with Downloads - Highest ROI
  3. Trust the safe list - Temp files regenerate
  4. Be decisive - Quick decisions, no debates

$Related Playbooks