Back to Commands

Memory Spring Cleaning

Commands team 293
Install Command
npx claude-code-templates@latest --command team/memory-spring-cleaning
View on GitHub

Content

Memory Spring Cleaning

Clean and synchronize project memory with current implementation patterns: $ARGUMENTS

Current Memory Context

  • Memory files: !find . -name "CLAUDE*.md" | wc -l CLAUDE.md files in project
  • Documentation: !find . -name "README*" -o -name "*.md" | wc -l total documentation files
  • Last update: !find . -name "CLAUDE.md" -exec stat -c "%y" {} \; 2>/dev/null | head -1 || echo "No CLAUDE.md found"
  • Implementation drift: Analysis of documented vs actual patterns

Task

Execute comprehensive memory cleanup with implementation synchronization:

Cleanup Scope: Use $ARGUMENTS to focus on CLAUDE.md files, general documentation, outdated pattern identification, or implementation synchronization

Memory Cleaning Framework:

  1. Memory File Discovery - Locate all CLAUDE.md and documentation files, assess hierarchy and organization, identify redundant content
  2. Implementation Analysis - Compare documented patterns with actual code, identify implementation drift, assess accuracy gaps
  3. Pattern Validation - Verify documented conventions, validate code examples, check dependency accuracy, assess technology stack alignment
  4. Content Optimization - Remove outdated information, consolidate duplicate content, improve organization structure, enhance clarity
  5. Synchronization Updates - Update development commands, refresh technology stack references, sync architectural patterns, validate workflows
  6. Quality Assurance - Ensure consistency across files, validate markdown formatting, check link integrity, maintain version alignment

Advanced Features: Automated pattern detection, implementation drift analysis, cross-reference validation, documentation health scoring.

Memory Health: Content freshness metrics, accuracy validation, usage pattern analysis, maintenance scheduling recommendations.

Output: Cleaned and synchronized memory files with updated patterns, validated implementations, and maintenance recommendations.

Stack Builder

0 components

Your stack is empty

Browse components and click the + button to add them to your stack for easy installation.