What problem does it solve?
It ensures Azure application projects are prepared with a complete, validated deployment plan before any code or infrastructure is generated, preventing missing artifacts and failed downstream validation or deployment steps.
Core Features & Use Cases
- Mandatory plan creation: Generates a
.azure/deployment-plan.md skeleton and enforces its completion before proceeding.
- Specialized technology routing: Detects prompts and codebases for Azure Functions, Copilot SDK, or migration scenarios and delegates to appropriate skills.
- Compliance and security rules: Embeds global rules such as requiring user confirmation for destructive actions and enforcing Entra‑only authentication for SQL.
- Typical use: When a user wants to create, modernize, or deploy an Azure app, this skill guides them through planning, research, and artifact generation, then hands off to
azure-validate and azure-deploy.
Quick Start
Ask the skill to prepare an Azure app for deployment based on your project description and desired architecture.