Files
my-vault/04_Archive/README.md
T

203 lines
3.9 KiB
Markdown
Raw Normal View History

2025-09-13 12:20:50 -04:00
# 🗄️ Archive
Inactive items preserved for future reference.
## Purpose
The Archive stores:
2025-09-15 08:49:07 -04:00
2025-09-13 12:20:50 -04:00
- Completed projects with their outputs
- Inactive areas no longer maintained
- Old notes for historical reference
- Deprecated resources
- Past experiments and iterations
## What Goes Here
### From Projects
2025-09-15 08:49:07 -04:00
2025-09-13 12:20:50 -04:00
- Completed projects with final deliverables
- Cancelled projects with lessons learned
- Projects inactive for 30+ days
### From Areas
2025-09-15 08:49:07 -04:00
2025-09-13 12:20:50 -04:00
- Areas no longer relevant to your life
- Responsibilities you've handed off
- Roles you no longer have
### From Resources
2025-09-15 08:49:07 -04:00
2025-09-13 12:20:50 -04:00
- Outdated information (but historically interesting)
- Superseded frameworks or methods
- Old versions of evolved ideas
### From Inbox
2025-09-15 08:49:07 -04:00
2025-09-13 12:20:50 -04:00
- Processed items no longer needed
- Old daily notes (after extraction)
- Random captures without lasting value
## Organization
```
04_Archive/
├── Projects_2024/ # Completed projects by year
├── Projects_2023/
├── Old_Areas/ # Discontinued areas
├── Daily_Notes/ # Old daily captures
├── Ideas/ # Ideas that didn't develop
└── Miscellaneous/ # Everything else
```
## Archival Process
### Before Archiving Projects
2025-09-15 08:49:07 -04:00
2025-09-13 12:20:50 -04:00
1. Create completion summary
2. Extract reusable insights to Resources
3. Document lessons learned
4. Update any related Areas
5. Move entire folder with structure intact
### Sample Completion Summary
2025-09-15 08:49:07 -04:00
2025-09-13 12:20:50 -04:00
```markdown
# Project: [Name] - Completion Summary
2025-09-15 08:49:07 -04:00
**Duration**: Start date - End date **Status**: Completed/Cancelled/Suspended
2025-09-13 12:20:50 -04:00
## Objectives
2025-09-15 08:49:07 -04:00
2025-09-13 12:20:50 -04:00
- Original goal 1 ✓
- Original goal 2 ✓
- Original goal 3 ✗
## Key Outcomes
2025-09-15 08:49:07 -04:00
2025-09-13 12:20:50 -04:00
- What was delivered
- What impact it had
- What value was created
## Lessons Learned
2025-09-15 08:49:07 -04:00
2025-09-13 12:20:50 -04:00
- What worked well
- What didn't work
- What to do differently
## Reusable Assets
2025-09-15 08:49:07 -04:00
2025-09-13 12:20:50 -04:00
- Templates created: [[link]]
- Processes developed: [[link]]
- Insights gained: [[link]]
## Related Notes
2025-09-15 08:49:07 -04:00
2025-09-13 12:20:50 -04:00
- Continues in: [[Area name]]
- See also: [[Related project]]
```
## Claude Code Workflows
### Archive Project
2025-09-15 08:49:07 -04:00
2025-09-13 12:20:50 -04:00
```
Help me archive [project name].
Create a completion summary.
Extract reusable insights to Resources.
Move everything to Archive.
```
### Search Archive
2025-09-15 08:49:07 -04:00
2025-09-13 12:20:50 -04:00
```
Search the archive for anything about [topic].
I need historical context.
```
### Year in Review
2025-09-15 08:49:07 -04:00
2025-09-13 12:20:50 -04:00
```
Review all archived projects from [year].
What patterns do you see?
What did I accomplish?
```
### Resurrect Project
2025-09-15 08:49:07 -04:00
2025-09-13 12:20:50 -04:00
```
I want to revive [archived project].
What was the status when archived?
What would need updating?
```
## Archive Philosophy
### It's Not a Graveyard
2025-09-15 08:49:07 -04:00
2025-09-13 12:20:50 -04:00
- Archives preserve institutional memory
- Old projects inform new ones
- Patterns emerge over time
- Ideas can be resurrected
### It's Not a Dumping Ground
2025-09-15 08:49:07 -04:00
2025-09-13 12:20:50 -04:00
- Archive thoughtfully
- Maintain some organization
- Keep summaries accessible
- Delete true junk
## Claude Code Prompts
### Historical Analysis
2025-09-15 08:49:07 -04:00
2025-09-13 12:20:50 -04:00
```
Look at my archived projects.
What types of things do I tend to start but not finish?
What themes recur?
```
### Knowledge Mining
2025-09-15 08:49:07 -04:00
2025-09-13 12:20:50 -04:00
```
Search the archive for any mentions of [concept].
How has my thinking evolved?
```
### Pattern Recognition
2025-09-15 08:49:07 -04:00
2025-09-13 12:20:50 -04:00
```
Analyze my project completion rate.
What factors correlate with success?
What patterns predict failure?
```
## Maintenance
### Quarterly
2025-09-15 08:49:07 -04:00
2025-09-13 12:20:50 -04:00
- Review recent additions
- Ensure summaries exist
- Check for resurrection candidates
### Annually
2025-09-15 08:49:07 -04:00
2025-09-13 12:20:50 -04:00
- Major archive cleanup
- Delete what's truly dead
- Extract any missed insights
- Reorganize if needed
## Tips
- **Date everything** - Future you will thank you
- **Summarize always** - Context fades quickly
- **Link liberally** - Connections survive archival
- **Search often** - Archives are meant to be used
- **Delete fearlessly** - Not everything needs keeping
## Remember
2025-09-15 08:49:07 -04:00
The Archive is your institutional memory. It's not about holding onto
everything, but about preserving what might inform future work. Use Claude Code
to help you see patterns across time and extract wisdom from experience.