---
title: "Resume Mission"
description: "This workflow will: 1. Find the most recent incomplete mission 2. Load the mission context and architecture plan 3. Continue implementation from the last checkpoint 4. Coordinate with appropriate development agents 5. Update progress tracking"
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/resume-mission-1
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:46:08.095Z
license: CC-BY-4.0
attribution: "Resume Mission — Claudary (https://claudary.paisolsolutions.com/skills/resume-mission-1)"
---

# Resume Mission
This workflow will: 1. Find the most recent incomplete mission 2. Load the mission context and architecture plan 3. Continue implementation from the last checkpoint 4. Coordinate with appropriate development agents 5. Update progress tracking

## Overview

# Resume Mission

## Description
Resume an incomplete mission, continuing development work from where it was paused.

## Usage
```
/resume-mission
```

## Behavior
Loads and executes the resume-mission workflow from `.ab-method/core/resume-mission.md`

This workflow will:
1. Find the most recent incomplete mission
2. Load the mission context and architecture plan
3. Continue implementation from the last checkpoint
4. Coordinate with appropriate development agents
5. Update progress tracking

## Workflow Details
The resume-mission workflow ensures:
- **Mission Recovery** - Finding and loading incomplete missions
- **Context Restoration** - Restoring technical context and progress state
- **Agent Coordination** - Deploying appropriate backend/frontend agents
- **Incremental Progress** - Continuing from specific implementation points
- **Architecture Compliance** - Maintaining planned technical approach

## Examples
```
/resume-mission
# Finds the most recent incomplete mission
# Restores development context and continues implementation
# Maintains architectural plans and coding patterns
```

## Alternative Usage
You can also use the traditional AB Method master controller:
```
/ab-master resume-mission
```

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/resume-mission-1) · https://claudary.paisolsolutions.com
