Infrastructure Devops

Design and maintain deployment, runtime, CI/CD, containers, workers, scheduling, and operational infrastructure using platform-agnostic principles.

soden46 cab93c0 1.3 KB Updated

File contents

infrastructure-devops

Use this skill for deployment, CI/CD, containers, scheduling, workers, runtime configuration, health checks, and operational automation.

Principles

Prefer reproducible and observable deployment processes.

Separate configuration from application source where appropriate.

Automated workflows should fail clearly and avoid silently publishing broken artifacts.

Consider:

  • build reproducibility
  • health checks
  • restart behavior
  • rollout strategy
  • rollback strategy
  • resource limits
  • secret handling
  • logs
  • monitoring

Background and scheduled workloads should define:

  • ownership
  • retries
  • duplicate execution behavior
  • concurrency
  • failure handling

Do not assume local development behavior represents production behavior.

Adaptation

Use project evidence to determine the actual language, framework, runtime, and existing conventions.

When stack-specific implementation guidance is needed, prefer project evidence, native framework or language mechanisms, and relevant user-installed specialist skills. Technology-specific guidance must not redefine or weaken the core engineering requirement.

soden46/engineer-flow/tree/main/skills/engineer-flow/core/infrastructure-devops commit cab93c0a28

Frequently asked questions

npx skillmds@latest add soden46/infrastructure-devops