git:20260325.a6b3a88 to git:20260507.56f011d

41 added, 38 removed. Audit A to A.

- ---
- name: verification-before-completion
- description: Use when about to claim work is complete, fixed, or passing, before committing or creating PRs. Evidence before assertions.
- ---
-
- # Verification Before Completion
-
- ## Overview
-
- Claiming work is complete without verification is dishonesty, not efficiency.
-
- **Core principle:** Evidence before claims, always.
-
- ## The Iron Law
-
- NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE
-
- ## Gate Function
-
- 1. IDENTIFY - What command proves this claim?
- 2. RUN - Execute the FULL command (fresh, complete)
- 3. READ - Full output, check exit code
- 4. VERIFY - Does output confirm the claim?
- 5. ONLY THEN - Make the claim
-
- ## Red Flags
-
- - Using "should", "probably", "seems to"
- - Expressing satisfaction before verification
- - Trusting agent success reports without independent verification
-
- ## Agents Used
-
- - Process agents defined in `verification-before-completion.js`
-
- ## Tool Use
-
- Invoke via babysitter process: `methodologies/superpowers/verification-before-completion`
+ ---
+ name: verification-before-completion
+ description: Use when about to claim work is complete, fixed, or passing, before committing or creating PRs. Evidence before assertions.
+ graph:
+ domains: [domain:software-engineering]
+
+ ---
+
+ # Verification Before Completion
+
+ ## Overview
+
+ Claiming work is complete without verification is dishonesty, not efficiency.
+
+ **Core principle:** Evidence before claims, always.
+
+ ## The Iron Law
+
+ NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE
+
+ ## Gate Function
+
+ 1. IDENTIFY - What command proves this claim?
+ 2. RUN - Execute the FULL command (fresh, complete)
+ 3. READ - Full output, check exit code
+ 4. VERIFY - Does output confirm the claim?
+ 5. ONLY THEN - Make the claim
+
+ ## Red Flags
+
+ - Using "should", "probably", "seems to"
+ - Expressing satisfaction before verification
+ - Trusting agent success reports without independent verification
+
+ ## Agents Used
+
+ - Process agents defined in `verification-before-completion.js`
+
+ ## Tool Use
+
+ Invoke via babysitter process: `methodologies/superpowers/verification-before-completion`