---
name: forge:resume
description: Resume work from previous session with full context restoration
argument-hint: ""
allowed-tools:
  - Read
  - Write
  - Bash
---

Resume work by loading `.continue-here.md` handoff file.

**Read:** .continue-here.md, state/STATE.json

**Steps:**

1. Check for `.continue-here.md`. If missing, check STATE.json for last phase.
2. Parse and display: phase, status, position, completed work, remaining work, decisions, blockers
3. Ask "Ready to continue?"
4. Submit WORK_RESUMED event to state/events/
5. Route to next action: `/forge:execute`, manual work, or `/forge:discuss`
6. After completing work, remove .continue-here.md and submit WORK_COMPLETED event
