delimit_soul_capture
Capture your current coding session (git state, decisions, blockers) to resume in any AI model.
Instructions
Capture current session state as a 'soul' for cross-model resurrection (Pro).
Save what you're working on so the next session (in any model) picks up where you left off. Auto-detects git state and files changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active_task | No | What you're currently working on (one line). | |
| decisions | No | Comma-separated key decisions made this session. | |
| key_context | No | Comma-separated important context for next session. | |
| blockers | No | Comma-separated blockers. | |
| next_steps | No | Comma-separated next steps. | |
| task_status | No | in_progress, blocked, or almost_done. | in_progress |
| tokens_used | No | Estimated tokens consumed this session. | |
| context_fullness | No | 0.0-1.0 how full the context window is. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||