azure-enterprise-infra-planner

Plan and provision enterprise Azure infrastructure with Bicep or Terraform generation.

Updated Jul 20, 2026
One-click install
npx skills add https://github.com/merceralex397-collab/alex-stack --skill azure-enterprise-infra-planner-merceralex397-collab
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: azure-enterprise-infra-planner
Source: https://github.com/merceralex397-collab/alex-stack/tree/main/dev/azure-profile/azure-skills-main/azure-skills-main/.github/plugins/azure-skills/skills/azure-enterprise-infra-planner
Command: npx skills add https://github.com/merceralex397-collab/alex-stack --skill azure-enterprise-infra-planner-merceralex397-collab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Designing enterprise Azure infrastructure requires coordinating networking, identity, security, compliance, and multi-resource topologies while following Well-Architected Framework guidance, which is slow and error-prone when done manually. ## Core Features & Use Cases - Seven-Phase Planning Workflow: Extracts environment insights, researches WAF best practices and resource constraints, generates a structured infrastructure plan JSON, verifies it, and produces IaC. - Bicep and Terraform Generation: Creates modular IaC under an infra/ directory with schema-validated resource definitions, parameter files, and multi-environment support. - Verification and Pairing Checks: Validates naming rules, SKU compatibility, subnet conflicts, storage pairing, and Key Vault/CMK constraints before deployment. - Use Case: A cloud architect describes a hub-spoke network with private endpoints and multi-region disaster recovery; the skill researches WAF guidance, produces an approved plan, generates subscription-scope Bicep, and deploys it after explicit confirmation. ## Quick Start Ask the assistant to plan an Azure landing zone with hub-spoke networking and generate the Bicep templates for it.

Frequently Asked Questions about azure-enterprise-infra-planner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan Azure infrastructure from a workload description?▼

Describe your workload, traffic, data, and security requirements, and the skill runs a seven-phase workflow: insight extraction, WAF research, resource research, plan generation, verification, IaC generation, and deployment. Each phase has gate conditions requiring your approval before proceeding.

Should I use Bicep or Terraform for Azure infrastructure generation?▼

Both are supported and generated from the same approved infrastructure plan. Bicep uses az deployment group or sub create depending on targetScope, while Terraform uses init, plan, and apply with per-environment tfvars files. You choose the flavor explicitly before generation begins.

Does this skill deploy resources without confirmation?▼

No. Deployment is a destructive action gated behind explicit user confirmation after risks are presented. The plan status must be approved, IaC must pass az bicep build or terraform validate, and vague replies like continue or go ahead are not accepted.

What Azure resource types are covered by the planning references?▼

Reference files cover AI and ML, compute PaaS and IaaS, relational and analytics data services, messaging, monitoring, networking, and security resources. Each category documents ARM types, API versions, CAF naming prefixes, and pairing constraints.

Why does IaC generation stop before creating files?▼

Generation halts if the plan status is not approved, since Phase 6 requires meta.status set to approved after explicit user sign-off in Phase 5. It also stops if you do not clearly name Bicep or Terraform as the desired output.