Skip to content

Step 7 — As-Built Documentation

Produce the canonical post-deployment documentation suite — design document, operations runbook, cost estimate, compliance matrix, backup/DR plan, resource inventory, and a master index. This is the artifact future operators reach for first.

08-As-Built — uses the azure-artifacts skill and reads every prior artifact in agent-output/{project}/.

Invoke: Ctrl+Shift+A → 08-As-Built
Output: agent-output/{project}/07-*.md
FilePurpose
07-documentation-index.mdMaster index linking the whole suite
07-design-document.mdTechnical design (architecture + decisions)
07-operations-runbook.mdDay-2 operational procedures
07-resource-inventory.mdComplete resource listing with IDs and tags
07-ab-cost-estimate.mdAs-built cost analysis
07-compliance-matrix.mdMapping of deployed resources to governance constraints
07-backup-dr-plan.mdBackup, restore, and DR runbooks

The agent runs a bidirectional drift check against sku-manifest.json — any deployed SKU that does not appear in the manifest (or vice versa) is surfaced in the documentation index.

The Orchestrator concludes the per-project workflow. Continue with Post — Lessons Learned if the project ran into systemic issues worth capturing.