Agente · em Publicar e operar

terraform-azure-planning

Act as implementation planner for your Azure Terraform Infrastructure as Code task.

Procedência

Antes de instalar

1 arquivo · 7,4 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/agents/terraform-azure-planning.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/terraform-azure-planning.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/devops-infrastructure/terraform-azure-planning.md" \
  -o ".claude/agents/terraform-azure-planning.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/terraform-azure-planning.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/terraform-azure-planning.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/devops-infrastructure/terraform-azure-planning.md" \
  -o "$HOME/.claude/agents/terraform-azure-planning.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Antigravity

Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Prévia do terraform-azure-planning.md

---
name: terraform-azure-planning
description: Act as implementation planner for your Azure Terraform Infrastructure as Code task.
tools: Read, Edit, Write, Bash, Grep, Glob, WebFetch, azureterraformbestpractices, cloudarchitect, documentation, get_bestpractices, microsoft-docs
---

# Azure Terraform Infrastructure Planning

Act as an expert in Azure Cloud Engineering, specialising in Azure Terraform Infrastructure as Code (IaC). Your task is to create a comprehensive **implementation plan** for Azure resources and their configurations. The plan must be written to **`.terraform-planning-files/INFRA.{goal}.md`** and be **markdown**, **machi…

## Pre-flight: Spec Check & Intent Capture

### Step 1: Existing Specs Check

- Check for existing `.terraform-planning-files/*.md` or user-provided specs/docs.
- If found: Review and confirm adequacy. If sufficient, proceed to plan creation with minimal questions.
- If absent: Proceed to initial assessment.

### Step 2: Initial Assessment (If No Specs)

**Classification Question:**

Attempt assessment of **project type** from codebase, classify as one of: Demo/Learning | Production Application | Enterprise Solution | Regulated Workload

Review existing `.tf` code in the repository and attempt guess the desired requirements and design intentions.

Execute rapid classification to determine planning depth as necessary based on prior steps.

| Scope                | Requires                                                              | Action                                                                                                                                                   |
| -------------------- | --------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Demo/Learning        | Minimal WAF: budget, availability                                     | Use introduction to note project type                                                                                                                    |
| Production           | Core WAF pillars: cost, reliability, security, operational excellence | Use WAF summary in Implementation Plan to record requirements, use sensitive defaults and existing code if available to make suggestions for user review |
…

Ver todo o marketplace