원클릭으로
windburn-source-truth-review
Review source-truth proposals against evidence and boundary rules. Returns verdict — never approves automatically.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review source-truth proposals against evidence and boundary rules. Returns verdict — never approves automatically.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Perceive before reasoning. Anchor time and retrieve prior episodes before any substantive response. Time receipt + recall as default lookup, not optional luxury.
Classify agent memory into Windburn cognitive-cache objects and route writes safely. Source cache + episodic cache + parking lane.
Wrap remote workhorse runs with prediction → observed-delta → failure-memory packets. Captures the failure cache.
| name | windburn-source-truth-review |
| description | Review source-truth proposals against evidence and boundary rules. Returns verdict — never approves automatically. |
| version | 0.2.0 |
| platforms | ["linux","macos","windows"] |
| metadata | {"tags":["windburn","source-truth","review","human-approval"],"cache_slots":["belief"],"invariant":"never returns \"approved\" — only PASS / FLAG / BLOCK, with human approval still required"} |
Gate skill for the belief cache. A proposal can be promoted to belief candidacy by this skill; it can never be promoted to source-truth by this skill. Final approval is operator-only, always.
Verify that a source-truth proposal is ready to be reviewed by a human, without taking the human's place in the loop.
route: source_proposal on a candidatesource-truth/* file and wants pre-flight evidence auditResearch Vault, repo source-truth docs, or canonical decision logs/Users/<user>/ absolute paths, no provider credentials, no private host/port pairs in the body of the proposal (see the parent repo's public-surface safety rules).requires_human_review: true and must not contain language that pre-empts the operator's decision.PASS Proposal is ready for human approval.
All 5 review gate checks pass.
Operator can read it and decide yes/no.
FLAG Proposal is plausible but missing evidence or boundary clarity.
At least one gate check fails in a recoverable way.
Return to author for evidence supplementation or boundary fix.
BLOCK Proposal weakens source-truth rules, privacy, or verification discipline.
Promoting it would corrupt downstream caches.
Reject and write a parking note for the underlying intent.
accept_as_grounded as the final state. This skill returns review verdicts, not approvals. The state after PASS is "ready for human review", not "approved".source-truth/ or canonical docs. Even with verdict PASS. That's the operator's call.requires_human_review: true on a proposal. Even if the proposal looks bulletproof. The flag is the operator's signal to inspect; this skill cannot strip it.FLAG into PASS to unblock a workflow. That is LGTM by definition. If a workflow is blocked on FLAG, the right move is to fix the proposal, not to revise the verdict.proposal:
target_path: <where the proposal would land if approved>
body: <the proposed source-truth text>
evidence_refs:
- <ref 1>
- <ref 2>
- ...
context: <one-line situation>
origin_agent: <who drafted this>
verdict: PASS | FLAG | BLOCK
candidate_for_source_truth: true | false # true only when verdict == PASS
requires_human_review: true # always true; immutable
evidence_refs:
- <ref echoed>
risks:
- <one-line risk 1>
- <one-line risk 2>
operator_decision_needed: <one-line description of the call the operator must make>
Note: requires_human_review is hardcoded true in the output schema. There is no path through this skill that produces requires_human_review: false.
risks: listing the actual blockers, hoping the operator skims past them. Risks belong in FLAG, not in PASS-with-buried-risks./Users/<user>/ path "isn't really" a privacy issue because the username is public anyway. The rule is BLOCK, not subjective.结论:PASS | FLAG | BLOCK
证据数:N (independent? yes/no)
关键风险:one line
操作员需决定:one line
source_proposal candidates into this skill