This guide provides ready-to-use prompt examples for every agent and skill in the
APEX project. It is written for end users — those who interact with
the agents through VS Code Copilot Chat to design, build, and deploy Azure
infrastructure.
Prerequisites : Complete the Quickstart first
(Dev Container running, subagent invocation enabled).
Best Practices How to write effective prompts — patterns, anti-patterns, and validation tips. Workflow Prompts Ready-to-use prompts for every workflow step plus standalone agents.
Agent Codename Step Purpose Orchestrator 🧠 Orchestrator All Orchestrates the full multi-step workflow Requirements 📜 Scribe 1 Captures business and technical requirements Architect 🏛️ Oracle 2 WAF assessment, cost estimates, SKU comparisonDesign 🎨 Artisan 3 Architecture diagrams and ADRs (optional step) Governance 🛡️ Warden 3.5 Discovers Azure Policy constraints IaC Planner 📐 Strategist 4 Creates the Bicep or Terraform implementation plan Bicep CodeGen ⚒️ Forge 5b Generates production-ready Bicep templates Terraform CodeGen ⚒️ Forge 5t Generates production-ready Terraform configs Bicep Deploy 🚀 Envoy 6b What-if analysis and Bicep deployment Terraform Deploy 🚀 Envoy 6t Terraform plan preview and apply As-Built 📚 Chronicler 7 Generates post-deployment documentation Diagnose 🔍 Sentinel — Resource health and troubleshooting Challenger ⚔️ Challenger — Reviews plans for gaps and weaknesses
Skill Purpose azure-defaultsRegions, tags, naming, AVM , security, governance azure-artifactsH2 template structures for agent output files python-diagramsWAF/cost/compliance charts (matplotlib) mermaidInline Mermaid diagrams for markdown drawioDraw.io diagrams via simonkurtz-MSFT MCP server (700+ Azure icons, batch creation) azure-adrArchitecture Decision Records azure-bicep-patternsReusable Bicep patterns (hub-spoke, PE, diagnostics) terraform-patternsReusable Terraform patterns (hub-spoke, PE, AVM-TF) azure-diagnosticsKQL templates, health checks, remediation playbooks github-operationsBranch naming, conventional commits, issues, PRs, CLI, Actions, and releases docs-writerDocumentation generation and maintenance senseiIteratively improve skill frontmatter compliance (Ralph loop)
Subagent Called By Purpose bicep-validate-subagentBicep CodeGen Runs lint plus AVM and security review bicep-whatif-subagentBicep Deploy Runs az deployment group what-if preview terraform-validate-subagentTerraform CodeGen Runs terraform fmt, validate, TFLint, and review terraform-plan-subagentTerraform Deploy Runs terraform plan change preview cost-estimate-subagentArchitect Queries Azure Pricing MCP for real-time pricing
Reusable .prompt.md files in tools/apex-prompts/ provide one-click access
to pre-configured agent workflows. Open a prompt file and use Attach (the
paper-clip icon) in Copilot Chat to load it — these files live outside
.github/prompts/ and are not discoverable via the / slash menu.
Repository-scoped prompts in .github/prompts/ are available from the Copilot
Chat slash menu. See Repository Slash Prompts for the
resume, commit, and debug-log export workflows.
Prompt File Agent Step Purpose 01-orchestratorOrchestrator All End-to-end multi-step orchestration 02-requirementsRequirements 1 Business-first requirements discovery 03-architectArchitect 2 WAF assessment with cost estimates 04-designDesign 3 Python architecture diagrams and ADRs 04g-governanceGovernance 3.5 Azure Policy governance discovery 05-iac-plannerIaC Planner 4 Governance discovery and IaC planning 06b-bicep-codegenBicep CodeGen 5b AVM-first Bicep template generation 06t-terraform-codegenTerraform CodeGen 5t AVM-TF Terraform config generation 07b-bicep-deployBicep Deploy 6b What-if analysis and Bicep deployment 07t-terraform-deployTerraform Deploy 6t Terraform plan preview and apply 08-as-builtAs-Built 7 As-built documentation suite diagnose-resourceDiagnose — Resource health diagnostics
Prompt File Purpose git-commit-pushDiff-aware conventional commit and push doc-gardeningDocumentation maintenance and freshness plan-docsPeerReviewMulti-pass documentation peer review challenger-reviewStandalone adversarial review of an artifact context-auditAgent context window utilization audit resume-workflowResume an interrupted workflow session merge-sensei-free-prOpen a sensei-free PR from a sensei-bearing branch into main (details )