What problem does it solve?
Helps teams and engineers plan and implement Docker/containerization work by exploring container strategy, mapping what needs to be containerized, optimizing images, and defining deployment and orchestration paths to reduce runtime friction, image size, and security risk.
Core Features & Use Cases
- Discovery & Strategy: Restate goals, ask clarifying questions, challenge assumptions, and map container scope across the codebase.
- Implementation Planning: Recommend base images, build strategies (single vs multi-stage), image optimization tactics, and runtime configuration including ports, volumes, and secrets handling.
- Risk & Ops Guidance: Identify security hardening, scanning needs, orchestration options (Compose vs Kubernetes), and produce deliverables such as Dockerfiles, Compose files, and deployment specs.
Quick Start
Use the docker skill to explore the project's containerization scope, choose a base image and build strategy, and produce a recommended Dockerfile and deployment approach.