What problem does it solve? Domain discussions often use inconsistent or ambiguous terminology, causing miscommunication between developers and domain experts. This Skill scans the current conversation, detects ambiguous or synonymous terms, and produces a canonical glossary saved as UBIQUITOUS_LANGUAGE.md. ## Core Features & Use Cases - Term Extraction: Scans the conversation for domain-relevant nouns, verbs, and concepts and proposes canonical definitions. - Ambiguity Detection: Flags words used for multiple concepts and synonyms used for the same concept, with opinionated 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: After a long requirements discussion about an order system, invoke the Skill to consolidate terms like Order, Invoice, and Customer into a single agreed glossary the whole team can reference. ## Quick Start Ask the assistant to build a ubiquitous language glossary from this conversation and save it to UBIQUITOUS_LANGUAGE.md.