verification-first

Installation
SKILL.md

Verification-First Development

The Core Rule

A task is NOT complete until verification passes. "Almost working" = broken.

No self-attestation. No assumed success. Evidence required.


The 5 Rules

Rule 1 — Prove It Works

Every code change MUST be verified before moving on:

  • Run the actual build command
  • Run actual tests (not mocked)
  • Check actual output
  • Confirm expected behaviour
Related skills
Installs
1
GitHub Stars
2
First Seen
Apr 13, 2026