What problem does it solve? When building Intent Architect modules, you sometimes need a brand-new kind of association that users can draw between two element types, and no existing association type covers it. This Skill guides the full creation of an Association Settings definition so the new association is drawable, navigable, and correctly wired into the designer. ## Core Features & Use Cases - Association Type Definition: Creates an Association Settings element under the correct Designer Settings node with source and target end configuration, including target type GUIDs, navigability, and C# API property names. - Traits and Mapping Options: Applies Processing Action or Processing Handler traits and adds Mapping Options on the target end so mapping dialogs work correctly. - Creation Option Wiring: Connects the association to an element or package extension context menu so users can actually draw it, then runs the Software Factory to verify generated C# models compile. - Use Case: You need a "Publish Integration Event" association drawable from Command elements to Integration Event elements in the Services designer, with a mapping dialog on the target end. ## Quick Start Ask the assistant to create a new association type named Publish Integration Event from Command elements to Integration Event elements in the Services designer.