clarik_checkpoint_save
Save a structured checkpoint of your current session state, including goal, progress, decisions, and next steps, to resume work later without losing context.
Instructions
Generate a structured checkpoint of the current session state for resuming later.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | Current working goal | |
| progress | Yes | List of completed items | |
| decisions | Yes | Key decisions made | |
| nextStep | Yes | What to do next when resuming | |
| openFiles | No | Currently open files | |
| openQuestions | No | Unresolved questions | |
| projectPath | No | Project root path for isolation |