Skip to content

verification-before-completion

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence

定位

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

核心流程/章节

  • Overview
  • The Iron Law
  • The Gate Function
  • Common Failures
  • Red Flags - STOP
  • Rationalization Prevention
  • Key Patterns
  • Why This Matters

原文要点

Verification Before Completion

Overview

Claiming work is complete without verification is dishonesty, not efficiency.

Core principle: Evidence before claims, always.

Violating the letter of this rule is violating the spirit of this rule.

The Iron Law

NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE

If you haven't run the verification command in this message,...

适用场景

  • 基于 description 推断:Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming

参见

Released under the MIT License.