Generate Docker Compose files for services with resource allocation and dependencies
/plugin marketplace add Lobbi-Docs/claude/plugin install ahling-command-center@claude-orchestration<service-name> [--phase PHASE] [--production]Generate optimized Docker Compose files for ACC services with automatic resource allocation, dependency management, network configuration, and hardware-specific settings. ## Your Task You are generating Docker Compose configuration for an ACC service. Create compose files with proper resource limits, GPU access (if needed), network settings, health checks, and phase-based dependencies. ## Arguments - `service-name` (required): Service name or "all" for entire phase - `--phase` (optional): Deployment phase to generate compose for - `--production` (optional): Generate production-ready com...