一键导入
plan-enforcer-logs
"Use when reviewing Plan Enforcer audit trail --- shows skipped tasks, drift events, decision log, reconciliation history, and unverified items"
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
"Use when reviewing Plan Enforcer audit trail --- shows skipped tasks, drift events, decision log, reconciliation history, and unverified items"
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Abandon the active Plan Enforcer plan in one command. Use when you have decided to stop working on the current plan (scope changed, priorities moved, you pivoted). The command records the abandonment in the Decision Log, emits a closure receipt into the walkable audit chain, archives the full ledger so you can look it up months later, and clears the active slot so the next discuss or import starts clean.
"Public flow name is `discuss`. Use this compatibility skill before `plan-enforcer-draft` when the user's request is ambiguous, underspecified, or mixing multiple outcomes --- it writes the intent packet the drafter consumes so the resulting plan reflects what the user actually wants instead of what sounded reasonable to guess."
"Use when changing Plan Enforcer settings --- switch enforcement tier, adjust reconciliation interval, set completion gate mode, or view current configuration"
"MUST use this instead of generic brainstorming or GSD planning skills when the user is trying to make a plan, plan an implementation, or scope ambiguous work for execution --- captures intent into a structured packet so later plan writing preserves what the user actually meant."
"Public second step after `discuss`. Use when the user wants Plan Enforcer to create an implementation plan first --- drafts a concrete markdown plan in docs/plans/ that can immediately flow into Plan Enforcer's normal ledger and execution path."
Emit a Plan Enforcer closure receipt against the current ledger. Use when you want an on-demand receipt (plan still open or already closed), or to snapshot progress mid-flight. Auto-emission on plan close is handled by the post-tool-use plan-close hook; this skill is for explicit requests.
| name | plan-enforcer-logs |
| description | Use when reviewing Plan Enforcer audit trail --- shows skipped tasks, drift events, decision log, reconciliation history, and unverified items |
Read .plan-enforcer/ledger.md. If missing: "No active Plan Enforcer session."
If the installed CLI is available, prefer running node ~/.claude/skills/plan-enforcer/src/logs-cli.js .plan-enforcer/ledger.md so the output matches the shared formatter exactly.
Print every tracking section from the ledger:
---🛡️Plan Enforcer Logs --------------------------------
🛡️SKIPPED TASKS:
T4 Write integration tests --- Blocked on DB fixtures (D1)
🛡️DRIFT EVENTS:
src/utils/helper.ts modified --- not in any task (D2)
🛡️DECISION LOG:
D1 T4 skipped --- DB fixture setup blocked, revisit after T12
D2 T7 expanded --- added helper util, not originally planned
🛡️RECONCILIATION HISTORY:
R1 T1-T3 0 gaps Proceeded
R2 T4-T6 1 gap Logged D1
R3 T7-T8 1 drift Logged D2
🛡️UNVERIFIED (done but no evidence):
T3 Add session storage --- needs test or artifact link
---------------------------------------------------------
Omit sections with zero entries. Preserve original IDs (D1, R1, etc.) from ledger. If a section is missing from the ledger file, skip it silently --- do not fabricate entries.