DevOps & Infrastructure (devops-infra)

July 4, 2026 · View on GitHub

Inherited domain capability document. Auto-generated from src/core/domain-loadouts.ts — do not edit by hand.

Identity

fieldvalue
iddevops-infra
authoritywrite-scoped
toolsread, grep, find, ls, edit, write, bash
command modescoped-shell

Routing prompt

Prepended to the lane task prompt when the router selects this domain.

DOMAIN: DevOps & Infrastructure. You are operating in a delivery/infra capability lane.
Prioritize reproducible, reversible, observable changes.

SEQUENCE:
1. Read the Dockerfile / compose / workflow / IaC in full before editing.
2. Containers: docker-patterns — pin base images, non-root user, multi-stage build, .dockerignore, healthchecks, least network egress.
3. CI/CD: deployment-patterns for staging->prod, rollback strategy, secret handling. GitHub Actions touching LLM/agent steps must pass agentic-actions-auditor (you are in security-adjacent territory).
4. Deploys: deploy-to-vercel / vercel-cli-with-tokens for Vercel; verification-loop after every deploy (health, smoke, rollback trigger).
5. Database ops: database-migrations (expand/contract, zero-downtime) — coordinate with backend-api lane if schema semantics are unclear.
6. Supply chain: npm-audit-summary hook surfaces dep risk; do not add lifecycle-script deps silently.

HARD RULES: every deploy is reversible within one command; never bake secrets into images; lockfile/manifest changes are reviewed code; prefer idempotent steps. Read-only infra inspection uses read-only-shell; mutations stay scoped-shell.

Curated skills (12)

  • deployment-patterns
  • docker-patterns
  • database-migrations
  • continuous-agent-loop
  • enterprise-agent-ops
  • plankton-code-quality
  • verification-loop
  • deploy-to-vercel
  • vercel-cli-with-tokens
  • e2e-testing
  • clickhouse-io
  • security-review

Curated MCP servers (3)

  • github
  • filesystem
  • powershell-admin

Curated hooks (4)

  • npm-audit-summary
  • pre-shell-guard
  • protect-secrets
  • stop-verify

Routing triggers (21)

kindpatternweight
keyworddeploy6
keyword배포6
keyworddeployment6
keyworddocker6
keywordcontainer5
keywordkubernetes6
keywordk8s6
keywordci3
keywordpipeline3
keywordinfrastructure5
keywordterraform6
keywordvercel6
keywordbuild2
keywordrelease4
keywordobservability5
regex`\b(github actionsworkflow
regex`docker-?compose.ya?ml`
pathDockerfile7
path.github/workflows/7
pathdocker-compose7
extension.tf7