# Resume Task

> Use when continuing work from saved task state, a compacted session, a handoff, or a new agent without rereading the entire repository.

- Skill: `ihabkhaled/resume-task` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ihabkhaled/resume-task`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ihabkhaled/resume-task/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: ihabkhaled (https://skillmd.com/u/ihabkhaled)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ihabkhaled/resume-task

---


# Resume Task

## Core principle

Resume from compact state, validate freshness, load only changed relevant sources, and continue the recorded next action.

## Procedure

1. Load objective, DoD, completed, remaining, blocker, decisions, evidence, and next action.
2. Check source freshness and repository status.
3. Reload only relevant files changed since the checkpoint.
4. Resolve stale memory in favor of source.
5. Confirm the next action still advances an unmet requirement.
6. Continue and update temporary state after progress.

## Required output

Freshness verdict, restored state, reloaded sources, and resumed action.

## Limits

Do not reconstruct the whole repository when compact state is current.

## Common mistakes

Do not trust fake memory, stale summaries, or preserve abandoned speculation.

## Stop condition

Stop resume setup when state is current and one valid action is executing.


