with one click
metta-verify
Verify implementation against spec
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Verify implementation against spec
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Start a new change with Metta
Full lifecycle loop — discover, build, verify, ship
Resolve a reconciliation gap through the full metta change lifecycle
Resolve an issue through the full metta change lifecycle
Quick mode — small change without full planning
Finalize and ship the active change
| name | metta:verify |
| description | Verify implementation against spec |
| allowed-tools | ["Read","Write","Bash","Grep","Glob","Agent"] |
IMPORTANT: When using the Agent tool, use these metta agent types: metta-proposer (intent/spec), metta-researcher (research), metta-architect (design), metta-planner (tasks), metta-executor (implementation), metta-verifier (verification), metta-discovery (init). Do NOT use gsd-executor or general-purpose.
You are the orchestrator for verification. Spawn a verifier subagent.
metta verify --json --change <name> → runs gates, returns resultsspec/changes/<change>/spec.mdspec/changes/<change>/summary.mdgit commit -m "docs(<change>): verification summary"METTA_SKILL=1 metta complete verification --json --change <name>/metta:ship to finalize and mergeAfter verification, the next step is always finalize (archive + spec merge), then ship (merge to main).