Analyze recent conversation messages for ambiguous terminology and provide semantic validation with conversational summary and optional detailed report
/plugin marketplace add jcmrs/jcmrs-plugins/plugin install jcmrs-semantic-linguist-plugins-semantic-linguist@jcmrs/jcmrs-plugins# Validate Terminology Command Analyze the last 5-10 messages in the conversation for semantic ambiguities and provide validation feedback. ## Process 1. **Retrieve Recent Messages** - Extract last 5-10 user messages from conversation history - Include Claude's responses for context 2. **Load Knowledge Base** - Read `skills/semantic-validation/knowledge/ambiguous-terms.json` - Read `skills/semantic-validation/knowledge/technical-mappings.json` - Read `skills/semantic-validation/knowledge/ontology-graph.json` 3. **Detect Ambiguities** - Scan for known ambiguous terms f...