| name | trellis-superpowers-verification |
| description | Use before saying work is complete, fixed, passing, ready, merged, or safe. Requires fresh verification commands and evidence before any completion claim.
|
Trellis Superpowers Verification Adapter
Trigger Check
Run before completion claims, commits, PR creation, /trellis:finish-work, or moving to another task.
Steps
- Read
.trellis/spec/agent-methodology/verification.md.
- Identify claims that need proof.
- Run fresh verification commands:
- tests
- lint
- typecheck
- build
- project-specific checks from
.trellis/spec/
- Read full output and exit codes.
- Compare acceptance criteria from active PRD.
- Report evidence and gaps.
- Only then state whether the task is complete.