Step 7 — As-Built Documentation
Purpose
Section titled “Purpose”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}/.
Invocation
Section titled “Invocation”Invoke: Ctrl+Shift+A → 08-As-BuiltOutput: agent-output/{project}/07-*.mdDocument suite
Section titled “Document suite”| File | Purpose |
|---|---|
07-documentation-index.md | Master index linking the whole suite |
07-design-document.md | Technical design (architecture + decisions) |
07-operations-runbook.md | Day-2 operational procedures |
07-resource-inventory.md | Complete resource listing with IDs and tags |
07-ab-cost-estimate.md | As-built cost analysis |
07-compliance-matrix.md | Mapping of deployed resources to governance constraints |
07-backup-dr-plan.md | Backup, restore, and DR runbooks |
Drift detection
Section titled “Drift detection”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.
Hand-off
Section titled “Hand-off”The Orchestrator concludes the per-project workflow. Continue with Post — Lessons Learned if the project ran into systemic
issues worth capturing.