What problem does it solve? Conversations about a domain often use inconsistent, ambiguous, or overloaded terminology, causing misalignment between developers and domain experts. This Skill scans the current conversation, detects terminology conflicts, and produces a canonical DDD-style glossary saved as UBIQUITOUS_LANGUAGE.md. ## Core Features & Use Cases - Term Extraction & Canonicalization: Identifies domain-relevant nouns, verbs, and concepts, picks one canonical term per concept, and lists rejected aliases. - Ambiguity Detection: Flags words used for multiple concepts (e.g., "account" meaning both Customer and User) with explicit recommendations. - Structured Glossary Output: Writes grouped term tables, relationship statements, a dev/domain-expert example dialogue, and a flagged-ambiguities section to UBIQUITOUS_LANGUAGE.md. - Use Case: During a DDD modeling session about order fulfillment, invoke the Skill to consolidate all discussed terms into a shared glossary that the whole team can reference. ## Quick Start Ask the assistant to build a ubiquitous language glossary from our conversation and save it to UBIQUITOUS_LANGUAGE.md.