What problem does it solve? Platform teams need a repeatable way to stamp out Azure golden paths that keep application code portable across compute targets and backing stores, without hand-writing infrastructure for every environment. ## Core Features & Use Cases - Golden path stamping: Generates Radius Resource Types, per-environment Bicep Recipes (dev k8s, Azure Container Apps, AKS), APIM route recipes, landing-zone foundation, and Flux GitOps layout from the azure-agentic-idp reference templates. - Interchangeable backends: Keeps one app.bicep portable by routing state through the Dapr state API (Redis, Cosmos DB, PostgreSQL) and compute through recipe outputs, so environment choice decides infrastructure. - Deterministic module resolution: Resolves Azure Verified Modules pins via registry tag queries and enforces recipe output contracts (host/port/baseUrl) as API. - Use Case: An org wants a golden path where the same app definition deploys to k8s in dev and AKS with PostgreSQL in production; use this Skill to stamp the types, recipes, environments, and Flux layout, then verify with iac-guardrail-verifier. ## Quick Start Ask the agent to stamp a Radius golden path for your org from the azure-agentic-idp reference templates with dev and AKS environments.