Memory Spring Cleaning
Clean and organize project memory files with implementation synchronization and pattern updates
$ npx claude-code-templates@latest --command="team/memory-spring-cleaning" --yesRequires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.
What's inside this command
Component source
Memory Spring Cleaning
Clean and synchronize project memory with current implementation patterns: $ARGUMENTS
Current Memory Context
- Memory files: !
find . -name "CLAUDE*.md" | wc -lCLAUDE.md files in project - Documentation: !
find . -name "README" -o -name ".md" | wc -ltotal 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:- Memory File Discovery - Locate all CLAUDE.md and documentation files, assess hierarchy and organization, identify redundant content
- Implementation Analysis - Compare documented patterns with actual code, identify implementation drift, assess accuracy gaps
- Pattern Validation - Verify documented conventions, validate code examples, check dependency accuracy, assess technology stack alignment
- Content Optimization - Remove outdated information, consolidate duplicate content, improve organization structure, enhance clarity
- Synchronization Updates - Update development commands, refresh technology stack references, sync architectural patterns, validate workflows
- Quality Assurance - Ensure consistency across files, validate markdown formatting, check link integrity, maintain version alignment
Related Claude Code Commands
Architecture Review
Comprehensive architecture review with design patterns analysis and improvement recommendations
Session Learning Capture
Capture and document session learnings with automatic knowledge integration and memory updates
Estimate Assistant
Generate accurate task estimates using historical data, complexity analysis, and team velocity metrics
Issue Triage
Intelligent issue triage with automatic categorization, prioritization, and team assignment
Dependency Mapper
Map project and task dependencies with critical path analysis and circular dependency detection
Sprint Planning
Plan and organize sprint workflows with Linear integration and capacity analysis
Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.