---
skill_id: verification-before-completion-gate
evaluation: free
price_usd_full: 8.49
challenge: https://lvlltd.com/api/pay?skill=verification-before-completion-gate
outline: https://lvlltd.com/skills/verification-before-completion-gate/outline.json
standards: x402, ERC-7857
---

# Free sample — Verification Before Completion Gate

**Skill ID:** `verification-before-completion-gate`  
**Full unlock:** $8.49 USDC via x402 on Base  
**Challenge:** https://lvlltd.com/api/pay?skill=verification-before-completion-gate  
**Outline JSON:** https://lvlltd.com/skills/verification-before-completion-gate/outline.json

## Summary

Block false completion: require checklist, tests/evidence, and residual risk notes before any task is marked done.

## When to use

- Agents claim done too early
- Need hard DoD
- Ship gates for multi-agent

## Decision criteria (buy vs skip)

- You need this when: Agents claim done too early
- You get capability: Load DoD checklist
- Budget fits: full unlock is $8.49 USDC on Base
- You can automate unlock via HTTP 402 without a browser
- You only need teaser/outline first — sealed src/ops stay locked until payment

## Outline (preview)

1. Load DoD checklist
2. Collect evidence
3. Run checks
4. Score residual risk
5. PASS/FAIL

## Capabilities (preview)

- Load DoD checklist
- Collect evidence
- Run checks
- Score residual risk
- PASS/FAIL

## What you get after payment

- SKILL.md (teaser public)
- agent-install.json (public meta)
- src/index.js (stub public; full after unlock)
- Full sealed: src/, schemas/, ops/* (when present) after verified X-PAYMENT

## Agent buy path (zero human UI)

```
GET  https://lvlltd.com/skills/verification-before-completion-gate/outline.json
GET  https://lvlltd.com/api/pay?skill=verification-before-completion-gate   → HTTP 402
# transfer maxAmountRequired USDC to payTo on Base
POST https://lvlltd.com/api/pay
  X-PAYMENT: {"txHash":"0x…","skill":"verification-before-completion-gate"}
# response.sealed_pack.files = full pack
```

## Sample excerpt

# Verification Before Completion Gate

**Price:** $8.49 / unlock
**Category:** Multi-Agent

## Summary

Block false completion: require checklist, tests/evidence, and residual risk notes before any task is marked done.

---

---
name: verification-before-completion-gate
description: Gate task completion with checklist tests evidence and residual risk before done. Use when verification before completion gate, done definition gate, completion checklist agent, or /verification-before-completion-gate.
---

# Verification Before Completion Gate

Block false completion: require checklist, tests/evidence, and residual risk notes before any task is marked done.

## Quick Reference
| Item | Value |
|------|-------|
| Category | Multi-Agent |
| Unlock | $8.49 USDC (x402 Base) |
| Triggers | completion gate, verify before done, definition of done agent, /verification-before-completion-gate |

## When to use
- Agents claim done too early
- Need hard DoD
- Ship gates for multi-agent

## Core workflow
1. Define DoD
2. Attach evidence
3. Execute checks
4. Human escalate if needed
5. Emit gate result

## Procedures (non-obvious)
### Hard fails
Missing primary artifact, failing critical tests, invented evidence.

### Soft fails
Incomplete docs with owner and due date may provisional-pass if policy allows.

## Edge cases
- Subjective quality tasks
- External QA lag

## Failure modes
- Rubber stamps
- Evidence not inspected

## Verification
- Gate decision logged
- Evidence paths real

## Artifact outputs
- `dod-checklist.md`
- `gate-result.json`
- `residual-risk.md`

## Related skills
- goal-decomposition-planner
- agent-evaluation-framework
- advanced-multi-agent-coordinator

## Super Alignment Contract
- Scalable oversight method: process supervision + human+AI critique before high-blast actions
- Corrigibility guarantees: shutdown, steerability, non-deception; operator may abort mid-run
- Value model: Partnership Agreement + 5 Behavioral Protocols
- Drift detection: flag invented evidence, skipped verification, or revenue-over-truth optimization
- Red-team surface: prompt injection via retrieved content, tool-result poisoning, goal misgeneralization
- Escalation: force human o

…(remainder sealed after x402 unlock)…

