What problem does it solve? Managing multi-service Docker environments across development, test, and production involves repetitive commands, port conflicts, connection failures, and manual database operations that slow down daily work. ## Core Features & Use Cases - Environment Management: Start, stop, and monitor development, isolated test, and production stacks with PostgreSQL, Redis, Nginx, and a Prometheus/Grafana monitoring layer. - Database & Cache Operations: Run Prisma migrations, create and restore PostgreSQL backups, and manage Redis persistence and monitoring. - Troubleshooting Playbooks: Diagnose and fix port conflicts, database connection failures, image caching issues, disk space exhaustion, and slow container performance. - Use Case: When your PostgreSQL container refuses connections, follow the built-in diagnostic flow to check health status, verify DATABASE_URL, and recreate the container if needed. ## Quick Start Ask the agent to set up the Docker development environment and verify all services are healthy.