prewalk
Arm a prewalk run: explore and plan in the root session, land the first verified edit, then persist a Stop checkpoint for handoff.
Reconcile an ambiguous Prewalk executor only after proving it is no longer running.
$ npx -y skills add TerenceLiu98/prewalk --skill pw-reconcile --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/pw-reconcileContext preview
The summary Claude sees to decide when to auto-load this skill.
Reconcile an ambiguous Prewalk executor only after proving it is no longer running.
name: pw-reconcile description: "Reconcile an ambiguous Prewalk executor only after proving it is no longer running."
Inspect the matching Claude Agent lifecycle first. Never stop or terminate an agent as part of this skill. If it is still running or liveness is unknown, report that and stop.
Only after Claude Code proves the persisted agent is absent/stopped, or the user explicitly confirms it was interrupted, run:
python3 "${CLAUDE_PLUGIN_ROOT}/hooks/_pw.py" reconcile "$CLAUDE_SESSION_ID" \
--confirmed-not-running "<evidence or user confirmation>"Without that proof, omit `--confirmed-not-running`; the helper must leave state unchanged. Reconciliation retains task 1 and the packet, then directs the user to `/prewalk:pw-retry`.
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.
Compatibility guidance for older Claude Prewalk recovery; canonical v4 recovery uses pw-reconcile.
Retry one proven-incomplete Prewalk route from its durable packet without repeating task 1.