Request the reviewed prewalk handoff and spawn exactly one routed Claude Task for the remaining todos.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add TerenceLiu98/prewalk --skill pw-go --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pw Go?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/terenceliu98-pw-go)More formats (shields.io, HTML) on the badges page.
---
name: pw-go
description: "Request the reviewed prewalk handoff and spawn exactly one routed Claude Task for the remaining todos."
---
# Prewalk Handoff
Run:
```bash
python3 "${CLAUDE_PLUGIN_ROOT}/hooks/_pw.py" go "$CLAUDE_SESSION_ID"
```
If there is no active checkpoint, report that and stop. If a handoff is already
pending, do not spawn another Task.
For a new handoff request, spawn exactly one `Task`/`Agent` using the complete
structured Handoff Packet and the exact `PREWALK_HANDOFF_TOKEN` line printed by
the helper as its prompt. The PreToolUse hook rewrites only that call to the
configured `prewalk:prewalk-executor` and executor model. Do not edit remaining
work in the main session and do not report success before the executor stops.
Agent PostToolUse acknowledges launch only. The bound executor's SubagentStop
event owns the result:
- `PREWALK_COMPLETE` clears the run.
- `PREWALK_INCOMPLETE: <reason>` restores the checkpoint for revision or retry.
- rejection, failure, or a missing marker also restores a retryable checkpoint.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.