prewalk
Arm a prewalk run: explore and plan in the root session, land the first verified edit, then persist a Stop checkpoint for handoff.
Compatibility guidance for older Claude Prewalk recovery; canonical v4 recovery uses pw-reconcile.
$ 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.
/pw-resumeContext preview
The summary Claude sees to decide when to auto-load this skill.
Compatibility guidance for older Claude Prewalk recovery; canonical v4 recovery uses pw-reconcile.
name: pw-resume description: "Compatibility guidance for older Claude Prewalk recovery; canonical v4 recovery uses pw-reconcile."
This compatibility skill never confirms or completes a native route. Run:
python3 "${CLAUDE_PLUGIN_ROOT}/hooks/_pw.py" resume "$CLAUDE_SESSION_ID"Follow the helper's canonical `/prewalk:pw-status` or `/prewalk:pw-reconcile` direction. Only the bound SubagentStop marker can complete a native Claude route.
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.
Retry one proven-incomplete Prewalk route from its durable packet without repeating task 1.