What problem does it solve? Monorepo builds become slow and wasteful when every task re-runs on every change, and teams struggle to configure Turborepo pipelines, caching, and CI integration correctly. ## Core Features & Use Cases - Pipeline Configuration: Ready-to-use turbo.json templates covering build, test, lint, typecheck, dev, and deploy tasks with proper dependsOn, inputs, outputs, and env declarations. - Remote Caching: Setup instructions for Vercel remote caching plus a self-hosted Express cache server implementation for teams that cannot use hosted services. - Filtering and CI Integration: Commands for building only affected packages with --filter, plus a GitHub Actions workflow wired with TURBO_TOKEN and TURBO_TEAM. - Use Case: A team migrating to a monorepo uses the templates to define task pipelines, enable remote caching in CI, and cut build times by only rebuilding packages changed since origin/main. ## Quick Start Ask the AI to generate a turbo.json pipeline configuration with build, test, and lint tasks plus remote caching for your monorepo.