mission-pause

Pause an active mission and save its state for later resumption.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/originlabs-app/claude-codex-missions --skill mission-pause
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mission-pause
Source: https://github.com/originlabs-app/claude-codex-missions/tree/main/claude/.claude/skills/mission-pause
Command: npx skills add https://github.com/originlabs-app/claude-codex-missions --skill mission-pause

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to safely pause an ongoing mission, preserving its current state and context for a seamless resumption later.

Core Features & Use Cases

  • State Preservation: Records the exact point of interruption, including the last action and intended next step.
  • Contextual Notes: Allows for ephemeral notes to be added, explaining the reason for the pause.
  • Use Case: If an unexpected interruption occurs during a complex mission, this Skill ensures that no progress is lost and the mission can be continued precisely where it left off.

Quick Start

Pause the current mission and save its state for later.

Frequently Asked Questions about mission-pause

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

FAQPage Schema
How do I pause a long-running workflow and save its execution state?

To pause a long-running workflow, you update its execution state to 'paused' and save the current context, including the last action and intended next step, for later resumption.

What is durable state management for interruptible task execution?

Durable state management for interruptible task execution is the process of recording the exact point of interruption in a mission workflow, ensuring no progress is lost during unexpected pauses.

Can I add contextual notes explaining the reason for pausing an active mission?

Yes, you can add ephemeral contextual notes when pausing an active mission, allowing you to document the specific reason for the interruption alongside the saved workflow state.

Does this state management approach work with any mission workflow requiring graceful interruption?

Yes, this approach applies to any mission workflow requiring interruptible execution, providing durable state management and graceful interruption for complex, long-running tasks.

What happens to my current progress when an unexpected mission interruption occurs?

When an unexpected mission interruption occurs, your current progress is preserved by recording the exact point of interruption, allowing the mission to be continued precisely where it left off.

How do I resume a paused mission after saving its context?

Resuming a paused mission involves loading the saved context, which contains the last action and intended next step, allowing you to continue the workflow precisely where it left off.