Post-implementation fidelity check. Compare code against its governing DES/ADR specification. Verify all requirements are satisfied, tests cover the spec, and recommend document status updates. Closes the implement→verify loop.
Read the governing specification and examine the implementation code.
Target: $ARGUMENTS
For each requirement in the specification:
Requirement tracing — Does the code implement this requirement? Map each spec statement to a code location. Flag:
Principle compliance — Check against the governing principles:
/lib/config.ts, not inline?/lib/services/ has zero framework imports?language columns, language parameters?Data model compliance — If the spec includes SQL:
implemented?## Verification: [target]
### Compliance Summary
| Requirement | Status | Code Location | Notes |
|-------------|--------|---------------|-------|
### Principle Compliance
[Pass/fail per applicable principle]
### Test Coverage
| Requirement | Test Exists? | Test Location | Gap? |
|-------------|-------------|---------------|------|
### Recommended Document Updates
[Specific edits to FTR state fields, spec corrections, new open questions]
### Issues Found
[Prioritized list of discrepancies]
Order: Compliance Summary first, then Principle Compliance, then Test Coverage, then Recommendations.
What questions would I benefit from asking?
What am I not asking?
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer