Extract semantic patterns from episodic records (without generating rules)
/plugin marketplace add jcmrs/jcmrs-plugins/plugin install claude-pms@jcmrs-plugins# Semantic Pattern Extraction Analyze episodic records to detect patterns without generating rules yet. ## What This Does 1. Load all episodic records from `.claude/pms/episodic/` 2. Detect recurring patterns across sessions 3. Categorize patterns (preferences, code patterns, anti-patterns) 4. Assess strength (emerging/strong/critical) 5. Save to `.claude/pms/semantic/` **Does NOT generate rules** - use `/pms:synthesize` afterward if desired. ## When to Use - **Preview patterns** before rule generation - **Verify pattern detection** is working correctly - **Inspect evidence** for dete...