verify
Installation
SKILL.md
Verify
Multi-stage quality gate. Run after finishing implementation, before superpowers:finishing-a-development-branch.
Fail-fast: Stop at the first failing stage. Do not continue.
Stage 1 — Get Changed Files
git diff HEAD --name-only
Store this list. Every conditional stage below checks against it.