mpm-session-pause

Pause a research session and save todos, Git status, and context to a timestamped file.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/MacPhobos/research-mind --skill mpm-session-pause
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mpm-session-pause
Source: https://github.com/MacPhobos/research-mind/tree/main/.claude/skills/mpm-session-pause
Command: npx skills add https://github.com/MacPhobos/research-mind --skill mpm-session-pause

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to quickly save your current work state, including tasks, context, and Git status, enabling seamless context switching and preventing data loss.

Core Features & Use Cases

  • Save Work State: Captures todos, Git status, and context summary.
  • Session Archiving: Creates a timestamped session file for later resume.
  • Git Integration: Optionally commits session state to your repository.
  • Use Case: You're deep into a complex coding task, but an urgent production bug requires immediate attention. Use this skill to pause your current work, save everything, fix the bug, and then resume exactly where you left off.

Quick Start

Pause the current session and save your work state by typing /mpm-pause.

Frequently Asked Questions about mpm-session-pause

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save my work state and context switch during a complex coding task?

To save your work state and context switch, you can pause your current session to capture todos, Git status, and context summaries into a timestamped file. This archives your progress, allowing you to handle urgent interruptions and later resume exactly where you left off.

What is the best way to archive a Git session for later resume?

The best way to archive a Git session for later resume is to use a session pause command that saves your progress to a timestamped file. This captures your current context and optionally commits the session state to your repository for continuity.

Does this session pause tool automatically commit my context summary to Git?

Yes, this session pause tool integrates with Git to optionally commit your saved session state to the repository. This ensures continuity for complex projects by archiving your todos and context summary alongside your code changes.

When do I need to save a session state during software development?

You need to save a session state during software development when an urgent task requires immediate context switching. Saving your work state prevents data loss by archiving todos and Git status, ensuring you can seamlessly resume your complex coding task later.

Can I use this context switch tool without any external dependencies?

Yes, you can use this context switch tool without external dependencies because it operates using internal scripts. It independently captures your todos and Git status, generating a timestamped session file without requiring additional packages.