agentic-sdd-verification-reviewlisted
Install: claude install-skill nawodyaishan/universal-mcp-sync
# Agentic SDD Verification Review
Use this skill after implementation and before merge or release.
## Goal
Prove the implementation matches the approved artifacts and is safe to review or merge.
## Required Reading
- `.specify/memory/constitution.md`
- `specs/<feature>/spec.md`
- `specs/<feature>/plan.md`
- `specs/<feature>/tasks.md`
- `specs/<feature>/test-plan.md`, if present
- `specs/<feature>/contracts/`, if present
- relevant ADRs
- git diff or changed files
## Verification Commands
Run applicable checks when available:
- format
- lint
- typecheck
- unit tests
- integration tests
- build
- security scan
- dependency review
- secret scan
- e2e or browser checks for UI work
Do not claim success for checks that were not run.
## Review Checklist
Assess:
- implementation matches spec and acceptance criteria
- implementation matches approved plan and tasks
- no unrelated behavior changed
- no forbidden files changed
- tests cover core behavior and regression risk
- external inputs are validated
- error states are represented clearly
- auth and authorization remain correct
- no secrets are committed
- dependencies are approved
- logging is useful and not noisy
- docs, contracts, ADRs, and release notes are updated where relevant
- no spec drift exists
## Review Output
Use this structure:
```text
Status: Approved | Needs changes | Blocked
Blocking findings:
- file:line - issue
Non-blocking suggestions:
- file:line - suggestion
Verification:
- command - passed/f