# Verification Plan

> Verification Plan

- Skill: `onfire7777/verification-plan` (Agent Skill)
- Install (CLI): `npx skillmds@latest add onfire7777/verification-plan`
- Raw SKILL.md: https://api.skillmd.com/api/skills/onfire7777/verification-plan/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: onfire7777 (https://skillmd.com/u/onfire7777)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/onfire7777/verification-plan

---


# Verification Plan

Purpose: Prove acceptance criteria and release gates before approval.

1. Map each criterion to a command or browser check.
2. Run configured install, lint, typecheck, test, build, and security commands.
3. Record exact passing or failing evidence.
4. Block if any required proof is missing.

Checklist:

- Every criterion has evidence.
- Local checks are fresh.
- Security scan result is recorded.
- Missing evidence becomes a blocker.

Positive example: `npm run check` and browser smoke both pass.
Negative example: infer success from code review alone.

Failure modes: stale evidence, partial checks, untested acceptance criteria.

