prewalk
Arm a prewalk run: explore and plan in the root session, land the first verified edit, then persist a Stop checkpoint for handoff.
Retry one proven-incomplete Prewalk route from its durable packet without repeating task 1.
$ npx -y skills add TerenceLiu98/prewalk --skill pw-retry --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/pw-retryContext preview
The summary Claude sees to decide when to auto-load this skill.
Retry one proven-incomplete Prewalk route from its durable packet without repeating task 1.
name: pw-retry description: "Retry one proven-incomplete Prewalk route from its durable packet without repeating task 1."
Run:
python3 "${CLAUDE_PLUGIN_ROOT}/hooks/_pw.py" retry "$CLAUDE_SESSION_ID"If the helper emits a token-bound route, spawn exactly one `Task`/`Agent` using the complete text between its message markers. The hook installs the persisted packet, scoped executor type, and configured model. Do not restart planning or repeat task 1.
If an executor may still be running, do not spawn. Report the helper's `/prewalk:pw-reconcile` direction instead.
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.
Arm a prewalk run: explore and plan in the root session, land the first verified edit, then persist a Stop checkpoint for handoff.
Diagnose the Prewalk installation, presets, hook manifest, state directory, and Claude Task routing setup.
Request the reviewed prewalk handoff and spawn exactly one routed Claude Task for the remaining todos.
Disarm Prewalk for the current Claude Code session without changing files or todos.
Reconcile an ambiguous Prewalk executor only after proving it is no longer running.
Compatibility guidance for older Claude Prewalk recovery; canonical v4 recovery uses pw-reconcile.