Skip to content
Development
Skill

/pw-reconcile

Reconcile an ambiguous Prewalk executor only after proving it is no longer running.

From plugin
prewalk
59 skills1 agent
Install
$ npx -y skills add TerenceLiu98/prewalk --skill pw-reconcile --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.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/pw-reconcile

Context 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.

SKILL.md

pw-reconcile.SKILL.md
name: pw-reconcile
description: "Reconcile an ambiguous Prewalk executor only after proving it is no longer running."

Prewalk Reconcile

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`.

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
Stats
5
Stars
0
Forks
Maintained
Maintenance
Python
Language
1mo ago
Last commit
1mo ago
Created

Repo: TerenceLiu98/prewalk

Other skills on prewalk.