Quality Verification

Proves a finished slice actually works before it ships — a fresh, code-cold, maker≠checker Verify pass. Reach for this the moment a slice reaches `verify` — it exercises every signed acceptance.md scenario against the running app, runs the design gate against frontend-design's signed contract (UI only), drives the browser-testing-with-devtools engine, and writes qa.md with an exercised/not-reachable ledger BY ID. REFUSES to run on an unsigned or absent acceptance.md (or, for UI, an unsigned design contract). It NEVER weakens the contract, a RED test, or the regression surface to make a slice go green — that is gate-erosion and it HALTS. If you are tempted to "just check it looks right", trust the maker's own tests, or mark a slice done without grading it cold, use this instead.

celestialdust 07ae166 30.9 KB Updated

File contents

celestialdust/achilles-skills/tree/main/skills/quality-verification commit 07ae1666fc

Frequently asked questions

npx skillmds@latest add celestialdust/quality-verification