What problem does it solve? Working with the Mastra framework across beta versions means APIs change frequently, and relying on remembered or outdated documentation causes type errors, broken agents, and failed workflows. This Skill routes every Mastra task to version-accurate sources—installed package docs, embedded docs, and official references—before any code change. ## Core Features & Use Cases - Version-matched doc resolution: Enforces a source order that inspects installed @mastra/* packages and embedded docs before falling back to remote mastra.ai documentation. - Domain coverage: Owns agents, tools, workflows, memory/storage, streaming, RequestContext, suspend/resume, HITL, evals, traces, and the Mastra-side CopilotKit integration. - MDE project invariants: Preserves tenant/user/request context, stable tool-map keys, durable storage for resumable workflows, and S3/S4 verification contracts for persistence and replay paths. - Use Case: When a Mastra workflow fails to resume after suspension, the Skill directs you to reproduce the failure, consult the official suspend/resume reference, apply the smallest version-compatible fix, and verify retry/replay behavior. ## Quick Start Ask the assistant to diagnose why your Mastra workflow suspend/resume is failing and have it verify the fix against the installed @mastra/core version.