---
title: "Resume Task"
description: "This workflow will: 1. Find and load the most recent incomplete task 2. Review the current progress and mission status 3. Continue with the next pending mission 4. Maintain context from previous work"
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/resume-task-1
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:46:08.095Z
license: CC-BY-4.0
attribution: "Resume Task — Claudary (https://claudary.paisolsolutions.com/skills/resume-task-1)"
---

# Resume Task
This workflow will: 1. Find and load the most recent incomplete task 2. Review the current progress and mission status 3. Continue with the next pending mission 4. Maintain context from previous work

## Overview

# Resume Task

## Description
Resume an existing task from where it was paused, continuing with the next incomplete mission.

## Usage
```
/resume-task
```

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

This workflow will:
1. Find and load the most recent incomplete task
2. Review the current progress and mission status
3. Continue with the next pending mission
4. Maintain context from previous work

## Workflow Details
The resume-task workflow ensures continuity by:
- **Task Discovery** - Finding paused or incomplete tasks
- **Progress Review** - Understanding what has been completed
- **Context Recovery** - Loading previous work and technical details
- **Mission Continuation** - Picking up from the last incomplete mission
- **Incremental Progress** - Building on existing work

## Examples
```
/resume-task
# Finds the most recent incomplete task
# Reviews progress and continues with next mission
# Maintains all previous context and technical constraints
```

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

---

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