---
description: Snapshot state before risky operations with rollback point
argument-hint: [--label <name>] [#tag1 #tag2]
model: claude-haiku-4-5-20251001
---

Save a checkpoint to `.hivemind/memory/agent-states/<your-role>.state.md` before high-risk operations. Label defaults to timestamp.

Use before: db migrations, multi-file refactors, force pushes, destructive ops, config changes.

Args: $ARGUMENTS

## Input

- `label`: Human-readable checkpoint name (defaults to timestamp)
- `context`: What you're about to do (optional)
- `#tags`: Risk tags (migration, refactor, destructive, config, etc.)

## Behavior

1. Append checkpoint entry to agent state file
2. Record timestamp, context, tags
3. Useful for post-incident recovery: "what was the system state when we started?"

## Output (ultra)

```
✓ Checkpoint saved | label=<name>
```
