/pw-resume
Recover a Claude Prewalk handoff only when a successful executor Task result was observed but its PostToolUse hook did not run.
$ npx -y skills add TerenceLiu98/prewalk --skill pw-resume --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/pw-resume
Context preview
The summary Claude sees to decide when to auto-load this skill.
Recover a Claude Prewalk handoff only when a successful executor Task result was observed but its PostToolUse hook did not run.
SKILL.md
pw-resume.SKILL.mdname: pw-resume description: Recover a Claude Prewalk handoff only when a successful executor Task result was observed but its PostToolUse hook did not run.
Prewalk Resume
This is a recovery path, not the normal handoff. First verify that the prior Task actually ran on the configured executor and inspect its final marker.
python3 "${CLAUDE_PLUGIN_ROOT}/hooks/_pw.py" resume "$CLAUDE_SESSION_ID"Then run `_pw.py complete` only for `PREWALK_COMPLETE`, or `_pw.py incomplete <reason>` for `PREWALK_INCOMPLETE`. Never confirm a rejected, missing, or unverified Task result.
Prewalk lets a strong planner do the expensive repository work, then gives a configured executor a verified starting point and a self-contained handoff: Use it for changes where understanding the repository is a meaningful part of the work.
Other skills on prewalk.
- /prewalk
Arm a prewalk run: explore and plan on a frontier model, land the first verified edit, then pause for an explicit executor handoff.
Open skill - /pw-doctor
Diagnose the Prewalk installation, presets, hook manifest, state directory, and Claude Task routing setup.
Open skill - /pw-go
Request the reviewed prewalk handoff and spawn exactly one routed Claude Task for the remaining todos.
Open skill - /pw-off
Disarm Prewalk for the current Claude Code session without changing files or todos.
Open skill - /pw-revise
Prewalk — revise the plan on the frontier model instead of handing off. Stay on the current (planner) model, fold in the requested changes, re-verify task #1 if it changed, then re-add the ⏸️ PAUSE checkpoint.
Open skill - /pw-status
Show the current Prewalk phase, models, routing attempts, checkpoint evidence, remaining todos, and last error.
Open skill

