pause

Save session context and stash modified files for future Claude Code sessions.

3|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Sh3rd3n/megazord --skill pause-sh3rd3n
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pause
Source: https://github.com/Sh3rd3n/megazord/tree/main/skills/pause
Command: npx skills add https://github.com/Sh3rd3n/megazord --skill pause-sh3rd3n

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to save the current state of your development session, including progress, decisions, and modified files, so you can seamlessly resume your work in a future session.

Core Features & Use Cases

  • Session Handoff: Preserve your work in progress for later continuation.
  • Contextual Saving: Captures current phase, plan, and status for accurate resumption.
  • File Stashing: Safely stashes modified files to prevent data loss.
  • Use Case: You've been working on a complex feature for hours and need to step away. Running /mz:pause saves everything, allowing you to pick up exactly where you left off later.

Quick Start

Use the pause skill to save your current session context.

Frequently Asked Questions about pause

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

FAQPage Schema
How do I save my development session context for future use?

To save your development session context, this Skill stashes modified files using a Node.js script and reads project state from .planning/STATE.md to preserve your progress, decisions, and current phase for seamless resumption.

What is the best way to manage state handoff between Claude Code sessions?

Managing state handoff between sessions requires capturing your current phase and plan. This Skill updates session continuity information and safely stashes modified files to prevent data loss during the transition to a future session.

Do I need a .planning directory to save my project state?

Yes, you need a .planning/STATE.md file in your project. The Skill reads your current project state, including progress and decisions, directly from this file to accurately capture the context for later continuation.

How does file stashing work when I pause my coding session?

File stashing during a session pause is handled by a Node.js script that safely saves your modified files. This mechanism prevents data loss by ensuring uncommitted changes are preserved alongside your session's contextual metadata.

Can I resume work on a complex feature after stepping away from my session?

Yes, you can resume work on a complex feature after stepping away. By running the pause command, you save your work in progress, allowing you to pick up exactly where you left off later without losing your current phase or plan.

What limitations exist when saving session state for a future Claude Code session?

A limitation of saving session state is that the Skill depends on the presence of .planning/STATE.md to read project context. Without this file, the session continuity information cannot be fully captured for the future Claude Code session.