ソース情報
- リポジトリ
- TerenceLiu98/prewalk
- ソースの最終更新活動
- 2026年8月20日 11:25
- 検出された SKILL.md の言語
- 英語
- スター
- 4
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/TerenceLiu98/prewalk --skill pw-goコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
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.
Retry one proven-incomplete Prewalk route from its durable packet without repeating task 1.
SKILL.md を表示中
| name | pw-go |
| description | Request a capability-safe executor handoff from a durable Prewalk Stop checkpoint. |
Inspect the live spawn_agent schema first. Pass the field names it actually
exposes to the state transition helper, then follow its output exactly:
python3 hooks/_pw.py go "${CODEX_THREAD_ID:-${CODEX_SESSION_ID:-}}" \
--schema-fields=task_name,message,fork_turns,model,reasoning_effort
Omit any field name that is absent from the live schema. Do not claim support from a preset or documentation; only the current tool schema is proof.
If no active checkpoint exists, report that in one line and stop.
spawn_agent exactly once with the helper's
generated task_name, the exact text between PREWALK_MESSAGE_BEGIN and
PREWALK_MESSAGE_END as message,
fork_turns: "none", and the configured executor model. Include
reasoning_effort only when the helper prints it. Do not use a named plugin
agent and do not alter the message.SubagentStop marker.Do not run manual confirm/complete commands. Spawn denial, failure, interruption,
missing markers, and incomplete markers remain durable for pw-retry recovery.