Skip to content

Step 3 — Design Artifacts (optional)

Produce the visual and textual design artifacts that future maintainers will reach for first: code-based Python architecture diagrams plus Architecture Decision Records (ADRs).

Step 3 is optional — users who already have diagrams or who are iterating quickly can skip straight to Step 3.5 Governance.

04-Design — delegates to the python-diagrams and azure-adr skills.

Invoke: Ctrl+Shift+A → 04-Design
Output: agent-output/{project}/03-des-diagram.py + .png + .svg
agent-output/{project}/03-des-adr-*.md
ArtifactToolingPurpose
Architecture diagrampython-diagramsReproducible Azure system view
Runtime-flow diagrampython-diagramsRequest paths and async messaging
Dependency diagrampython-diagramsResource dependency tree
ADRazure-adr skillWAF-mapped decisions with alternatives

Opt-in: 1 × comprehensive adversarial pass on ADRs.

The Orchestrator routes context to Step 3.5 — Governance.