preserve
Preserve the most recently approved plan to docs/plans/
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Preserve the most recently approved plan to docs/plans/
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Emit the init commands for a new plankit-tooled project — GitHub repo, pk setup --baseline, v0.0.0 tag, develop branch, .pk.json release config
Ship a release: changelog, tag, merge, and push in one pass
Ship a release: changelog, tag, merge, and push in one pass
Discover project conventions and configure .pk.json by analyzing the codebase
Discover project conventions and configure .pk.json by analyzing the codebase
Deep-analyze the project's rule set (.claude/rules + CLAUDE.md) for coherence, redundancy, tensions, gaps, and actionable fixes
| name | preserve |
| description | Preserve the most recently approved plan to docs/plans/ |
| disable-model-invocation | true |
| allowed-tools | Bash(pk:*) |
Preserve the most recently approved plan to docs/plans/ and commit it. If you are in plan mode, exit plan mode first.
Run using the Bash tool (not PowerShell):
pk preserve
This commits the plan locally with a plan: conventional commit. Do not push — the user decides when to push.
Report the result to the user.
With the plan preserved, proceed with its implementation.