infra-deployment-design

Installation
SKILL.md

Infra Deployment Design

Design the deployment path from edge to app to data stores before writing runtime configuration.

Process

  1. Map the request path or operational path end to end.
  2. Check rollout, rollback, observability, security, secrets, resource limits, and failure behavior.
  3. For review, report concrete production risks first, then maintainability issues.
  4. For debugging, collect evidence from config, allocation/container state, logs, metrics, and recent changes before proposing fixes.

Evidence

Prefer job specs, Dockerfiles, proxy config, deployment manifests, logs, metrics, health checks, and runbook steps over assumptions.

Focused References

Installs
2
GitHub Stars
3
First Seen
Sep 4, 2026
infra-deployment-design — itsoltech/agents