Skip to content

/pw-resume

Recover a Claude Prewalk handoff only when a successful executor Task result was observed but its PostToolUse hook did not run.

shell
$ npx -y skills add TerenceLiu98/prewalk --skill pw-resume --agent claude-code

How 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
How auto-invocation works

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.md
name: 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.

Read it on GitHub ↗
Ships withprewalk

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.

Get the whole plugin, auto-invoked
Stats
3
Stars
0
Views
0
Forks
Active
Maintenance
Python
Language
7d ago
Last commit
10d ago
Created

Repo: TerenceLiu98/prewalk