Loading...
Loading...
[Tooling & Meta] Save memory checkpoint to preserve analysis context
npx skill4agent add duc01226/easyplatform checkpoint| Step | Action | Key Notes |
|---|---|---|
| 1 | Determine location | Filename: |
| 2 | Gather context | Task, findings, files analyzed/modified, progress, decisions |
| 3 | Write checkpoint file | Structured markdown with recovery instructions |
| 4 | Update todo list | Mark checkpoint creation complete |
plans/reports/checkpoint-{timestamp}-{slug}.md# Get current date for filename
date +%y%m%d-%H%Mplans/reports/checkpoint-YYMMDD-HHMM-{task-slug}.md# Memory Checkpoint: [Task Description]
> Checkpoint created to preserve analysis context during [task type].
## Session Info
- **Created:** [timestamp]
- **Task:** [description]
- **Branch:** [git branch]
- **Phase:** [current phase]
## Current Task Summary
[Brief description of what you're working on]
## Key Findings
### Analysis Results
- [Finding 1]
- [Finding 2]
- [Finding N]
### Patterns Discovered
- [Pattern 1]
- [Pattern 2]
### Dependencies Identified
- [Dependency 1]
- [Dependency 2]
## Files Context
### Analyzed Files
| File | Purpose | Relevance |
| --------------- | --------- | --------------- |
| path/to/file.cs | [purpose] | High/Medium/Low |
### Modified Files
- `path/to/modified.ts` - [change description]
### Pending Files
- `path/to/pending.cs` - [why pending]
## Progress Summary
### Completed
- [x] [Completed item 1]
- [x] [Completed item 2]
### In Progress
- [ ] [Current item]
### Remaining
- [ ] [Remaining item 1]
- [ ] [Remaining item 2]
## Important Context
### Critical Information
[Information that must not be lost]
### Assumptions Made
- [Assumption 1]
- [Assumption 2]
### Decisions Made
- [Decision 1] - [rationale]
- [Decision 2] - [rationale]
## Next Steps
1. [Immediate next action]
2. [Following action]
3. [Subsequent action]
## Open Questions
- [ ] [Question 1]
- [ ] [Question 2]
## Recovery Instructions
To resume this task after context reset:
1. Read this checkpoint file
2. Review [specific files] for context
3. Continue from [specific point]
---
_Checkpoint saved by Claude Code at [timestamp]_- [x] Create memory checkpoint at [timestamp]/context/compact/watzup