What problem does it solve? Frontend features that cross backend API boundaries often drift out of sync with their contracts, causing mismatched routes, untyped clients, and unverified behavior. This Skill reconciles frontend behavior against canonical API contracts and produces evidence-backed, end-to-end verified vertical slices. ## Core Features & Use Cases - Contract Reconciliation: Aligns frontend queries and mutations with the canonical contract owner (e.g., openapi.yaml) and reports exact mismatches before implementation. - Typed Client Wiring: Reuses existing client generation commands to keep frontend data access typed and consistent with backend routes. - End-to-End Verification: Runs direct backend boundary, failure, state, and authorization checks plus focused frontend and browser-interaction evidence before acceptance. - Use Case: When adding a user profile card that calls getUserProfile, use this Skill to map loading, 403, and 404 states to the OpenAPI operation, implement the smallest backend route change, and verify the full flow against the contract. ## Quick Start Use the full-stack integration skill to wire the UserProfileCard component to the getUserProfile API and verify the complete flow against the OpenAPI contract.