What problem does it solve? After running a LiveSpec slash command, there is no built-in way to confirm the run actually behaved as specified. This Skill checks a command's recorded run artifact against its expectations contract and reports success, drift, blocked, or error outcomes. ## Core Features & Use Cases - Artifact Verification: Compares the latest .specs/.runs/<command>-*.json artifact against the command's expectations.md contract using must, may, and must_not rules. - Outcome Reporting: Surfaces success, drift, error, or blocked outcomes exactly as reported by the livespec verify-output CLI, with optional JSON envelope output. - Preview Mode: Renders a Markdown verification report without a run artifact, optionally saving it to .specs/.previews/. - Use Case: After running /spec-specify in CI, invoke /spec-verify-output specify to confirm the run passed all contract rules and exit with code 0 before merging. ## Quick Start Ask the assistant to run /spec-verify-output for the specify command to check its latest run artifact against its expectations contract.