What problem does it solve? Teams often use inconsistent or ambiguous terminology when discussing a domain, causing miscommunication between developers and domain experts. This Skill scans the current conversation, detects terminology conflicts, and formalizes a shared glossary into CONTEXT.md. ## Core Features & Use Cases - Batch Term Extraction: Scans the conversation for domain-relevant nouns, verbs, and concepts and proposes canonical terms with opinionated choices. - Ambiguity Detection: Flags words used for multiple concepts and synonyms used for the same concept, with explicit resolutions. - Structured Glossary Output: Writes definitions, relationships, an example dev/expert dialogue, and flagged ambiguities to CONTEXT.md. - Use Case: After a long design discussion about an e-commerce system, run this Skill to produce a CONTEXT.md defining Order, Invoice, Fulfillment, and Shipment with their relationships and a clarifying dialogue. ## Quick Start Ask the AI to extract the domain terms from this conversation and write a ubiquitous language glossary to CONTEXT.md.