基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill pass-with-followup-governance-craft命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
| name | pass-with-followup-governance-craft |
| description | >- Use when this capability is needed. |
The cursor rule akos-pwf-governance.mdc and the canonical
PASS_WITH_FOLLOWUP_GOVERNANCE_DISCIPLINE.md tell you when the
PWF rationale block is required and what the 5 followup classes
are. This skill tells you how to author the block well, how to
pick the right class without forcing a square peg into a round hole,
how to disposition validator findings without creating governance
debt, and how to recognise the most common authoring anti-patterns.
Read this skill before writing the first verdict_followup_rationale
block in a session, OR before dispositioning any PWF-FM-* finding
the validator surfaces.
The most common authoring failure is treating PWF as "PASS that we felt slightly uneasy about". It is not. It is a load-bearing verdict that says: this closure crosses the line, AND we owe ourselves named, dated followup work that we are tracking.
Before writing PWF, ask:
PWF is the residue when (a) the closure substantively cleared and (b) followup is real but not blocking. Use it sparingly and honestly.
Each class encodes a different operational expectation. Mis-classifying trains future readers (and validators) to ignore the rationale field.
| Class | When to use | Worked example |
|---|---|---|
monitoring-obligation | The work IS done; you owe yourself observation cadence to confirm it stays done. | "FX cache cron registered; followup = monitor 3 consecutive runs for staleness." |
deferred-work-with-tracker | Concrete work was scoped-out of this closure with a successor target. Tracker file MANDATORY. | "B-2c shipped pipeline; per-product cost-allocation rules deferred to OPS-81-23 tracker." |
convention-class-followup | Refinement to doctrine / conventions surfaced during the closure; non-blocking; informs future versions. | "UAT bar landed; observed Wave R amendment surfaces FTW-01 → next-cycle convention refinement." |
mechanical-recovery-with-eta | A known reversible regression is in flight with a fix coming inside a bounded window. | "Vercel deploy recovered at hotfix sha 7a3b9c; followup = monitor 24h then mark cleared." |
escalation-to-blocker-tracker | Closure clearance is real but downstream work hinges on operator judgement or external dep. Blocker tracker MANDATORY. | "Bundle B-2 shipped; advisory R7 pending operator novel framing → tracker _blockers/r7-advisory-tracker.md." |
If you cannot fit your followup into one of these, the verdict is probably wrong. Re-read Principle 1.
closure_target is the load-bearing field. A vague closure target
trains future agents to ignore the rationale.
Bad:
closure_target: when we have time
closure_target: next quarter
closure_target: TBD
Good:
closure_target: Wave T close
closure_target: 2026-06-30
closure_target: OPS-86-23 closed
closure_target: D-IH-86-CY ratified
closure_target: FTW-PWF-01 closes (3 wave-close observations)
Date-shaped, OPS-shaped, Decision-shaped, Wave-shaped, FTW-shaped — any of these are falsifiable. "When we have time" is not.
For deferred-work-with-tracker + escalation-to-blocker-tracker,
the tracker_path field is REQUIRED. The validator's
PWF-FM-04-TRACKER-PATH-INVALID finding catches dangling pointers
(paths that don't exist + paths that don't follow the
_trackers/ or _blockers/ convention).
Two patterns work:
NEVER cite a tracker path you intend to author "later" — that is PWF-FM-04 by construction, and the validator catches it.
The owner field carries an FK-style obligation: the value should
resolve to a role_owner in baseline_organisation.csv, OR be an
AIC-prefixed role (AIC:PMO, AIC:SystemOwner) per the People DoD
discipline (akos-people-discipline-of-disciplines.mdc).
owner: agent is always wrong — agents do not own followups; they
execute under role-class supervision per D-IH-72-S. Use
AIC:<role> instead.
When validate_pwf_governance.py --report <path> emits findings the
agent cannot deterministically fix in the same session (e.g., a
malformed tracker_path where the operator must choose between minting
the tracker or downgrading to convention-class), surface as an
AskQuestion per akos-inline-ratification.mdc using the 5-option
enum from the canonical §6:
AskQuestion: PWF-FM-04-TRACKER-PATH-INVALID on Wave R UAT —
recommended deterministic-fix-now (mint
docs/wip/planning/_trackers/wave-r-followup-tracker.md +
update tracker_path). Alternatives:
- manual-fix-now (operator names different tracker path)
- defer-OPS (pre-watershed; INFO-only)
- accept-as-canon (operator ratifies tracker-less variant + appends
contra-precedent decision)
- escalate-to-blocker-tracker (rationale gap blocked on operator
novel framing)
NEVER silently fill the field with a plausible-looking path the operator never ratified.
PWF governance is the content axis; UAT_DISCIPLINE is the classification axis. A closure UAT clears governance only when both validators pass. Run both at authoring time:
py scripts/validate_uat_report.py --report <path> --strict --strict-freshness
py scripts/validate_pwf_governance.py --report <path> --strict
If only one passes, the closure is not governance-ready. Do not ship the commit until both clear.
verdict: PASS-WITH-FOLLOWUP
verdict_followup_rationale:
followup_class: deferred-work-with-tracker
closure_target: OPS-86-23 closed
owner: AIC:PMO
tracker_path: docs/wip/planning/_trackers/dim-10-deploy-state-backfill-tracker.md
closure_decision_id_target: D-IH-86-CY
notes: >-
OPS-86-23 (DIM-10 deploy state backfill) is in flight; this Wave R
closure does NOT block on its completion. Tracker carries per-row
backfill state for I68/I71/I72/I73 sibling-repo deploy_id +
deploy_state tokens; resolves Wave T at the earliest.
This block satisfies every PWF-FM-* check + reads cleanly to a future J-OP / J-AIC auditor at 0 cost of context.
verdict: PASS-WITH-FOLLOWUP
verdict_followup_rationale:
followup_class: monitoring-obligation
closure_target: FTW-PWF-01 closes (3 wave-close observations)
owner: AIC:SystemOwner
notes: >-
FX rate cache cron registered + first run succeeded. Followup is
pure observation — monitor 3 consecutive daily 15:30 UTC runs for
staleness; if all clean, FTW closes and verdict promotes to PASS
on the next regression sweep.
Note: tracker_path omitted (not required for monitoring-obligation).
closure_decision_id_target omitted (no decision will close the FTW;
the FTW closing IS the closure signal).
convention-class-followup for what is
actually deferred-work-with-tracker (the latter REQUIRES a tracker;
using the former dodges the obligation).owner: agent — see Principle 5.closure_target falsifiable? (Principle 3)owner resolve to a real role? (Principle 5)validate_pwf_governance.py --report <path> --strict exit 0?validate_uat_report.py --report <path> --strict --strict-freshness exit 0?All 7 = green → safe to commit. Any red → stop and disposition.
PASS_WITH_FOLLOWUP_GOVERNANCE_DISCIPLINE.md.akos-pwf-governance.mdc — the WHEN.SOP-PEOPLE_PWF_GOVERNANCE_001.md.uat-discipline-craft — classification axis.inline-ratify-craft.scripts/validate_pwf_governance.py.akos/hlk_pwf_governance.py.Source: FraysaXII/openclaw-akos — distributed by TomeVault.