What problem does it solve? Documenting a Power Platform solution for architecture governance is slow and error-prone when done manually, since component definitions are buried inside exported solution zip files, XML manifests, and JSON flow definitions. This Skill automates the extraction and analysis of those artifacts and produces a consistent, TOGAF-aligned documentation set suitable for architecture review boards. ## Core Features & Use Cases - Solution Artifact Analysis: Extracts the exported solution zip with PowerShell Expand-Archive and parses solution.xml, customizations.xml, Canvas App YAML sources, cloud flow JSON, and desktop flow Robin code. - TOGAF-Aligned Documentation Set: Generates nine structured Markdown documents covering Context and Vision, Business, Application, Data, and Technology Architecture, Security, Deployment, and an Appendix, each mapped to TOGAF ADM phases. - Governance-Ready Output: Produces Mermaid diagrams, continuous risk and assumption registers (RA-n), explicit markers for missing information, and versioning metadata in every file. - Use Case: An architect receives an exported Power Platform solution zip and needs baseline architecture documentation for a governance review; the Skill parses all apps, flows, tables, and connectors and outputs the full /docs-[solution-name]/ folder. ## Quick Start Generate TOGAF architecture documentation for my exported Power Platform solution file contoso-solution.zip.