Snapshots: Freeze & Compare Your Scope
What Are Snapshots?
A snapshot is a frozen copy of your project at a specific moment:
- All bubbles
- All links
- All properties
Think of it as Git commits for your project structure.
When to Create Snapshots
Before Major Changes
- Before AI chat sessions
- Before big refactorings
- Before stakeholder meetings
After Milestones
- MVP defined
- Phase 1 completed
- Scope finalized
Checklist:
- [ ] Create your first snapshot
- [ ] Add a clear description (what/why)
Using Snapshots
Undo Changes
Made a mistake? Restore a previous snapshot.
Compare Versions
See what changed between two points:
- Added/removed bubbles
- Changed priorities
- New links
Share Frozen Scope
Export a snapshot to share with team/stakeholders.
Checklist:
- [ ] Create a "Baseline" snapshot
- [ ] Make some changes
- [ ] Compare before/after
Tip: Create snapshots BEFORE accepting AI proposals!