Initialize the coach learning system
Initializes the coach learning system for tracking development patterns and friction signals.
/plugin marketplace add netresearch/claude-coach-plugin/plugin install coach@netresearch-claude-code-marketplaceInitialize the coach system for the current environment.
Run the initialization script:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/init_coach.py
This creates:
~/.claude-coach/ directoryevents.sqlite database for friction signalsledger.sqlite database for cross-repo fingerprintscandidates.json for pending proposalsconfig.json for settingsVerify the hooks are active (should be auto-configured by plugin)
Confirm initialization to user with:
If already initialized, report current status instead.