| name | save |
| description | Save current session context (task, decisions, next steps) for later retrieval |
| user_invocable | true |
/ctx:save — Save Session Context
Save the current coding session context so it can be retrieved or resumed later.
What to do
- Use the
ctx_save MCP tool to save the current session
- Include the user's task description, any key decisions made, and planned next steps
- Report the saved session ID and confirmation back to the user
Parameters
- task (required): Brief description of what was being worked on
- decisions: Key technical decisions made during this session
- nextSteps: What should be done next when resuming
Example
When the user says "/ctx:save implementing JWT auth", call:
ctx_save(task: "Implementing JWT auth", decisions: ["Using RS256 signing"], nextSteps: ["Add refresh token support"])