What problem does it solve? Conversations about a domain often use inconsistent terminology—one word for multiple concepts or several words for the same concept—leading to confusion between developers and domain experts. This Skill formalizes the discussion into a canonical glossary saved as UBIQUITOUS_LANGUAGE.md. ## Core Features & Use Cases - Terminology Extraction: Scans the current conversation for domain-significant nouns, verbs, and concepts, then proposes canonical terms with deprecated synonyms. - Ambiguity Detection: Flags terms used ambiguously and records conflicts with clear recommendations in a dedicated section. - Structured Glossary Output: Writes grouped term tables, relationship mappings with cardinality, and a sample developer-expert dialogue to UBIQUITOUS_LANGUAGE.md. - Use Case: During a DDD modeling session about order fulfillment, invoke the Skill to produce a glossary distinguishing Customer from User, and Order from Invoice, with a dialogue clarifying lifecycle boundaries. ## Quick Start Ask the assistant to build a ubiquitous language glossary from this conversation and save it to UBIQUITOUS_LANGUAGE.md.