Quick checkpoint of current session state (faster than /save-context)
/plugin marketplace add arevlo/claude-code-workflows/plugin install arevlo-context@claude-code-workflowsCreate a fast checkpoint without the full save-context flow. Designed for mid-task use.
## Usage
**Examples:**
## Steps
### 1. Detect current state
Gather minimal context:
- Current working directory (project name)
- Recent git changes if available:
### 2. Generate checkpoint content
Create a minimal checkpoint (NOT a full session summary):
### 3. Save checkpoint
**Create directories if needed:**
**bash/zsh:**
**PowerShell:**
**Generate filename:**
- Format: `checkpoint-{YYYYMMDD-HHmm}-{label}.md`
- Sanitize label: lowercase, replace spaces with hyphens, remove special...