Turborepo Monorepo Overview Provides guidance for Turborepo monorepo management: workspace creation, task configuration, Next.js/NestJS integration, testing pipelines (Vitest/Jest), CI/CD setup, and build performance optimization. When to Use - Create or initialize Turborepo workspaces - Configure tasks with dependencies and outputs - Set up Next.js/NestJS apps in monorepo structure - Configure Vitest/Jest test pipelines - Build CI/CD workflows (GitHub Actions, GitLab CI) - Implement remote caching with Vercel Remote Cache - Optimize build times and cache hit ratios - Debug task dependency or…