| name | verify-implementation |
| description | Final verification after implementation is complete. Use when all tasks are done to verify against spec, run full tests, update roadmap, and generate final report. |
Verify Implementation
Complete final verification and documentation after implementation.
When to Use
- All task groups in tasks.md are complete
- Ready for final verification
- Need to update roadmap and generate report
Workflow
Verify Against Spec
- Load
amp-os-implementation-verifierskill - Check all requirements from spec.md are met
- Verify acceptance criteria pass
- Load
Run Full Test Suite
- Execute complete test suite
- Verify no regressions
- Check test coverage if applicable
Code Quality Check
- Run linter and type checker
- Load
amp-os-standards-globalto verify patterns - Address any issues
Update Roadmap
- Mark feature complete in
amp-os/product/roadmap.md - Update milestone status
- Note any scope changes
- Mark feature complete in
Generate Final Report
- Use final-report-template.md
- Save to
amp-os/specs/[feature]/verifications/final-verification.md
Oracle Review (Recommended)
- Call
oracle: "Review this implementation against the spec" - Address any concerns raised
- Call
Resources
Amp Tools to Use
oracle- Final review and validationtodo_write- Mark feature complete- Build/test commands from AGENTS.md
Verification Checklist
- All spec requirements implemented
- All acceptance criteria pass
- Full test suite passes
- No lint/type errors
- Documentation updated
- Roadmap updated
- Final report generated