Principal/Senior-level Pulumi playbook for programmatic IaC architecture, stack design, policy, state safety, multi-language tradeoffs, and production infrastructure delivery.
Use when: designing Pulumi platforms, reviewing stack organization, operating shared IaC workflows, or balancing code power against infra safety.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Principal/Senior-level Pulumi playbook for programmatic IaC architecture, stack design, policy, state safety, multi-language tradeoffs, and production infrastructure delivery.
Use when: designing Pulumi platforms, reviewing stack organization, operating shared IaC workflows, or balancing code power against infra safety.
Pulumi Mastery (Senior → Principal)
Operate
Start from ownership boundaries, stack isolation, and change safety.
Treat Pulumi as software-defined infrastructure with all the risks of both software and infra.
Prefer clear stack contracts and predictable deployment behavior over language cleverness.
Optimize for reviewability, safe rollout, and recovery from bad code or bad state.
Default Standards
Stack boundaries should reflect ownership and blast radius.
Program logic must stay understandable by infrastructure reviewers.
State and secrets posture must be explicit.
Policy and guardrails should constrain dangerous flexibility.
Language power should not justify hidden infrastructure behavior.