← ClaudeAtlas

auditing-completion-claimslisted

当任何一方声称"完成了/做好了/通过了/环境好了/已发布/已经改了"时使用——AI 或工具的汇报、你转述别人的结论、或会话自己即将宣布完成。按层级和证据等级审计:能查机器事实的先查(坐标+新鲜度),查不到的追问四件事(完成了什么/怎么证明/还缺什么/谁接下一步),把假完成拦在验收前。/ Use whenever a completion claim must be accepted or issued — an agent, tool, or teammate reports done/passed/ready, the user relays such a claim, or the session itself is about to report completion. Audits by layer, evidence grade, and residual gaps so "it says done" never silently becomes "it is done."
zhaiby-web/ai-coworker-skills · ★ 0 · AI & Automation · score 76
Install: claude install-skill zhaiby-web/ai-coworker-skills
# Auditing Completion Claims ## Core Rule A completion report is a claim, not a conclusion. Every claim proves something at exactly one layer and proves nothing above that layer. Before accepting or issuing one, answer four questions: 1. **What exactly was completed?** (scope, not vibes) 2. **What evidence proves it?** (artifact, command output, trace — not narrative) 3. **What remains unproven or undone?** (the claim's ceiling) 4. **Who owns the next step?** (a named role, not "later") A claim that cannot answer all four is not accepted and not issued; it is returned for evidence. ## Non-Equivalence Table These pairs are never treated as equal. When the left side is reported, the right side stays an open question: | Reported | Still unproven | |---|---| | Port is open / process is running | The correct program, version, and config are running | | File was changed | Running behavior changed (the process may hold old code) | | Command exited 0 / HTTP `200` | The payload is correct and sufficient | | Tests pass / lint passes | The business behavior is correct | | Works locally | Works in shared/staging/production environments | | Smoke test passed | Full acceptance passed | | QA passed with conditions | Acceptance is complete | | Rule/spec is written | Code implements it | | Recorded as TODO | The stakeholder has seen and confirmed it | | Branch name is correct | The branch was cut from the correct baseline | | Checked in the local clone | The remote actually has it / la