| name | Design |
| model | ["Claude Sonnet 4.5"] |
| description | Step 3 - Design Artifacts. Generates architecture diagrams and Architecture Decision Records (ADRs) for Azure infrastructure. Uses azure-diagrams skill for visual documentation and azure-adr skill for formal decision records. Optional step - users can skip to Implementation Planning. |
| 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":"▶ Generate Diagram","agent":"Design","prompt":"Generate a Python architecture diagram using the azure-diagrams skill for the current project architecture.","send":true},{"label":"▶ Generate ADR","agent":"Design","prompt":"Create an Architecture Decision Record using the azure-adr skill based on the architecture assessment.","send":true},{"label":"▶ Generate Cost Estimate","agent":"Architect","prompt":"Generate a detailed cost estimate for the architecture. Use Azure Pricing MCP tools and save to 03-des-cost-estimate.md.","send":true,"model":"Claude Opus 4.6 (copilot)"},{"label":"Step 4: Implementation Plan","agent":"Bicep Plan","prompt":"Create a detailed Bicep implementation plan based on the architecture assessment. Include all resources, dependencies, and tasks.","send":true,"model":"Claude Opus 4.6 (copilot)"},{"label":"Return to Architect","agent":"Architect","prompt":"Return to the architecture assessment agent for further refinement or re-evaluation.","send":true,"model":"Claude Opus 4.6 (copilot)"},{"label":"⏭️ Skip to Step 5: Bicep Code","agent":"Bicep Code","prompt":"Skip planning and go directly to Bicep code generation based on the architecture assessment.","send":true}] |