resume-mission

Resume interrupted AI-driven missions by reconstructing context from `.mission/` state files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows you to seamlessly resume AI-driven missions that were previously interrupted or paused, ensuring continuity and preventing loss of progress.

Core Features & Use Cases

  • Mission State Reconstruction: Rebuilds the mission's context from durable state files (.mission/<slug>/).
  • Intelligent Mission Selection: Identifies and selects the correct mission to resume, even when multiple are present.
  • Resumption Point Accuracy: Re-enters the mission loop at the precise stage (planning, execution, validation) where it left off.
  • Use Case: You started a complex coding mission yesterday, but your session was terminated. Today, you can use this Skill to pick up exactly where you left off, without needing to manually retrace steps or re-explain the context.

Quick Start

Use the resume-mission skill to find and restart the most recently active mission.

Frequently Asked Questions about resume-mission

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

FAQPage Schema
How do I resume an interrupted AI agent mission after a session crash?

To resume an interrupted AI agent mission, the skill scans the `.mission/` directory for durable state files to reconstruct the mission context. It re-enters the canonical mission loop at the exact planning, execution, or validation phase where the workflow was previously paused.

How does state reconstruction work for paused AI workflows?

State reconstruction for paused AI workflows works by reading durable state files stored in `.mission/<slug>/` directories. These files capture the mission context, allowing the state management process to rebuild the exact workflow stage and resume execution seamlessly.

What happens if I have multiple active AI missions when I try to resume?

When multiple active AI missions exist, the skill performs intelligent mission selection by prioritizing active missions over terminal ones. It identifies and selects the most recently active mission candidate to ensure you re-enter the correct workflow context.

How do I handle missing or corrupted state files when resuming a mission?

Handling missing or corrupted state files during mission resumption requires robust error handling built into the state reconstruction process. The skill validates the `.mission/` directory contents to gracefully manage corrupted state files without crashing the AI workflow.

Can I re-enter the execution phase directly without repeating the planning stage?

Yes, you can re-enter the execution phase directly without repeating the planning stage. The skill ensures resumption point accuracy by reconstructing the mission state and jumping directly into the canonical mission loop at the precise phase where it was interrupted.

Do I need to manually retrace steps to resume a paused AI coding task?

No, you do not need to manually retrace steps to resume a paused AI coding task. The skill scans durable state files to automatically rebuild the mission context, preventing loss of progress and allowing you to pick up exactly where you left off.