What problem does it solve? Creating an Intent Architect architecture template involves two separate mechanisms — the module picker shown at application creation and the companion metadata app that pre-seeds designer content — and getting either wrong (wrong module ids, wrong folders, exported Template Outputs) produces broken or unmaintainable templates. ## Core Features & Use Cases - Template Construction: Models the Application Template root, Component Groups, Components, Component Modules, and Settings Configurations in the Intent Application Template Builder designer. - Metadata Seeding: Exports designer content from a dedicated <TemplateName>.Metadata app into .installation.config files placed in resources/ or content/. - Output Anchors & File Installation Rules: Controls where generated template outputs land via Role/Anchor name matching and copies verbatim files with template-string substitution. - Use Case: A team wants new applications to start with a standard solution folder layout and pre-installed modules; this Skill walks through building the template, seeding the Visual Studio designer metadata, and verifying the packaged .iat file. ## Quick Start Create an architecture template that installs the domain and persistence modules and seeds a default Visual Studio solution structure for new applications.