Show pending learning proposals with diffs and rationale
Analyzes pending learning proposals from the coach system and recommends approval, refinement, or rejection.
/plugin marketplace add netresearch/claude-coach-plugin/plugin install coach@netresearch-claude-code-marketplaceAnalyze and display pending learning candidates from the coach system.
Read the candidates file:
cat ~/.claude-coach/candidates.json 2>/dev/null || echo '{"pending":[]}'
For candidates with needs_llm_analysis: true or candidate_type: "raw_correction":
These contain raw friction data that needs YOUR analysis. Look at:
raw_data.message - what the user saidraw_data.context_before - what happened beforeraw_data.patterns_matched - what patterns were detectedAnalyze and generate a proper proposal:
For other candidates: Display as-is with:
Your recommendation for each: Based on your analysis, indicate:
Show available actions:
/coach:approve <id> - Accept and apply this proposal/coach:edit <id> - Modify before approving/coach:reject <id> <reason> - Reject with reasonFormat output as a clear, readable summary. Group by recommendation.