Run full PMS pipeline - extract patterns and generate rules from episodic memory
/plugin marketplace add jcmrs/jcmrs-plugins/plugin install claude-pms@jcmrs-plugins# PMS Reflection - Full Pipeline Analyze accumulated episodic records, extract patterns, and generate procedural rules. ## What This Does **Full pipeline execution:** 1. **Semantic Extraction** (`scripts/extract.py`): - Load all episodic records from `.claude/pms/episodic/` - Detect recurring patterns (preferences, code patterns, anti-patterns) - Categorize by strength (emerging/strong/critical) - Save to `.claude/pms/semantic/` 2. **Procedural Synthesis** (`scripts/synthesize.py`): - Filter strong patterns (≥3 occurrences) - Generate actionable rules - User approv...
/reflectReflect on previus response and output, based on Self-refinement framework for iterative improvement with complexity triage and verification