What problem does it solve? Working with the Prisma Platform requires understanding its resource model of workspaces, projects, branches, services, databases, and buckets, and outdated knowledge about Prisma hosting leads to deployment errors and misconfigured environments. ## Core Features & Use Cases - Deployment Workflows: Deploy via the GitHub integration or the prisma deploy CLI command, with automatic preview environments created per git branch. - Resource Model Guidance: Understand workspaces, projects, branches as isolated environments, services with immutable versions, Prisma Postgres databases, and S3-compatible buckets. - Operations Reference: Handle promotions, rollbacks, custom domains, environment variables, secrets rotation, and common failure modes like sleeping services and missing Temporal support. - Use Case: You push a feature branch and need a preview environment with its own database. This Skill explains that the platform creates the branch environment automatically on push, provisions a fresh database, and tears everything down when the git branch is deleted. ## Quick Start Ask the AI to explain how to deploy your Composer app to a preview environment using the Prisma Platform and what happens to its database when the branch is deleted.