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.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
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.