prewalk
Arm a prewalk run: explore and plan in the root session, land the first verified edit, then persist a Stop checkpoint for handoff.
Revise a durable Prewalk checkpoint in the active root session, re-verifying task 1 when needed.
$ npx -y skills add TerenceLiu98/prewalk --skill pw-revise --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/pw-reviseContext preview
The summary Claude sees to decide when to auto-load this skill.
Revise a durable Prewalk checkpoint in the active root session, re-verifying task 1 when needed.
name: pw-revise description: "Revise a durable Prewalk checkpoint in the active root session, re-verifying task 1 when needed."
Run this to fetch the revision instructions for the current checkpoint:
python3 "${CLAUDE_PLUGIN_ROOT}/hooks/_pw.py" revise "$CLAUDE_SESSION_ID" "$ARGUMENTS"Then follow its output:
exploration.
needs a concrete file path + a verification word).
structured Handoff Packet.
You stay on the frontier (planner) model. When the revised plan is ready, the user runs `/prewalk:pw-go` to hand off. If the script says there is no active checkpoint, reply with a single line saying so and end your turn.
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.