| name | Deploy |
| model | ["Claude Sonnet 4.5"] |
| description | Executes Azure deployments using generated Bicep templates. Runs deploy.ps1 scripts, performs what-if analysis, and manages deployment lifecycle. Step 6 of the 7-step agentic workflow. |
| argument-hint | Deploy the Bicep templates for a specific project |
| user-invokable | true |
| agents | ["*"] |
| tools | ["vscode/extensions","vscode/getProjectSetupInfo","vscode/installExtension","vscode/newWorkspace","vscode/openSimpleBrowser","vscode/runCommand","vscode/askQuestions","vscode/vscodeAPI","execute/getTerminalOutput","execute/awaitTerminal","execute/killTerminal","execute/createAndRunTask","execute/runTests","execute/runNotebookCell","execute/testFailure","execute/runInTerminal","read/terminalSelection","read/terminalLastCommand","read/getNotebookSummary","read/problems","read/readFile","read/readNotebookCellOutput","agent/runSubagent","edit/createDirectory","edit/createFile","edit/createJupyterNotebook","edit/editFiles","edit/editNotebook","search/changes","search/codebase","search/fileSearch","search/listDirectory","[Truncated]"] |
| handoffs | [{"label":"▶ Run What-If Only","agent":"Deploy","prompt":"Execute az deployment what-if analysis without actually deploying. Show the expected changes to the target resource group.","send":true},{"label":"▶ Deploy Next Phase","agent":"Deploy","prompt":"Deploy the next phase from the implementation plan. Read 04-implementation-plan.md for phase definitions and deploy the next uncompleted phase with approval.","send":true},{"label":"▶ Deploy All Phases","agent":"Deploy","prompt":"Deploy all remaining phases sequentially from the implementation plan with approval gates between each.","send":true},{"label":"▶ Retry Deployment","agent":"Deploy","prompt":"Retry the last deployment operation. Re-run preflight validation and deployment with the same parameters.","send":true},{"label":"▶ Verify Resources","agent":"Deploy","prompt":"Query deployed resources using Azure Resource Graph to verify successful deployment. Check resource health status.","send":true},{"label":"▶ Generate Workload Documentation","agent":"Deploy","prompt":"Use the azure-artifacts skill to generate comprehensive workload documentation for the deployed infrastructure.","send":true},{"label":"Return to Architect Review","agent":"Architect","prompt":"Review the deployment results and validate WAF compliance of the deployed infrastructure.","send":true},{"label":"▶ Generate As-Built Diagram","agent":"Deploy","prompt":"Use the azure-diagrams skill to generate an as-built architecture diagram documenting the deployed infrastructure. Save as 07-ab-diagram.py.","send":true},{"label":"Fix Deployment Issues","agent":"Bicep Code","prompt":"The deployment encountered errors. Review the error messages and fix the Bicep templates to resolve the issues. Then retry deployment.","send":true},{"label":"Preflight Only (No Deploy)","agent":"Architect","prompt":"Preflight validation is complete. Review the what-if results and change summary before proceeding to actual deployment.","send":true}] |