What problem does it solve? Working with Intent Architect projects requires keeping visual models as the single source of truth while coordinating designer mutations, Software Factory runs, and code compilation. This Skill prevents common failure modes like hand-editing generated files, corrupting module manifests, or losing bespoke code during regeneration by enforcing a disciplined MCP-tool-driven workflow. ## Core Features & Use Cases - Model-First Workflow Enforcement: Routes all changes through Intent Architect MCP tools (run_designer_script, run_software_factory) instead of direct edits to .xml, .config, or .settings metadata files. - Phase-Based Server Skill Loading: Indexes the server-shipped skills (exploring-the-model, changing-the-model, generating-and-applying-code, and more) so the right operational guide is loaded before each phase of work. - Destructive Change Triage: Handles Software Factory changes flagged as destructive or unknown, guiding inspection of file diffs and model-based recovery rather than hand-restoring code. - Use Case: When adding a new DTO and endpoint to an Intent Architect application, the Skill bootstraps the session with get_status, loads the changing-the-model server skill, mutates the Services designer via run_designer_script, runs the Software Factory, and verifies the codebase compiles. ## Quick Start Ask the AI to add a new query and DTO to the Services designer of your Intent Architect application and run the Software Factory to apply the changes.