What problem does it solve? Closing out a project phase requires verifying that every feature matches its specification, that backend and frontend contracts align, and that tests actually pass. This Skill provides a structured workflow to execute and verify Phase 1 MVP closure in the Viru Air repository, covering auth, quick search, watchlist, price history, alerts, and preferences with documented QA evidence. ## Core Features & Use Cases - Contract Alignment Validation: Cross-checks the quick-search contract between backend endpoints, frontend request builders, and canonical reference docs. - Operational Core Verification: Validates auth, watchlist, prices, alerts, and preferences API modules against the Phase 1 specification. - Targeted QA Evidence: Runs the target tests defined in the Phase 1 spec and reports exact command outputs with unresolved gaps. - Use Case: A developer needs to close Phase 1 of Viru Air before release. The Skill reads the canonical docs, validates each module against the spec, runs the defined test suite, and produces an evidence report with any contract mismatches and blockers. ## Quick Start Ask the assistant to execute and verify Phase 1 MVP closure for Viru Air using the canonical docs and report test evidence with any contract mismatches.