What problem does it solve? Developers hosting apps on the Prisma Platform often rely on outdated training data about its resource model, deployment workflows, and CLI behavior. This Skill provides version-accurate guidance on projects, branches, preview environments, services, Prisma Postgres, object storage, and environment variables so deployments and operations follow the actual platform semantics. ## Core Features & Use Cases - Resource Model Guidance: Explains the workspace-project-branch hierarchy, where each branch is an isolated environment with its own services, databases, and buckets. - Deployment Workflows: Covers GitHub-integration deploys and CLI deploys with prisma deploy, including stage-based preview environments, promotion, and zero-downtime rollback. - Operational Troubleshooting: Documents ten common failure modes such as one-time secrets, reclaimed previews, sleeping services, and missing Temporal support in the Compute runtime. - Use Case: You push a feature branch and need a preview environment with its own database. The Skill explains that pushing the branch automatically creates the environment with a fresh Prisma Postgres database wired as a branch-scoped DATABASE_URL. ## Quick Start Ask the assistant to explain how to deploy a preview environment for a pull request using the Prisma Platform CLI.