What problem does it solve? MongoDB projects on Prisma v6 have no upgrade path to Prisma 7, which ships no MongoDB connector, leaving teams without clear guidance on whether to migrate to Prisma Next or stay on v6. ## Core Features & Use Cases - Decision Framework: Provides a decision table and blocker checks (transactions usage, MongoDB server version, pre-1.0 tolerance) to choose between migrating to Prisma Next or deliberately staying on v6. - API and Schema Mapping: Maps v6 client calls, raw queries, schema concepts, and composite types to their Prisma Next equivalents, flagging where names map but parity does not. - Verified Cutover Checklist: Supplies a 10-step no-data-moves verification checklist covering index parity, validator impact, transaction inventory, and staged rollback. - Use Case: A team on Prisma 6 with provider = "mongodb" asks about upgrading to Prisma 7; the Skill explains v7 is impossible, checks the codebase for $transaction usage, and walks them through a staged Prisma Next migration. ## Quick Start Ask the assistant to evaluate whether your Prisma v6 MongoDB project should migrate to Prisma Next and to check the codebase for migration blockers.