Create a named checkpoint of current state
Saves a named snapshot of your project's current state to memory/checkpoints.md, including timestamp, progress, TODOs, and key metrics. Use before major changes, at milestones, or after experiments to create reference points you can compare against later.
/plugin marketplace add syfyufei/adrian-marketplace/plugin install research-memory@LLM-Research-MarketplaceUse the research-memory skill to create a checkpoint of the current project state.
Ask the user for a checkpoint name/description if not provided.
A checkpoint captures:
Log the checkpoint to memory/checkpoints.md in this format:
## Checkpoint: [NAME] (YYYY-MM-DD HH:MM)
**Purpose**: [User's description]
**Project State**:
- Phase: [Current phase]
- Progress: [Brief summary]
- Open TODOs: X items
- Recent experiments: Y
**Key Metrics**:
- Total sessions: N
- Experiments run: M
- Decisions made: P
**Notable Context**:
- [Important note 1]
- [Important note 2]
---
After creating the checkpoint, confirm:
Use cases:
/research-memory:checkpoint "Before refactor"/research-memory:checkpoint "Paper draft v1 complete"/research-memory:checkpoint "Baseline model finalized"/research-memory:checkpoint "End of sprint 3"Support optional arguments:
--tag milestone : Mark as a milestone checkpoint--tag experiment : Mark as an experiment checkpoint--tag backup : Mark as a safety backup point