---
title: "Extend Task"
description: "This workflow will: 1. Select a task to extend 2. Review current mission progress 3. Gather requirements for new missions 4. Create new mission documents 5. Update the progress tracker with additional missions"
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/extend-task-1
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:24:27.796Z
license: CC-BY-4.0
attribution: "Extend Task — Claudary (https://claudary.paisolsolutions.com/skills/extend-task-1)"
---

# Extend Task
This workflow will: 1. Select a task to extend 2. Review current mission progress 3. Gather requirements for new missions 4. Create new mission documents 5. Update the progress tracker with additional missions

## Overview

# Extend Task

## Description
Add new missions to an existing task after initial missions have been completed. Useful when requirements change or new features need to be added to an ongoing task.

## Usage
```
/extend-task
```

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

This workflow will:
1. Select a task to extend
2. Review current mission progress
3. Gather requirements for new missions
4. Create new mission documents
5. Update the progress tracker with additional missions

## Workflow Details
The extend-task workflow provides:
- **Task Selection** - Choose which task to extend
- **Progress Review** - See what missions are already completed
- **Mission Planning** - Define new missions to add
- **Context Preservation** - Maintain technical context from existing missions
- **Progress Tracking** - Update task documentation with new missions

## Examples
```
/extend-task
# Selects a task and adds new missions
# Creates detailed mission documents
# Updates progress tracker with additional missions
```

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

---

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