# Worker Recovery

> Worker-first recovery entry for resuming the current assignment from file artifacts. Use when a worker needs to recover task context, continue work, or re-anchor after a pause.

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

---


# worker-recovery

## Audience

- worker

## Triggers

- resume work
- recover task
- continue current assignment

## CLI Binding

- Read worker artifacts directly.
- Use `agent-team task show` only when task details must be refreshed from the CLI.

## Required Entry

- MUST read `worker.yaml` first.

## Expansion

- Recovery order is fixed: `worker.yaml` -> `task.yaml` -> `context.md` -> referenced materials only if needed.

## Boundary

- This is the standard worker recovery path.
- Do not use controller assumptions or `.agent-team/rules/index.md` as the first entry here.
- Do not use this skill for worker -> main reporting; that belongs to `worker-reply-main`.

